Searched refs:quota_write (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/quota/ |
| H A D | quota_v1.c | 98 ret = dquot->dq_sb->s_op->quota_write(dquot->dq_sb, type, in v1_commit_dqblk() 210 ret = sb->s_op->quota_write(sb, type, (char *)&dqblk, in v1_write_file_info()
|
| H A D | quota_tree.c | 70 ret = sb->s_op->quota_write(sb, info->dqi_type, buf, in write_blk() 462 ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size, in qtree_write_dquot()
|
| H A D | quota_v2.c | 218 size = sb->s_op->quota_write(sb, type, (char *)&dinfo, in v2_write_file_info()
|
| /linux/include/linux/fs/ |
| H A D | super_types.h | 109 ssize_t (*quota_write)(struct super_block *sb, int type, member
|
| /linux/fs/jfs/ |
| H A D | super.c | 857 .quota_write = jfs_quota_write,
|
| /linux/fs/ext4/ |
| H A D | super.c | 1676 .quota_write = ext4_quota_write,
|