Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h326 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ member
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c663 err = sb->dq_op->write_dquot(dquot); in dquot_writeback_dquots()
799 ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dqput()
2156 .write_dquot = dquot_commit,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst574 int (*write_dquot) (struct dquot *);
588 write_dquot: yes dqonoff_sem or dqptr_sem
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dsuper.c842 .write_dquot = reiserfs_write_dquot,
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2799 .write_dquot = f2fs_dquot_commit,
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1634 .write_dquot = ext4_write_dquot,