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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dballoc.c238 ext4_grpblk_t next_zero_bit; local
270 next_zero_bit = ext4_find_next_zero_bit(bh->b_data,
273 if (next_zero_bit >= offset + EXT4_SB(sb)->s_itb_per_group)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dballoc.c79 ext2_grpblk_t next_zero_bit; local
102 next_zero_bit = ext2_find_next_zero_bit(bh->b_data,
105 if (next_zero_bit >= offset + EXT2_SB(sb)->s_itb_per_group)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dballoc.c90 ext3_grpblk_t next_zero_bit; local
113 next_zero_bit = ext3_find_next_zero_bit(bh->b_data,
116 if (next_zero_bit >= offset + EXT3_SB(sb)->s_itb_per_group)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Djournal.c461 ** next_zero_bit is a suggestion about the next block to try for find_forward.
464 ** through next_zero_bit for find_forward to try.
466 ** Just because we return something in next_zero_bit does not mean we won't
472 b_blocknr_t * next_zero_bit)
480 *next_zero_bit = 0; /* always start this at zero. */
495 *next_zero_bit =
470 reiserfs_in_journal(struct super_block *sb, unsigned int bmap_nr, int bit_nr, int search_all, b_blocknr_t * next_zero_bit) argument

Completed in 303 milliseconds