Home
last modified time | relevance | path

Searched refs:write_file_info (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/quota/
Dquota_v1.c209 .write_file_info = v1_write_file_info,
Dquota_v2.c300 .write_file_info = v2_write_file_info,
Ddquot.c422 ret2 = dqopt->ops[dquot->dq_type]->write_file_info( in dquot_acquire()
484 ret2 = dqopt->ops[dquot->dq_type]->write_file_info( in dquot_release()
1863 ret = dqopt->ops[type]->write_file_info(sb, type); in dquot_commit_info()
/linux-2.6.39/include/linux/
Dquota.h304 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */ member
/linux-2.6.39/fs/ocfs2/
Dquota_local.c1308 .write_file_info = ocfs2_global_write_info,