Home
last modified time | relevance | path

Searched refs:next_zero_bit (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/ext4/
H A Dballoc.c314 ext4_grpblk_t next_zero_bit; in ext4_valid_block_bitmap_padding() local
321 next_zero_bit = ext4_find_next_zero_bit(bh->b_data, bitmap_size, offset); in ext4_valid_block_bitmap_padding()
323 return (next_zero_bit < bitmap_size ? next_zero_bit : 0); in ext4_valid_block_bitmap_padding()
351 ext4_grpblk_t next_zero_bit; in ext4_valid_block_bitmap() local
389 next_zero_bit = ext4_find_next_zero_bit(bh->b_data, in ext4_valid_block_bitmap()
392 if (next_zero_bit < in ext4_valid_block_bitmap()
/linux-6.15/mm/
H A Dcma.c741 unsigned long next_zero_bit, next_set_bit, nr_zero; in cma_debug_show_areas() local
758 next_zero_bit = find_next_zero_bit(cmr->bitmap, in cma_debug_show_areas()
760 if (next_zero_bit >= nbits) in cma_debug_show_areas()
763 next_zero_bit); in cma_debug_show_areas()
764 nr_zero = next_set_bit - next_zero_bit; in cma_debug_show_areas()
767 next_zero_bit); in cma_debug_show_areas()
768 start = next_zero_bit + nr_zero; in cma_debug_show_areas()
/linux-6.15/fs/ext2/
H A Dballoc.c77 ext2_grpblk_t next_zero_bit; in ext2_valid_block_bitmap() local
107 next_zero_bit = ext2_find_next_zero_bit(bh->b_data, in ext2_valid_block_bitmap()
110 if (next_zero_bit >= offset + EXT2_SB(sb)->s_itb_per_group) in ext2_valid_block_bitmap()