Home
last modified time | relevance | path

Searched refs:used_space (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/reiserfs/
Dstree.c495 int used_space; in is_leaf() local
513 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location (ih)); in is_leaf()
514 if (used_space != blocksize - blkh_free_space(blkh)) { in is_leaf()
556 int used_space; in is_internal() local
573 used_space = BLKH_SIZE + KEY_SIZE * nr + DC_SIZE * (nr + 1); in is_internal()
574 if (used_space != blocksize - blkh_free_space(blkh)) { in is_internal()