Searched refs:rbytes (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Ddo_balan.c217 (tb->lbytes != -1 || tb->rbytes != -1),
218 "PAP-12055: bad rbytes (%d)/lbytes (%d) parameters when items are not split",
219 tb->rbytes, tb->lbytes);
221 (tb->lbytes < 1 || tb->rbytes != -1),
222 "PAP-12060: bad rbytes (%d)/lbytes (%d) parameters when items are split",
223 tb->rbytes, tb->lbytes);
226 leaf_shift_right(tb, tb->rnum[0], tb->rbytes);
551 if ( item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1 )
570 offset = le_ih_k_offset( ih ) + (old_len - tb->rbytes );
572 put_ih_item_len( ih, tb->rbytes);
[all...]
H A Dfix_node.c294 tb->rbytes = -1;
309 tb->rbytes = -1;
331 tb->rbytes = -1;
338 tb->rbytes = op_check_right (vi, cur_free);
339 if (tb->rbytes != -1)
552 * rbytes number of bytes which flow to the right neighbor from the item that is not
576 tb->rbytes = rb;
582 PROC_INFO_ADD( tb -> tb_sb, rbytes[ h ], rb );
599 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0);
611 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes
[all...]
H A Dprints.c628 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0],tb->rbytes, tb->blknum[0],
H A Dprocfs.c254 " rbytes"
297 SFPL( rbytes ),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dmyri_sbus.h243 u32 rbytes; /* Receive bytes. */ member in struct:myri_channel
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs_sb.h374 long int rbytes[ 5 ]; member in struct:reiserfs_proc_info_data
H A Dreiserfs_fs.h1324 int rbytes; /* number of bytes which will flow to the right neighbor from the right */ member in struct:tree_balance
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs_sb.h374 long int rbytes[ 5 ]; member in struct:reiserfs_proc_info_data
H A Dreiserfs_fs.h1324 int rbytes; /* number of bytes which will flow to the right neighbor from the right */ member in struct:tree_balance

Completed in 129 milliseconds