Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dquota.h323 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/Linux-v4.19/fs/quota/
Ddquot.c647 err = sb->dq_op->write_dquot(dquot); in dquot_writeback_dquots()
778 ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dqput()
2132 .write_dquot = dquot_commit,
/Linux-v4.19/Documentation/filesystems/
DLocking507 int (*write_dquot) (struct dquot *);
519 write_dquot: yes dqonoff_sem or dqptr_sem
/Linux-v4.19/fs/reiserfs/
Dsuper.c847 .write_dquot = reiserfs_write_dquot,
/Linux-v4.19/fs/f2fs/
Dsuper.c1887 .write_dquot = dquot_commit,
/Linux-v4.19/fs/ext4/
Dsuper.c1333 .write_dquot = ext4_write_dquot,