Lines Matching refs:blk
34 blk64_t blk, char *buf) in htree_dump_leaf_node() argument
47 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk); in htree_dump_leaf_node()
50 "while mapping logical block %llu\n", blk); in htree_dump_leaf_node()
54 fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk); in htree_dump_leaf_node()
59 blk, pblk); in htree_dump_leaf_node()
73 (unsigned long) blk); in htree_dump_leaf_node()
81 blk); in htree_dump_leaf_node()
111 blk64_t blk, char *buf, int level);
160 blk64_t blk, char *buf, int level) in htree_dump_int_block() argument
172 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk); in htree_dump_int_block()
175 "while mapping logical block %llu\n", blk); in htree_dump_int_block()
182 "while reading block %llu\n", blk); in htree_dump_int_block()
199 blk64_t blk; in do_htree_dump() local
232 errcode = ext2fs_bmap2(current_fs, ino, &inode, buf, 0, 0, 0, &blk); in do_htree_dump()
239 errcode = io_channel_read_blk64(current_fs->io, blk, in do_htree_dump()