Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dquota.h323 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/Linux-v5.4/fs/quota/
Ddquot.c653 err = sb->dq_op->write_dquot(dquot); in dquot_writeback_dquots()
784 ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dqput()
2140 .write_dquot = dquot_commit,
/Linux-v5.4/Documentation/filesystems/
Dlocking.rst573 int (*write_dquot) (struct dquot *);
587 write_dquot: yes dqonoff_sem or dqptr_sem
/Linux-v5.4/fs/reiserfs/
Dsuper.c841 .write_dquot = reiserfs_write_dquot,
/Linux-v5.4/fs/f2fs/
Dsuper.c2225 .write_dquot = f2fs_dquot_commit,
/Linux-v5.4/fs/ext4/
Dsuper.c1386 .write_dquot = ext4_write_dquot,