Searched refs:lbytes (Results 1 - 8 of 8) 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);
225 leaf_shift_left (tb, tb->lnum[0], tb->lbytes);
302 if ( item_pos == tb->lnum[0] - 1 && tb->lbytes != -1 ) {
312 new_item_len = ih_item_len(ih) - tb->lbytes;
331 set_le_ih_k_offset( ih, le_ih_k_offset( ih ) + tb->lbytes );
[all...]
H A Dfix_node.c215 tb->lbytes = -1;
230 tb->lbytes = -1;
255 tb->lbytes = -1;
260 tb->lbytes = op_check_left (vi, cur_free, 0, 0);
261 if (tb->lbytes != -1)
550 * lbytes number of bytes which flow to the left neighbor from the item that is not
575 tb->lbytes = lb;
581 PROC_INFO_ADD( tb -> tb_sb, lbytes[ h ], lb );
598 to_left = tb->lnum[0] - ((tb->lbytes != -1) ? 1 : 0);
611 if (remain_items > 1 || tb->lbytes
[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.c253 " lbytes"
296 SFPL( lbytes ),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs_sb.h373 long int lbytes[ 5 ]; member in struct:reiserfs_proc_info_data
H A Dreiserfs_fs.h1321 int lbytes; /* number of bytes which can flow to the left neighbor from the left */ member in struct:tree_balance
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs_sb.h373 long int lbytes[ 5 ]; member in struct:reiserfs_proc_info_data
H A Dreiserfs_fs.h1321 int lbytes; /* number of bytes which can flow to the left neighbor from the left */ member in struct:tree_balance

Completed in 175 milliseconds