Lines Matching refs:cl_cpg
56 u16 cl_cpg, in ocfs2_calc_new_backup_super() argument
82 ocfs2_set_bit(cluster % cl_cpg, in ocfs2_calc_new_backup_super()
85 ocfs2_clear_bit(cluster % cl_cpg, in ocfs2_calc_new_backup_super()
108 u16 cl_cpg = le16_to_cpu(cl->cl_cpg); in ocfs2_update_last_group_and_inode() local
137 cl_cpg, old_bg_clusters, 1); in ocfs2_update_last_group_and_inode()
175 cl_cpg, old_bg_clusters, 0); in ocfs2_update_last_group_and_inode()
318 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_extend()
341 le16_to_cpu(fe->id2.i_chain.cl_cpg)) { in ocfs2_group_extend()
429 u16 cl_cpg = le16_to_cpu(di->id2.i_chain.cl_cpg); in ocfs2_verify_group_and_input() local
444 else if (input->clusters > cl_cpg) in ocfs2_verify_group_and_input()
448 else if (total_clusters % cl_cpg != 0) in ocfs2_verify_group_and_input()
499 if (le16_to_cpu(fe->id2.i_chain.cl_cpg) != in ocfs2_group_add()