Lines Matching defs:blkh
410 struct block_head *blkh;
417 blkh = (struct block_head *)buf;
418 if (blkh_level(blkh) != DISK_LEAF_NODE_LEVEL) {
424 nr = blkh_nr_item(blkh);
435 if (used_space != blocksize - blkh_free_space(blkh)) {
494 struct block_head *blkh;
498 blkh = (struct block_head *)buf;
499 nr = blkh_level(blkh);
507 nr = blkh_nr_item(blkh);
516 if (used_space != blocksize - blkh_free_space(blkh)) {