Lines Matching refs:size
60 /* size of changed node */
463 /* get size of current item */
486 * virtual item length is longer, than max size of item in
656 int size;
683 /* get size of remaining item (in item units) */
684 size = op_unit_num(&vn->vn_vi[to_left]);
686 if (tb->lbytes + tb->rbytes >= size) {
1310 * Check whether current node S[h] is balanced when increasing its size by
1439 * nodes have fixed size entries, then we can balance by the
1710 * Check whether current node S[h] is balanced when Decreasing its size by
1723 * Note: Items of internal nodes have fixed size, so the balance condition for
1912 * Check whether current node S[h] is balanced when Decreasing its size by
1937 /* the maximal item size */
1952 maxsize = MAX_CHILD_SIZE(S0); /* maximal possible size of an item */
2018 * Check whether current node S[h] is balanced when Decreasing its size by
2081 /* Calculate balance parameters when size of node is increasing. */
2085 /* Calculate balance parameters when size of node is decreasing. */
2196 "PAP-8290: invalid child size of left neighbor");
2233 "PAP-8300: invalid child size of right neighbor (%d != %d - %d)",
2268 int size;
2271 size = get_virtual_node_size(tb->tb_sb, PATH_PLAST_BUFFER(tb->tb_path));
2274 if (size > tb->vn_buf_size) {
2283 tb->vn_buf_size = size;
2286 buf = kmalloc(size, GFP_ATOMIC | __GFP_NOWARN);
2295 buf = kmalloc(size, GFP_NOFS);
2668 * We have a positive insert size but no nodes exist on this