Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:block

47 	blk64_t		block, orig;
50 block = orig = *block_nr;
56 if (ext2fs_test_block_bitmap2(pb->reserve, block)) {
58 if (++block >= ext2fs_blocks_count(fs->super))
59 block = fs->super->s_first_data_block;
60 if (block == orig) {
64 } while (ext2fs_test_block_bitmap2(pb->reserve, block) ||
65 ext2fs_test_block_bitmap2(pb->alloc_map, block));
72 retval = io_channel_write_blk64(fs->io, block, 1, pb->buf);
77 *block_nr = block;
78 ext2fs_mark_block_bitmap2(pb->alloc_map, block);
84 (unsigned long long) block);
88 block, blockcnt);
125 * gather directory block information while we're doing the
126 * block move.