Home
last modified time | relevance | path

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

/fs/reiserfs/
Ddo_balan.c243 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete()
245 tb->rbytes, tb->lbytes); in balance_leaf_when_delete()
247 (tb->lbytes < 1 || tb->rbytes != -1), in balance_leaf_when_delete()
249 tb->rbytes, tb->lbytes); in balance_leaf_when_delete()
251 leaf_shift_left(tb, tb->lnum[0], tb->lbytes); in balance_leaf_when_delete()
328 && tb->lbytes != -1) { in balance_leaf()
339 ih_item_len(ih) - tb->lbytes; in balance_leaf()
365 lbytes << in balance_leaf()
373 if (tb->lbytes > zeros_num) { in balance_leaf()
375 (tb->lbytes - zeros_num); in balance_leaf()
[all …]
Dfix_node.c223 tb->lbytes = -1; in check_left()
240 tb->lbytes = -1; in check_left()
265 tb->lbytes = -1; in check_left()
270 tb->lbytes = op_check_left(vi, cur_free, 0, 0); in check_left()
271 if (tb->lbytes != -1) in check_left()
600 tb->lbytes = lb; in set_parameters()
606 PROC_INFO_ADD(tb->tb_sb, lbytes[h], lb); in set_parameters()
621 to_left = tb->lnum[0] - ((tb->lbytes != -1) ? 1 : 0); in is_leaf_removable()
635 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable()
644 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable()
[all …]
Dprocfs.c179 SFPL(lbytes), in show_per_level()
Dprints.c666 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
Dreiserfs.h378 long int lbytes[5]; /* XXX */ member
2098 int lbytes; /* number of bytes which can flow to the left neighbor from the left */ member