Searched refs:dqi_blocks (Results 1 – 9 of 9) sorted by relevance
291 ldinfo->dqi_blocks = cpu_to_le32(oinfo->dqi_blocks); in olq_update_info()736 oinfo->dqi_blocks = le32_to_cpu(ldinfo->dqi_blocks); in ocfs2_local_read_info()831 len = (oinfo->dqi_blocks - in ocfs2_local_free_info()945 len = (oinfo->dqi_blocks - in ocfs2_find_free_entry()1010 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_local_quota_add_chunk()1039 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks + 1, in ocfs2_local_quota_add_chunk()1064 oinfo->dqi_blocks += 2; in ocfs2_local_quota_add_chunk()1116 chunk_blocks = oinfo->dqi_blocks - in ocfs2_extend_local_quota_file()1137 status = ocfs2_extent_map_get_blocks(lqinode, oinfo->dqi_blocks, in ocfs2_extend_local_quota_file()1188 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
3826 lvb->lvb_blocks = cpu_to_be32(oinfo->dqi_gi.dqi_blocks); in ocfs2_set_qinfo_lvb()3856 oinfo->dqi_gi.dqi_blocks = be32_to_cpu(lvb->lvb_blocks); in ocfs2_refresh_qinfo()3872 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
95 ret = write_blk(info, info->dqi_blocks, buf); in get_free_dqblk()98 blk = info->dqi_blocks++; in get_free_dqblk()354 if (info->dqi_blocks <= QT_TREEOFF) { in dq_insert_tree()
30 unsigned int dqi_blocks; /* # of blocks in quota file */ member