Searched refs:next_zero_bit (Results 1 – 3 of 3) sorted by relevance
484 pub fn next_zero_bit(&self, start: usize) -> Option<usize> { in next_zero_bit() method525 assert_eq!(None, b.next_zero_bit(0)); in bitmap_copy()551 assert_eq!(Some(0), b.next_zero_bit(0)); in bitmap_set_clear_find()587 assert_eq!(None, b.next_zero_bit(2048)); in owned_bitmap_out_of_bounds()
233 id: self.map.next_zero_bit(offset)?, in find_unused_id()
77 ext2_grpblk_t next_zero_bit; in ext2_valid_block_bitmap() local107 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()