Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dquota.h325 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst615 int (*write_dquot) (struct dquot *);
629 write_dquot: yes dqonoff_sem or dqptr_sem
/linux-6.15/fs/quota/
H A Ddquot.c670 int ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dquot_write_dquot()
2198 .write_dquot = dquot_commit,
/linux-6.15/fs/f2fs/
H A Dsuper.c3198 .write_dquot = f2fs_dquot_commit,
/linux-6.15/fs/ext4/
H A Dsuper.c1589 .write_dquot = ext4_write_dquot,