Home
last modified time | relevance | path

Searched refs:next_zero_bit (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dcma.c375 unsigned long next_zero_bit, next_set_bit, nr_zero; in cma_debug_show_areas() local
383 next_zero_bit = find_next_zero_bit(cma->bitmap, nbits, start); in cma_debug_show_areas()
384 if (next_zero_bit >= nbits) in cma_debug_show_areas()
386 next_set_bit = find_next_bit(cma->bitmap, nbits, next_zero_bit); in cma_debug_show_areas()
387 nr_zero = next_set_bit - next_zero_bit; in cma_debug_show_areas()
390 next_zero_bit); in cma_debug_show_areas()
392 start = next_zero_bit + nr_zero; in cma_debug_show_areas()
/kernel/linux/linux-6.6/mm/
H A Dcma.c393 unsigned long next_zero_bit, next_set_bit, nr_zero; in cma_debug_show_areas() local
401 next_zero_bit = find_next_zero_bit(cma->bitmap, nbits, start); in cma_debug_show_areas()
402 if (next_zero_bit >= nbits) in cma_debug_show_areas()
404 next_set_bit = find_next_bit(cma->bitmap, nbits, next_zero_bit); in cma_debug_show_areas()
405 nr_zero = next_set_bit - next_zero_bit; in cma_debug_show_areas()
408 next_zero_bit); in cma_debug_show_areas()
410 start = next_zero_bit + nr_zero; in cma_debug_show_areas()
/kernel/linux/linux-5.10/fs/ext4/
H A Dballoc.c310 ext4_grpblk_t next_zero_bit; in ext4_valid_block_bitmap_padding() local
317 next_zero_bit = ext4_find_next_zero_bit(bh->b_data, bitmap_size, offset); in ext4_valid_block_bitmap_padding()
319 return (next_zero_bit < bitmap_size ? next_zero_bit : 0); in ext4_valid_block_bitmap_padding()
347 ext4_grpblk_t next_zero_bit; in ext4_valid_block_bitmap() local
385 next_zero_bit = ext4_find_next_zero_bit(bh->b_data, in ext4_valid_block_bitmap()
388 if (next_zero_bit < in ext4_valid_block_bitmap()
/kernel/linux/linux-6.6/fs/ext4/
H A Dballoc.c312 ext4_grpblk_t next_zero_bit; in ext4_valid_block_bitmap_padding() local
319 next_zero_bit = ext4_find_next_zero_bit(bh->b_data, bitmap_size, offset); in ext4_valid_block_bitmap_padding()
321 return (next_zero_bit < bitmap_size ? next_zero_bit : 0); in ext4_valid_block_bitmap_padding()
349 ext4_grpblk_t next_zero_bit; in ext4_valid_block_bitmap() local
387 next_zero_bit = ext4_find_next_zero_bit(bh->b_data, in ext4_valid_block_bitmap()
390 if (next_zero_bit < in ext4_valid_block_bitmap()
/kernel/linux/linux-5.10/fs/ext2/
H A Dballoc.c79 ext2_grpblk_t next_zero_bit; in ext2_valid_block_bitmap() local
102 next_zero_bit = ext2_find_next_zero_bit(bh->b_data, in ext2_valid_block_bitmap()
105 if (next_zero_bit >= offset + EXT2_SB(sb)->s_itb_per_group) in ext2_valid_block_bitmap()
/kernel/linux/linux-6.6/fs/ext2/
H A Dballoc.c77 ext2_grpblk_t next_zero_bit; in ext2_valid_block_bitmap() local
100 next_zero_bit = ext2_find_next_zero_bit(bh->b_data, in ext2_valid_block_bitmap()
103 if (next_zero_bit >= offset + EXT2_SB(sb)->s_itb_per_group) in ext2_valid_block_bitmap()
/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c451 * next_zero_bit is a suggestion about the next block to try for find_forward.
454 * that through next_zero_bit for find_forward to try.
456 * Just because we return something in next_zero_bit does not mean we won't
461 b_blocknr_t * next_zero_bit) in reiserfs_in_journal()
469 *next_zero_bit = 0; /* always start this at zero. */ in reiserfs_in_journal()
486 *next_zero_bit = in reiserfs_in_journal()
459 reiserfs_in_journal(struct super_block *sb, unsigned int bmap_nr, int bit_nr, int search_all, b_blocknr_t * next_zero_bit) reiserfs_in_journal() argument
/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c451 * next_zero_bit is a suggestion about the next block to try for find_forward.
454 * that through next_zero_bit for find_forward to try.
456 * Just because we return something in next_zero_bit does not mean we won't
461 b_blocknr_t * next_zero_bit) in reiserfs_in_journal()
468 *next_zero_bit = 0; /* always start this at zero. */ in reiserfs_in_journal()
485 *next_zero_bit = in reiserfs_in_journal()
459 reiserfs_in_journal(struct super_block *sb, unsigned int bmap_nr, int bit_nr, int search_all, b_blocknr_t * next_zero_bit) reiserfs_in_journal() argument

Completed in 19 milliseconds