Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dquota.h325 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/Linux-v6.6/Documentation/filesystems/
Dlocking.rst607 int (*write_dquot) (struct dquot *);
621 write_dquot: yes dqonoff_sem or dqptr_sem
/Linux-v6.6/fs/quota/
Ddquot.c670 int ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dquot_write_dquot()
2179 .write_dquot = dquot_commit,
/Linux-v6.6/fs/reiserfs/
Dsuper.c842 .write_dquot = reiserfs_write_dquot,
/Linux-v6.6/fs/f2fs/
Dsuper.c3110 .write_dquot = f2fs_dquot_commit,
/Linux-v6.6/fs/ext4/
Dsuper.c1602 .write_dquot = ext4_write_dquot,