Searched refs:quota_read (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/quota/ |
| H A D | quota_v1.c | 67 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 D | quota_v2.c | 62 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 D | quota_tree.c | 61 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 D | super_types.h | 107 ssize_t (*quota_read)(struct super_block *sb, int type, char *data, member
|
| /linux/fs/jfs/ |
| H A D | super.c | 856 .quota_read = jfs_quota_read,
|
| /linux/fs/ext4/ |
| H A D | super.c | 1675 .quota_read = ext4_quota_read,
|