Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:block

374 		 * The compared start block number or start inode number
402 * The compared start block number or start inode number is
407 * The compared end block number or end inode number is
428 blk_t block, int num)
431 if ((block < bitmap->start) || (block+num-1 > bitmap->real_end)) {
433 block, bitmap->description);
437 bitmap, block, num);
454 blk_t block, int num)
458 if ((block < bitmap->start) || (block+num-1 > bitmap->end)) {
459 ext2fs_warn_bitmap(EXT2_ET_BAD_BLOCK_MARK, block,
464 ext2fs_fast_set_bit(block + i - bitmap->start, bitmap->bitmap);
468 blk_t block, int num)
472 if ((block < bitmap->start) || (block+num-1 > bitmap->end)) {
473 ext2fs_warn_bitmap(EXT2_ET_BAD_BLOCK_UNMARK, block,
478 ext2fs_fast_clear_bit(block + i - bitmap->start,