Searched refs:lbytes (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/reiserfs/ |
D | do_balan.c | 212 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 215 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 217 (tb->lbytes < 1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 220 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 222 leaf_shift_left(tb, tb->lnum[0], tb->lbytes); in balance_leaf_when_delete_left() 298 if (tb->item_pos == tb->lnum[0] - 1 && tb->lbytes != -1) { in balance_leaf_insert_left() 306 new_item_len = ih_item_len(ih) - tb->lbytes; in balance_leaf_insert_left() 330 add_le_ih_k_offset(ih, tb->lbytes << shift); in balance_leaf_insert_left() 333 if (tb->lbytes > tb->zeroes_num) { in balance_leaf_insert_left() 334 body_shift_bytes = tb->lbytes - tb->zeroes_num; in balance_leaf_insert_left() [all …]
|
D | fix_node.c | 214 tb->lbytes = -1; in check_left() 231 tb->lbytes = -1; in check_left() 260 tb->lbytes = -1; in check_left() 265 tb->lbytes = op_check_left(vi, cur_free, 0, 0); in check_left() 266 if (tb->lbytes != -1) in check_left() 640 tb->lbytes = lb; in set_parameters() 646 PROC_INFO_ADD(tb->tb_sb, lbytes[h], lb); in set_parameters() 665 to_left = tb->lnum[0] - ((tb->lbytes != -1) ? 1 : 0); in is_leaf_removable() 680 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable() 688 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable() [all …]
|
D | procfs.c | 182 SFPL(lbytes), in show_per_level()
|
D | prints.c | 675 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
|
D | reiserfs.h | 474 long int lbytes[5]; /* XXX */ member 2485 int lbytes; member
|