Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquota.h313 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/linux-4.4.14/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()
2037 .write_dquot = dquot_commit,
/linux-4.4.14/Documentation/filesystems/
DLocking498 int (*write_dquot) (struct dquot *);
510 write_dquot: yes dqonoff_sem or dqptr_sem
/linux-4.4.14/fs/reiserfs/
Dsuper.c797 .write_dquot = reiserfs_write_dquot,
/linux-4.4.14/fs/ext4/
Dsuper.c1097 .write_dquot = ext4_write_dquot,