Home
last modified time | relevance | path

Searched refs:write_dquot (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/linux/
Dquota.h313 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/linux-2.6.39/fs/quota/
Ddquot.c627 sb->dq_op->write_dquot(dquot); in dquot_quota_sync()
745 ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dqput()
1873 .write_dquot = dquot_commit,
/linux-2.6.39/Documentation/filesystems/
DLocking471 int (*write_dquot) (struct dquot *);
483 write_dquot: yes dqonoff_sem or dqptr_sem
/linux-2.6.39/fs/reiserfs/
Dsuper.c638 .write_dquot = reiserfs_write_dquot,
/linux-2.6.39/fs/ext3/
Dsuper.c765 .write_dquot = ext3_write_dquot,
/linux-2.6.39/fs/ext4/
Dsuper.c1193 .write_dquot = ext4_write_dquot,