Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dquota.h313 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/linux-4.1.27/fs/quota/
Ddquot.c635 err = sb->dq_op->write_dquot(dquot); in dquot_writeback_dquots()
765 ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dqput()
1999 .write_dquot = dquot_commit,
/linux-4.1.27/Documentation/filesystems/
DLocking497 int (*write_dquot) (struct dquot *);
509 write_dquot: yes dqonoff_sem or dqptr_sem
/linux-4.1.27/fs/reiserfs/
Dsuper.c797 .write_dquot = reiserfs_write_dquot,
/linux-4.1.27/fs/ext3/
Dsuper.c779 .write_dquot = ext3_write_dquot,
/linux-4.1.27/fs/ext4/
Dsuper.c1080 .write_dquot = ext4_write_dquot,