Lines Matching refs:contig_bits
1285 u16 contig_bits = 0; in ocfs2_find_max_contig_free_bits() local
1294 if (contig_bits < free_bits) in ocfs2_find_max_contig_free_bits()
1295 contig_bits = free_bits; in ocfs2_find_max_contig_free_bits()
1298 return contig_bits; in ocfs2_find_max_contig_free_bits()
1376 u16 contig_bits; in ocfs2_block_group_set_bits() local
1422 contig_bits = ocfs2_find_max_contig_free_bits(bitmap, in ocfs2_block_group_set_bits()
1424 if (contig_bits > max_contig_bits) in ocfs2_block_group_set_bits()
1425 max_contig_bits = contig_bits; in ocfs2_block_group_set_bits()
1799 u32 contig_bits; in ocfs2_search_chain() local
1827 contig_bits = le16_to_cpu(bg->bg_contig_free_bits); in ocfs2_search_chain()
1828 if (!contig_bits) in ocfs2_search_chain()
1829 contig_bits = ocfs2_find_max_contig_free_bits(bg->bg_bitmap, in ocfs2_search_chain()
1831 if (bits_wanted > contig_bits && contig_bits >= min_bits) in ocfs2_search_chain()
1832 bits_wanted = contig_bits; in ocfs2_search_chain()
2474 u16 contig_bits; in ocfs2_block_group_clear_bits() local
2526 contig_bits = ocfs2_find_max_contig_free_bits(bg->bg_bitmap, in ocfs2_block_group_clear_bits()
2528 if (contig_bits > max_contig_bits) in ocfs2_block_group_clear_bits()
2529 max_contig_bits = contig_bits; in ocfs2_block_group_clear_bits()