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

/linux-master/include/linux/
H A Dquota.h325 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member in struct:dquot_operations
/linux-master/fs/quota/
H A Ddquot.c26 * Fixed deadlock in write_dquot() - we no longer account quotas on
672 int ret = dquot->dq_sb->dq_op->write_dquot(dquot);
2196 .write_dquot = dquot_commit,
/linux-master/fs/reiserfs/
H A Dsuper.c841 .write_dquot = reiserfs_write_dquot,
/linux-master/fs/f2fs/
H A Dsuper.c3093 .write_dquot = f2fs_dquot_commit,
/linux-master/fs/ext4/
H A Dsuper.c1609 .write_dquot = ext4_write_dquot,

Completed in 611 milliseconds