Searched refs:dqi_blocks (Results 1 – 8 of 8) sorted by relevance
290 ldinfo->dqi_blocks = cpu_to_le32(oinfo->dqi_blocks); in olq_update_info()735 oinfo->dqi_blocks = le32_to_cpu(ldinfo->dqi_blocks); in ocfs2_local_read_info()830 len = (oinfo->dqi_blocks - in ocfs2_local_free_info()944 len = (oinfo->dqi_blocks - in ocfs2_find_free_entry()1009 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_local_quota_add_chunk()1038 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks + 1, in ocfs2_local_quota_add_chunk()1063 oinfo->dqi_blocks += 2; in ocfs2_local_quota_add_chunk()1115 chunk_blocks = oinfo->dqi_blocks - in ocfs2_extend_local_quota_file()1136 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_extend_local_quota_file()1187 oinfo->dqi_blocks++; in ocfs2_extend_local_quota_file()
53 unsigned int dqi_blocks; /* Number of blocks allocated for local quota file */ member
394 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); in ocfs2_global_read_info()428 dinfo.dqi_blocks = cpu_to_le32(oinfo->dqi_gi.dqi_blocks); in __ocfs2_global_write_info()
1194 __le32 dqi_blocks; /* Number of blocks in quota file */ member1244 __le32 dqi_blocks; /* Number of blocks allocated for quota file */ member
3927 lvb->lvb_blocks = cpu_to_be32(oinfo->dqi_gi.dqi_blocks); in ocfs2_set_qinfo_lvb()3957 oinfo->dqi_gi.dqi_blocks = be32_to_cpu(lvb->lvb_blocks); in ocfs2_refresh_qinfo()3973 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(gdinfo->dqi_blocks); in ocfs2_refresh_qinfo()
137 qinfo->dqi_blocks = le32_to_cpu(dinfo.dqi_blocks); in v2_read_file_info()168 dinfo.dqi_blocks = cpu_to_le32(qinfo->dqi_blocks); in v2_write_file_info()
67 __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()