Searched refs:quota_write (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/quota/
H A Dquota_v1.c98 ret = dquot->dq_sb->s_op->quota_write(dquot->dq_sb, type,
210 ret = sb->s_op->quota_write(sb, type, (char *)&dqblk,
H A Dquota_tree.c70 ret = sb->s_op->quota_write(sb, info->dqi_type, buf,
462 ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size,
H A Dquota_v2.c218 size = sb->s_op->quota_write(sb, type, (char *)&dinfo,
/linux-master/fs/ocfs2/
H A Dquota_global.c433 size = sb->s_op->quota_write(sb, type, (char *)&dinfo,
H A Dsuper.c141 .quota_write = ocfs2_quota_write,
/linux-master/fs/jfs/
H A Dsuper.c893 .quota_write = jfs_quota_write,
/linux-master/fs/ext2/
H A Dsuper.c353 .quota_write = ext2_quota_write,
/linux-master/fs/reiserfs/
H A Dsuper.c825 .quota_write = reiserfs_quota_write,
/linux-master/include/linux/
H A Dfs.h2183 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t); member in struct:super_operations
/linux-master/fs/f2fs/
H A Dsuper.c3139 .quota_write = f2fs_quota_write,
/linux-master/fs/ext4/
H A Dsuper.c1650 .quota_write = ext4_quota_write,

Completed in 278 milliseconds