Searched refs:dqi_type (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/quota/ |
| H A D | quota_tree.c | 61 return sb->s_op->quota_read(sb, info->dqi_type, buf, in read_blk() 70 ret = sb->s_op->quota_write(sb, info->dqi_type, buf, in write_blk() 141 mark_info_dirty(info->dqi_sb, info->dqi_type); in get_free_dqblk() 161 mark_info_dirty(info->dqi_sb, info->dqi_type); in put_free_dqblk() 198 mark_info_dirty(info->dqi_sb, info->dqi_type); in remove_free_dqentry() 239 mark_info_dirty(info->dqi_sb, info->dqi_type); in insert_free_dqentry()
|
| H A D | quota_v2.c | 148 qinfo->dqi_type = type; in v2_read_file_info()
|
| /linux/include/linux/ |
| H A D | dqblk_qtree.h | 31 int dqi_type; /* Quota type */ member
|
| /linux/fs/ocfs2/ |
| H A D | quota.h | 51 unsigned int dqi_type; /* Quota type this structure describes */ member
|