Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dquota.h325 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/linux/Documentation/filesystems/
H A Dlocking.rst561 int (*write_dquot) (struct dquot *);
575 write_dquot: yes dqonoff_sem or dqptr_sem
/linux/fs/quota/
H A Ddquot.c673 int ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dquot_write_dquot()
2201 .write_dquot = dquot_commit,
/linux/fs/f2fs/
H A Dsuper.c3622 .write_dquot = f2fs_dquot_commit,
/linux/fs/ext4/
H A Dsuper.c1610 .write_dquot = ext4_write_dquot,