Searched refs:dqi_blocks (Results 1 – 9 of 9) sorted by relevance
290 ldinfo->dqi_blocks = cpu_to_le32(oinfo->dqi_blocks); in olq_update_info()732 oinfo->dqi_blocks = le32_to_cpu(ldinfo->dqi_blocks); in ocfs2_local_read_info()825 len = (oinfo->dqi_blocks - in ocfs2_local_free_info()942 len = (oinfo->dqi_blocks - in ocfs2_find_free_entry()1007 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_local_quota_add_chunk()1036 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks + 1, in ocfs2_local_quota_add_chunk()1061 oinfo->dqi_blocks += 2; in ocfs2_local_quota_add_chunk()1113 chunk_blocks = oinfo->dqi_blocks - in ocfs2_extend_local_quota_file()1134 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_extend_local_quota_file()1185 oinfo->dqi_blocks++; in ocfs2_extend_local_quota_file()
54 unsigned int dqi_blocks; /* Number of blocks allocated for local quota file */ member
396 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); in ocfs2_global_read_info()430 dinfo.dqi_blocks = cpu_to_le32(oinfo->dqi_gi.dqi_blocks); in __ocfs2_global_write_info()
1193 __le32 dqi_blocks; /* Number of blocks in quota file */ member1243 __le32 dqi_blocks; /* Number of blocks allocated for quota file */ member
4113 lvb->lvb_blocks = cpu_to_be32(oinfo->dqi_gi.dqi_blocks); in ocfs2_set_qinfo_lvb()4143 oinfo->dqi_gi.dqi_blocks = be32_to_cpu(lvb->lvb_blocks); in ocfs2_refresh_qinfo()4159 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(gdinfo->dqi_blocks); in ocfs2_refresh_qinfo()
148 qinfo->dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); in v2_read_file_info()184 dinfo.dqi_blocks = cpu_to_le32(qinfo->dqi_blocks); in v2_write_file_info()
68 __le32 dqi_blocks; /* Number of blocks in file */ member
101 ret = write_blk(info, info->dqi_blocks, buf); in get_free_dqblk()104 blk = info->dqi_blocks++; in get_free_dqblk()360 if (info->dqi_blocks <= QT_TREEOFF) { in dq_insert_tree()
32 unsigned int dqi_blocks; /* # of blocks in quota file */ member