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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c610 unsigned int first_bit, next_zero_bit; /* the first range in bitmap */ local
623 next_zero_bit = find_next_zero_bit(&pp->bitmap, size, first_bit);
624 if ((start_bit < first_bit) || (end_bit > next_zero_bit)) {
627 } else if ((start_bit == first_bit) && (end_bit == next_zero_bit)) {
628 first_bit = find_next_bit(&pp->bitmap, size, next_zero_bit);
629 if ((next_zero_bit < first_bit) && (first_bit < size))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c476 ** next_zero_bit is a suggestion about the next block to try for find_forward.
479 ** through next_zero_bit for find_forward to try.
481 ** Just because we return something in next_zero_bit does not mean we won't
487 b_blocknr_t * next_zero_bit)
495 *next_zero_bit = 0; /* always start this at zero. */
510 *next_zero_bit =
485 reiserfs_in_journal(struct super_block *p_s_sb, int bmap_nr, int bit_nr, int search_all, b_blocknr_t * next_zero_bit) argument

Completed in 113 milliseconds