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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddo_balan.c221 (tb->lbytes != -1 || tb->rbytes != -1),
222 "PAP-12055: bad rbytes (%d)/lbytes (%d) parameters when items are not split",
223 tb->rbytes, tb->lbytes);
225 (tb->lbytes < 1 || tb->rbytes != -1),
226 "PAP-12060: bad rbytes (%d)/lbytes (%d) parameters when items are split",
227 tb->rbytes, tb->lbytes);
229 leaf_shift_left(tb, tb->lnum[0], tb->lbytes);
306 && tb->lbytes != -1) {
317 ih_item_len(ih) - tb->lbytes;
347 lbytes <<
[all...]
H A Dfix_node.c221 tb->lbytes = -1;
238 tb->lbytes = -1;
263 tb->lbytes = -1;
268 tb->lbytes = op_check_left(vi, cur_free, 0, 0);
269 if (tb->lbytes != -1)
579 * lbytes number of bytes which flow to the left neighbor from the item that is not
601 tb->lbytes = lb;
607 PROC_INFO_ADD(tb->tb_sb, lbytes[h], lb);
622 to_left = tb->lnum[0] - ((tb->lbytes != -1) ? 1 : 0);
636 if (remain_items > 1 || tb->lbytes
[all...]
H A Dprocfs.c159 " lbytes"
192 SFPL(lbytes),
H A Dprints.c637 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h307 long int lbytes[5]; member in struct:reiserfs_proc_info_data
H A Dreiserfs_fs.h1367 int lbytes; /* number of bytes which can flow to the left neighbor from the left */ member in struct:tree_balance

Completed in 80 milliseconds