Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dquota.h325 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst610 int (*write_dquot) (struct dquot *);
624 write_dquot: yes dqonoff_sem or dqptr_sem
/openbmc/linux/fs/quota/
H A Ddquot.c672 int ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dquot_write_dquot()
2207 .write_dquot = dquot_commit,
/openbmc/linux/fs/reiserfs/
H A Dsuper.c842 .write_dquot = reiserfs_write_dquot,
/openbmc/linux/fs/f2fs/
H A Dsuper.c3106 .write_dquot = f2fs_dquot_commit,
/openbmc/linux/fs/ext4/
H A Dsuper.c1611 .write_dquot = ext4_write_dquot,