Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dfix_node.c1174 int levbytes = tb->insert_size[h]; in can_node_be_removed() local
1182 if (lfree + rfree + sfree < MAX_CHILD_SIZE(Sh) + levbytes in can_node_be_removed()
1192 if (sfree >= levbytes) { /* new item fits into node S[h] without any shifting */ in can_node_be_removed()
1222 int levbytes, /* Number of bytes that must be inserted into (value in ip_check_balance() local
1260 levbytes = tb->insert_size[h]; in ip_check_balance()
1349 if (sfree >= levbytes) { /* new item fits into node S[h] without any shifting */ in ip_check_balance()
1750 int levbytes; in dc_check_balance_leaf() local
1761 levbytes = tb->insert_size[h]; in dc_check_balance_leaf()
1767 RFALSE(-levbytes >= maxsize - B_FREE_SPACE(S0), in dc_check_balance_leaf()