Searched refs:rbytes (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | do_balan.c | 217 (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() 226 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_when_delete() 554 if ( item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1 ) in balance_leaf() 569 …offset = le_ih_k_offset( ih ) + ((old_len - tb->rbytes )<<(is_indirect_le_ih(ih)?tb->tb_sb->s_bloc… in balance_leaf() 571 put_ih_item_len( ih, tb->rbytes); in balance_leaf() 577 if ( (old_len - tb->rbytes) > zeros_num ) { in balance_leaf() 579 r_body = body + (old_len - tb->rbytes) - zeros_num; in balance_leaf() [all …]
|
D | fix_node.c | 294 tb->rbytes = -1; in check_right() 309 tb->rbytes = -1; in check_right() 331 tb->rbytes = -1; in check_right() 338 tb->rbytes = op_check_right (vi, cur_free); in check_right() 339 if (tb->rbytes != -1) in check_right() 576 tb->rbytes = rb; in set_parameters() 582 PROC_INFO_ADD( tb -> tb_sb, rbytes[ h ], rb ); in set_parameters() 599 to_right = tb->rnum[0] - ((tb->rbytes != -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 …]
|
D | procfs.c | 292 SFPL( rbytes ), in reiserfs_per_level_in_proc()
|
D | prints.c | 635 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/drivers/net/ |
D | myri_sbus.h | 244 u32 rbytes; /* Receive bytes. */ member
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs_sb.h | 321 long int rbytes[ 5 ]; /* XXX */ member
|
D | reiserfs_fs.h | 1456 int rbytes; /* number of bytes which will flow to the right neighbor from the right */ member
|