Home
last modified time | relevance | path

Searched refs:quota_write (Results 1 – 10 of 10) sorted by relevance

/linux/fs/quota/
H A Dquota_v1.c98 ret = dquot->dq_sb->s_op->quota_write(dquot->dq_sb, type, in v1_commit_dqblk()
210 ret = sb->s_op->quota_write(sb, type, (char *)&dqblk, in v1_write_file_info()
H A Dquota_tree.c70 ret = sb->s_op->quota_write(sb, info->dqi_type, buf, in write_blk()
462 ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size, in qtree_write_dquot()
H A Dquota_v2.c218 size = sb->s_op->quota_write(sb, type, (char *)&dinfo, in v2_write_file_info()
/linux/include/linux/fs/
H A Dsuper_types.h109 ssize_t (*quota_write)(struct super_block *sb, int type, member
/linux/Documentation/filesystems/
H A Dlocking.rst186 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
209 quota_write: no (see below)
219 ->quota_read() and ->quota_write() functions are both guaranteed to
582 FS recursion means calling ->quota_read() and ->quota_write() from superblock
/linux/fs/jfs/
H A Dsuper.c857 .quota_write = jfs_quota_write,
/linux/fs/ext2/
H A Dsuper.c379 .quota_write = ext2_quota_write,
/linux/fs/ocfs2/
H A Dsuper.c138 .quota_write = ocfs2_quota_write,
/linux/fs/f2fs/
H A Dsuper.c3668 .quota_write = f2fs_quota_write,
/linux/fs/ext4/
H A Dsuper.c1668 .quota_write = ext4_quota_write,