Searched refs:blkh (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dibalance.c133 struct block_head * blkh; local
143 blkh = B_BLK_HEAD(cur);
144 nr = blkh_nr_item(blkh);
176 set_blkh_nr_item( blkh, blkh_nr_item(blkh) + count );
177 set_blkh_free_space( blkh,
178 blkh_free_space(blkh) - count * (DC_SIZE + KEY_SIZE ) );
210 struct block_head * blkh; local
225 blkh = B_BLK_HEAD(cur);
226 nr = blkh_nr_item(blkh);
301 struct block_head * blkh; local
410 struct block_head * blkh; local
921 struct block_head * blkh; local
[all...]
H A Dlbalance.c252 struct block_head * blkh; local
270 blkh = B_BLK_HEAD(dest);
271 nr = blkh_nr_item( blkh );
272 free_space = blkh_free_space(blkh);
280 RFALSE( blkh_free_space(blkh) < cpy_num * IH_SIZE,
291 set_blkh_free_space( blkh, free_space );
318 set_blkh_nr_item( blkh, nr + cpy_num );
319 set_blkh_free_space( blkh, free_space - (j - last_inserted_loc) );
737 struct block_head * blkh; local
744 blkh
813 struct block_head * blkh; local
966 struct block_head * blkh; local
1059 struct block_head * blkh; local
[all...]
H A Dprints.c432 struct block_head * blkh; local
442 blkh = B_BLK_HEAD (bh);
444 nr = blkh_nr_item(blkh);
663 struct block_head * blkh; local
666 blkh = B_BLK_HEAD (bh);
667 nr = blkh_nr_item(blkh);
670 if ( blkh_free_space(blkh) >
678 struct block_head * blkh; local
680 blkh = B_BLK_HEAD (bh);
H A Dstree.c493 struct block_head * blkh; local
500 blkh = (struct block_head *)buf;
501 if ( blkh_level(blkh) != DISK_LEAF_NODE_LEVEL) {
506 nr = blkh_nr_item(blkh);
514 if (used_space != blocksize - blkh_free_space(blkh)) {
554 struct block_head * blkh; local
558 blkh = (struct block_head *)buf;
559 nr = blkh_level(blkh);
566 nr = blkh_nr_item(blkh);
574 if (used_space != blocksize - blkh_free_space(blkh)) {
[all...]
H A Ddo_balan.c1182 struct block_head * blkh; local
1186 blkh = B_BLK_HEAD(bi->bi_bh);
1187 set_blkh_nr_item( blkh, 0 );
1188 set_blkh_free_space( blkh, MAX_CHILD_SIZE(bi->bi_bh) );
1256 struct block_head *blkh; local
1257 blkh = B_BLK_HEAD(bh);
1258 set_blkh_level( blkh, FREE_LEVEL );
1259 set_blkh_nr_item( blkh, 0 );

Completed in 59 milliseconds