Searched refs:c_total (Results 1 – 3 of 3) sorted by relevance
153 le32_add_cpu(&cr->c_total, num_bits); in ocfs2_update_last_group_and_inode()563 le32_add_cpu(&cr->c_total, input->clusters * cl_bpc); in ocfs2_group_add()
426 if (le32_to_cpu(cl->cl_recs[best].c_total) > in ocfs2_find_smallest_chain()427 le32_to_cpu(cl->cl_recs[curr].c_total)) in ocfs2_find_smallest_chain()738 le32_add_cpu(&cl->cl_recs[alloc_rec].c_total, in ocfs2_block_group_alloc()2643 fe->id2.i_chain.cl_recs[i].c_total); in ocfs2_debug_suballoc_inode()
485 __le32 c_total; /* Number of total bits in this chain */ member