Lines Matching refs:cl_cpg
42 u16 cl_cpg, in ocfs2_calc_new_backup_super() argument
68 ocfs2_set_bit(cluster % cl_cpg, in ocfs2_calc_new_backup_super()
71 ocfs2_clear_bit(cluster % cl_cpg, in ocfs2_calc_new_backup_super()
94 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()
161 cl_cpg, old_bg_clusters, 0); in ocfs2_update_last_group_and_inode()
304 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_extend()
327 le16_to_cpu(fe->id2.i_chain.cl_cpg)) { in ocfs2_group_extend()
415 u16 cl_cpg = le16_to_cpu(di->id2.i_chain.cl_cpg); in ocfs2_verify_group_and_input() local
430 else if (input->clusters > cl_cpg) in ocfs2_verify_group_and_input()
434 else if (total_clusters % cl_cpg != 0) in ocfs2_verify_group_and_input()
485 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_add()