Home
last modified time | relevance | path

Searched refs:quota_read (Results 1 – 14 of 14) sorted by relevance

/openbmc/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()
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()
H A Dquota_v2.c62 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()
H A Dquota_tree.c55 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()
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst178 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
202 quota_read: no (see below)
213 ->quota_read() and ->quota_write() functions are both guaranteed to
631 FS recursion means calling ->quota_read() and ->quota_write() from superblock
H A Dvfs.rst278 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
402 ``quota_read``
/openbmc/linux/fs/ocfs2/
H A Dquota_global.c380 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()
H A Dsuper.c140 .quota_read = ocfs2_quota_read,
/openbmc/linux/fs/jfs/
H A Dsuper.c892 .quota_read = jfs_quota_read,
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h279 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); member
/openbmc/linux/fs/ext2/
H A Dsuper.c353 .quota_read = ext2_quota_read,
/openbmc/linux/fs/reiserfs/
H A Dsuper.c825 .quota_read = reiserfs_quota_read,
/openbmc/linux/include/linux/
H A Dfs.h2080 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); member
/openbmc/linux/fs/f2fs/
H A Dsuper.c3194 .quota_read = f2fs_quota_read,
/openbmc/linux/fs/ext4/
H A Dsuper.c1643 .quota_read = ext4_quota_read,