Searched refs:quota_read (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/fs/quota/ |
H A D | quota_v1.c | 65 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 D | quota_v2.c | 63 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 D | quota_tree.c | 57 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 D | dquot.c | 2191 if (!sb->s_op->quota_write || !sb->s_op->quota_read || vfs_load_quota_inode()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | quota_global.c | 378 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 D | super.c | 161 .quota_read = ocfs2_quota_read,
|
/linux-4.1.27/fs/jfs/ |
H A D | super.c | 862 .quota_read = jfs_quota_read,
|
/linux-4.1.27/fs/ext2/ |
H A D | super.c | 330 .quota_read = ext2_quota_read,
|
/linux-4.1.27/fs/reiserfs/ |
H A D | super.c | 780 .quota_read = reiserfs_quota_read,
|
/linux-4.1.27/fs/ext3/ |
H A D | super.c | 814 .quota_read = ext3_quota_read,
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1699 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 D | super.c | 1115 .quota_read = ext4_quota_read,
|
Completed in 673 milliseconds