Home
last modified time | relevance | path

Searched refs:quota_read (Results 1 – 6 of 6) 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/ext4/
H A Dsuper.c1675 .quota_read = ext4_quota_read,