Searched refs:quota_read (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/quota/
H A Dquota_v1.c67 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk,
147 size = sb->s_op->quota_read(sb, type, (char *)&dqhead,
168 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk,
198 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk,
H A Dquota_v2.c62 size = sb->s_op->quota_read(sb, type, (char *)dqhead,
114 size = sb->s_op->quota_read(sb, type, (char *)&dinfo,
H A Dquota_tree.c61 return sb->s_op->quota_read(sb, info->dqi_type, buf,
754 ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size,
/linux-master/fs/ocfs2/
H A Dquota_global.c380 status = sb->s_op->quota_read(sb, type, (char *)&dinfo,
497 err = sb->s_op->quota_read(sb, type, (char *)&dqblk,
H A Dsuper.c140 .quota_read = ocfs2_quota_read,
/linux-master/fs/jfs/
H A Dsuper.c892 .quota_read = jfs_quota_read,
/linux-master/fs/ext2/
H A Dsuper.c352 .quota_read = ext2_quota_read,
/linux-master/fs/reiserfs/
H A Dsuper.c824 .quota_read = reiserfs_quota_read,
/linux-master/include/linux/
H A Dfs.h2182 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); member in struct:super_operations
/linux-master/fs/f2fs/
H A Dsuper.c3138 .quota_read = f2fs_quota_read,
/linux-master/fs/ext4/
H A Dsuper.c1649 .quota_read = ext4_quota_read,

Completed in 444 milliseconds