Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/reiserfs/
Dfix_node.c1155 int levbytes = tb->insert_size[h]; in can_node_be_removed() local
1164 lfree + rfree + sfree < MAX_CHILD_SIZE(Sh) + levbytes in can_node_be_removed()
1171 if (sfree >= levbytes ) { /* new item fits into node S[h] without any shifting */ in can_node_be_removed()
1201 int levbytes, /* Number of bytes that must be inserted into (value in ip_check_balance() local
1239 levbytes = tb->insert_size[h]; in ip_check_balance()
1324 if (sfree >= levbytes) { /* new item fits into node S[h] without any shifting */ in ip_check_balance()
1701 int levbytes; in dc_check_balance_leaf() local
1713 levbytes = tb->insert_size[h]; in dc_check_balance_leaf()
1720 RFALSE( -levbytes >= maxsize - B_FREE_SPACE (S0), in dc_check_balance_leaf()