Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:blk

39 	blk64_t		blk;
92 blk = ext2fs_block_bitmap_loc(fs, i);
93 if (blk) {
94 retval = io_channel_write_blk64(fs->io, blk, 1,
117 blk = ext2fs_inode_bitmap_loc(fs, i);
118 if (blk) {
119 retval = io_channel_write_blk64(fs->io, blk, 1,
157 blk64_t blk;
207 blk = (fs->image_header->offset_inodemap / fs->blocksize);
210 retval = io_channel_read_blk64(fs->image_io, blk++,
225 blk = (fs->image_header->offset_blockmap /
230 retval = io_channel_read_blk64(fs->image_io, blk++,
250 blk = ext2fs_block_bitmap_loc(fs, i);
254 blk = 0;
255 if (blk) {
256 retval = io_channel_read_blk64(fs->io, blk,
272 blk = ext2fs_inode_bitmap_loc(fs, i);
276 blk = 0;
277 if (blk) {
278 retval = io_channel_read_blk64(fs->io, blk,