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

/linux-4.1.27/fs/quota/
H A Dquota_v1.c65 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk, v1_read_dqblk()
145 size = sb->s_op->quota_read(sb, type, (char *)&dqhead, v1_check_quota_file()
163 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, v1_read_file_info()
189 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, v1_write_file_info()
H A Dquota_v2.c63 size = sb->s_op->quota_read(sb, type, (char *)dqhead, v2_read_header()
105 size = sb->s_op->quota_read(sb, type, (char *)&dinfo, v2_read_file_info()
H A Dquota_tree.c57 return sb->s_op->quota_read(sb, info->dqi_type, buf, read_blk()
634 ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size, qtree_read_dquot()
H A Ddquot.c2191 if (!sb->s_op->quota_write || !sb->s_op->quota_read || vfs_load_quota_inode()
/linux-4.1.27/fs/ocfs2/
H A Dquota_global.c378 status = sb->s_op->quota_read(sb, type, (char *)&dinfo, ocfs2_global_read_info()
488 err = sb->s_op->quota_read(sb, type, (char *)&dqblk, __ocfs2_sync_dquot()
H A Dsuper.c161 .quota_read = ocfs2_quota_read,
/linux-4.1.27/fs/jfs/
H A Dsuper.c862 .quota_read = jfs_quota_read,
/linux-4.1.27/fs/ext2/
H A Dsuper.c330 .quota_read = ext2_quota_read,
/linux-4.1.27/fs/reiserfs/
H A Dsuper.c780 .quota_read = reiserfs_quota_read,
/linux-4.1.27/fs/ext3/
H A Dsuper.c814 .quota_read = ext3_quota_read,
/linux-4.1.27/include/linux/
H A Dfs.h1699 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); member in struct:super_operations
/linux-4.1.27/fs/ext4/
H A Dsuper.c1115 .quota_read = ext4_quota_read,

Completed in 673 milliseconds