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
121 cl_cpg, old_bg_clusters, 1); in ocfs2_update_last_group_and_inode()
159 cl_cpg, old_bg_clusters, 0); in ocfs2_update_last_group_and_inode()
302 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_extend()
325 le16_to_cpu(fe->id2.i_chain.cl_cpg)) { in ocfs2_group_extend()
413 u16 cl_cpg = le16_to_cpu(di->id2.i_chain.cl_cpg); in ocfs2_verify_group_and_input() local
428 else if (input->clusters > cl_cpg) in ocfs2_verify_group_and_input()
432 else if (total_clusters % cl_cpg != 0) in ocfs2_verify_group_and_input()
483 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_add()