Searched refs:quota_read (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/fs/quota/ |
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() 166 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_read_file_info() 193 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_write_file_info()
|
D | quota_v2.c | 62 size = sb->s_op->quota_read(sb, type, (char *)dqhead, in v2_read_header() 112 size = sb->s_op->quota_read(sb, type, (char *)&dinfo, in v2_read_file_info()
|
D | quota_tree.c | 55 return sb->s_op->quota_read(sb, info->dqi_type, buf, in read_blk() 690 ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size, in qtree_read_dquot()
|
/Linux-v6.6/Documentation/filesystems/ |
D | locking.rst | 175 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); 199 quota_read: no (see below) 210 ->quota_read() and ->quota_write() functions are both guaranteed to 628 FS recursion means calling ->quota_read() and ->quota_write() from superblock
|
D | vfs.rst | 278 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); 402 ``quota_read``
|
/Linux-v6.6/fs/ocfs2/ |
D | quota_global.c | 380 status = sb->s_op->quota_read(sb, type, (char *)&dinfo, in ocfs2_global_read_info() 494 err = sb->s_op->quota_read(sb, type, (char *)&dqblk, in __ocfs2_sync_dquot()
|
D | super.c | 140 .quota_read = ocfs2_quota_read,
|
/Linux-v6.6/fs/jfs/ |
D | super.c | 892 .quota_read = jfs_quota_read,
|
/Linux-v6.6/fs/ext2/ |
D | super.c | 353 .quota_read = ext2_quota_read,
|
/Linux-v6.6/fs/reiserfs/ |
D | super.c | 825 .quota_read = reiserfs_quota_read,
|
/Linux-v6.6/include/linux/ |
D | fs.h | 2019 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); member
|
/Linux-v6.6/fs/f2fs/ |
D | super.c | 3155 .quota_read = f2fs_quota_read,
|
/Linux-v6.6/fs/ext4/ |
D | super.c | 1642 .quota_read = ext4_quota_read,
|