Searched refs:quota_read (Results 1 – 9 of 9) 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/ext2/ |
| H A D | super.c | 378 .quota_read = ext2_quota_read,
|
| /linux/fs/ocfs2/ |
| H A D | super.c | 137 .quota_read = ocfs2_quota_read,
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 255 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); 379 ``quota_read``
|
| /linux/fs/f2fs/ |
| H A D | super.c | 3622 .quota_read = f2fs_quota_read,
|