Home
last modified time | relevance | path

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

/linux/include/linux/
A Dquota.h323 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/linux/fs/quota/
A Ddquot.c651 err = sb->dq_op->write_dquot(dquot); in dquot_writeback_dquots()
782 ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dqput()
2139 .write_dquot = dquot_commit,
/linux/Documentation/filesystems/
A Dlocking.rst603 int (*write_dquot) (struct dquot *);
617 write_dquot: yes dqonoff_sem or dqptr_sem
/linux/fs/reiserfs/
A Dsuper.c842 .write_dquot = reiserfs_write_dquot,
/linux/fs/f2fs/
A Dsuper.c2875 .write_dquot = f2fs_dquot_commit,
/linux/fs/ext4/
A Dsuper.c1613 .write_dquot = ext4_write_dquot,

Completed in 30 milliseconds