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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Ddo_balan.c243 (tb->lbytes != -1 || tb->rbytes != -1),
244 "PAP-12055: bad rbytes (%d)/lbytes (%d) parameters when items are not split",
245 tb->rbytes, tb->lbytes);
247 (tb->lbytes < 1 || tb->rbytes != -1),
248 "PAP-12060: bad rbytes (%d)/lbytes (%d) parameters when items are split",
249 tb->rbytes, tb->lbytes);
252 leaf_shift_right(tb, tb->rnum[0], tb->rbytes);
750 if (item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1) { /* part of new item falls into R[0] */
770 rbytes) << (is_indirect_le_ih(ih)
775 put_ih_item_len(ih, tb->rbytes);
[all...]
H A Dfix_node.c302 tb->rbytes = -1;
319 tb->rbytes = -1;
342 tb->rbytes = -1;
349 tb->rbytes = op_check_right(vi, cur_free);
350 if (tb->rbytes != -1)
579 * rbytes number of bytes which flow to the right neighbor from the item that is not
600 tb->rbytes = rb;
606 PROC_INFO_ADD(tb->tb_sb, rbytes[h], rb);
621 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0);
634 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes
[all...]
H A Dprocfs.c148 " rbytes"
181 SFPL(rbytes),
H A Dprints.c666 tb->rbytes, tb->blknum[0], tb->s0num, tb->s1num, tb->s1bytes,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-parallel.c156 int tbytes, rbytes, pbytes, xbytes, total_bytes; local
160 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1);
165 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes;
182 tmp_buf += rbytes;
185 tmp_buf += rbytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtftp.c141 int rbytes; member in struct:tftp_state_data
621 if(state->rbytes < (ssize_t)state->blksize+4) {
1086 state->rbytes = (int)recvfrom(state->sockfd,
1098 if(state->rbytes < 4) {
1110 if(state->rbytes > 4 &&
1114 state->rbytes-4);
1119 k->bytecount += state->rbytes-4;
1132 state->rbytes-2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmyri_sbus.h243 u32 rbytes; /* Receive bytes. */ member in struct:myri_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dceph_fs.h455 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member in struct:ceph_mds_reply_inode
H A Dinode.c671 ci->i_rbytes = le64_to_cpu(info->rbytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs_sb.h312 long int rbytes[5]; member in struct:reiserfs_proc_info_data
H A Dreiserfs_fs.h1531 int rbytes; /* number of bytes which will flow to the right neighbor from the right */ member in struct:tree_balance
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_buf.c1249 int rbytes, nbytes = PAGE_CACHE_SIZE - offset; local
1254 rbytes = bio_add_page(bio, bp->b_pages[map_i], nbytes, offset);
1255 if (rbytes < nbytes)

Completed in 216 milliseconds