Lines Matching defs:blkh
319 struct block_head *blkh;
337 blkh = B_BLK_HEAD(dest);
338 nr = blkh_nr_item(blkh);
339 free_space = blkh_free_space(blkh);
350 RFALSE(blkh_free_space(blkh) < cpy_num * IH_SIZE,
361 set_blkh_free_space(blkh, free_space);
389 set_blkh_nr_item(blkh, nr + cpy_num);
390 set_blkh_free_space(blkh, free_space - (j - last_inserted_loc));
908 struct block_head *blkh;
914 blkh = B_BLK_HEAD(bh);
915 nr = blkh_nr_item(blkh);
916 free_space = blkh_free_space(blkh);
958 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + 1);
959 set_blkh_free_space(blkh,
984 struct block_head *blkh;
989 blkh = B_BLK_HEAD(bh);
990 nr = blkh_nr_item(blkh);
991 free_space = blkh_free_space(blkh);
1054 set_blkh_free_space(blkh, free_space - paste_size);
1150 struct block_head *blkh;
1155 blkh = B_BLK_HEAD(bh);
1156 nr = blkh_nr_item(blkh);
1227 set_blkh_free_space(blkh, blkh_free_space(blkh) + cut_size);
1247 struct block_head *blkh;
1256 blkh = B_BLK_HEAD(bh);
1257 nr = blkh_nr_item(blkh);
1293 set_blkh_nr_item(blkh, blkh_nr_item(blkh) - del_num);
1294 set_blkh_free_space(blkh,
1295 blkh_free_space(blkh) + (j - last_removed_loc +