Lines Matching refs:cl_cpg
40 u16 cl_cpg, in ocfs2_calc_new_backup_super() argument
66 ocfs2_set_bit(cluster % cl_cpg, in ocfs2_calc_new_backup_super()
69 ocfs2_clear_bit(cluster % cl_cpg, in ocfs2_calc_new_backup_super()
92 u16 cl_cpg = le16_to_cpu(cl->cl_cpg); in ocfs2_update_last_group_and_inode() local
123 cl_cpg, old_bg_clusters, 1); in ocfs2_update_last_group_and_inode()
166 cl_cpg, old_bg_clusters, 0); in ocfs2_update_last_group_and_inode()
310 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_extend()
333 le16_to_cpu(fe->id2.i_chain.cl_cpg)) { in ocfs2_group_extend()
421 u16 cl_cpg = le16_to_cpu(di->id2.i_chain.cl_cpg); in ocfs2_verify_group_and_input() local
436 else if (input->clusters > cl_cpg) in ocfs2_verify_group_and_input()
440 else if (total_clusters % cl_cpg != 0) in ocfs2_verify_group_and_input()
491 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_add()