Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/reiserfs/
Ddo_balan.c217 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete()
219 tb->rbytes, tb->lbytes); in balance_leaf_when_delete()
221 (tb->lbytes < 1 || tb->rbytes != -1), in balance_leaf_when_delete()
223 tb->rbytes, tb->lbytes); in balance_leaf_when_delete()
225 leaf_shift_left (tb, tb->lnum[0], tb->lbytes); in balance_leaf_when_delete()
302 if ( item_pos == tb->lnum[0] - 1 && tb->lbytes != -1 ) { in balance_leaf()
310 new_item_len = ih_item_len(ih) - tb->lbytes; in balance_leaf()
329 …set_le_ih_k_offset( ih, le_ih_k_offset( ih ) + (tb->lbytes << (is_indirect_le_ih(ih)?tb->tb_sb->s_… in balance_leaf()
332 if ( tb->lbytes > zeros_num ) { in balance_leaf()
333 body += (tb->lbytes - zeros_num); in balance_leaf()
[all …]
Dfix_node.c215 tb->lbytes = -1; in check_left()
230 tb->lbytes = -1; in check_left()
255 tb->lbytes = -1; in check_left()
260 tb->lbytes = op_check_left (vi, cur_free, 0, 0); in check_left()
261 if (tb->lbytes != -1) in check_left()
575 tb->lbytes = lb; in set_parameters()
581 PROC_INFO_ADD( tb -> tb_sb, lbytes[ h ], lb ); in set_parameters()
598 to_left = tb->lnum[0] - ((tb->lbytes != -1) ? 1 : 0); in is_leaf_removable()
611 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable()
620 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable()
[all …]
Dprocfs.c291 SFPL( lbytes ), in reiserfs_per_level_in_proc()
Dprints.c635 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0],tb->rbytes, tb->blknum[0], in store_print_tb()
/linux-2.4.37.9/include/linux/
Dreiserfs_fs_sb.h320 long int lbytes[ 5 ]; /* XXX */ member
Dreiserfs_fs.h1453 int lbytes; /* number of bytes which can flow to the left neighbor from the left */ member