Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:bit

322 rb_test_bit(struct ext2fs_rb_private *bp, __u64 bit)
333 if (bit >= rcursor->start && bit < rcursor->start + rcursor->count) {
348 if ((bit >= rcursor->start + rcursor->count) &&
349 (bit < next_ext->start)) {
363 if (bit >= rcursor->start && bit < rcursor->start + rcursor->count)
371 if (bit < ext->start)
373 else if (bit >= (ext->start + ext->count))
863 "%16.4lf memory / bitmap bit memory ratio (bitarray = 1)\n",