Searched refs:cl_bpc (Results 1 – 3 of 3) sorted by relevance
102 u16 cl_bpc = le16_to_cpu(cl->cl_bpc); in ocfs2_update_last_group_and_inode() local118 num_bits = new_clusters * cl_bpc; in ocfs2_update_last_group_and_inode()280 u16 cl_bpc; in ocfs2_group_extend() local336 cl_bpc = le16_to_cpu(fe->id2.i_chain.cl_bpc); in ocfs2_group_extend()337 if (le16_to_cpu(group->bg_bits) / cl_bpc + new_clusters > in ocfs2_group_extend()390 u16 cl_bpc = le16_to_cpu(di->id2.i_chain.cl_bpc); in ocfs2_check_new_group() local402 else if (le16_to_cpu(gd->bg_bits) != input->clusters * cl_bpc) in ocfs2_check_new_group()407 else if (le16_to_cpu(gd->bg_free_bits_count) != input->frees * cl_bpc) in ocfs2_check_new_group()412 input->frees * cl_bpc); in ocfs2_check_new_group()471 u16 cl_bpc; in ocfs2_group_add() local[all …]
172 return (u32)le16_to_cpu(cl->cl_cpg) * (u32)le16_to_cpu(cl->cl_bpc); in ocfs2_bits_per_group()250 max_bits = le16_to_cpu(di->id2.i_chain.cl_cpg) * le16_to_cpu(di->id2.i_chain.cl_bpc); in ocfs2_validate_gd_parent()371 le16_to_cpu(cl->cl_bpc)); in ocfs2_bg_discontig_add_extent()373 le16_add_cpu(&bg->bg_bits, clusters * le16_to_cpu(cl->cl_bpc)); in ocfs2_bg_discontig_add_extent()375 clusters * le16_to_cpu(cl->cl_bpc)); in ocfs2_bg_discontig_add_extent()533 le16_to_cpu(bg->bg_bits) / le16_to_cpu(cl->cl_bpc); in ocfs2_block_group_grow_discontig()565 le16_to_cpu(bg->bg_bits) / le16_to_cpu(cl->cl_bpc); in ocfs2_block_group_grow_discontig()1629 unsigned int bpc = le16_to_cpu(cl->cl_bpc); in ocfs2_bg_discontig_fix_by_rec()2641 printk("id2.i_chain.cl_bpc: %u\n", fe->id2.i_chain.cl_bpc); in ocfs2_debug_suballoc_inode()
514 __le16 cl_bpc; /* Bits per cluster */ member