Home
last modified time | relevance | path

Searched refs:quota_read (Results 1 – 9 of 9) sorted by relevance

/linux/fs/quota/
H A Dquota_v1.c67 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk, in v1_read_dqblk()
147 size = sb->s_op->quota_read(sb, type, (char *)&dqhead, in v1_check_quota_file()
168 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_read_file_info()
198 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_write_file_info()
H A Dquota_v2.c62 size = sb->s_op->quota_read(sb, type, (char *)dqhead, in v2_read_header()
114 size = sb->s_op->quota_read(sb, type, (char *)&dinfo, in v2_read_file_info()
H A Dquota_tree.c61 return sb->s_op->quota_read(sb, info->dqi_type, buf, in read_blk()
754 ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size, in qtree_read_dquot()
/linux/include/linux/fs/
H A Dsuper_types.h107 ssize_t (*quota_read)(struct super_block *sb, int type, char *data, member
/linux/fs/jfs/
H A Dsuper.c856 .quota_read = jfs_quota_read,
/linux/fs/ext2/
H A Dsuper.c378 .quota_read = ext2_quota_read,
/linux/fs/ocfs2/
H A Dsuper.c137 .quota_read = ocfs2_quota_read,
/linux/Documentation/filesystems/
H A Dvfs.rst255 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
379 ``quota_read``
/linux/fs/f2fs/
H A Dsuper.c3622 .quota_read = f2fs_quota_read,