Searched refs:rbytes (Results 1 - 9 of 9) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtftp.c146 int rbytes; member in struct:tftp_state_data
616 if(state->rbytes < (ssize_t)state->blksize+4) {
1083 state->rbytes = (int)recvfrom(state->sockfd,
1095 if(state->rbytes < 4) {
1107 if(state->rbytes > 4 &&
1111 state->rbytes-4);
1116 k->bytecount += state->rbytes-4;
1129 state->rbytes-2);
/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);
230 leaf_shift_right(tb, tb->rnum[0], tb->rbytes);
752 if (item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1) { /* part of new item falls into R[0] */
772 rbytes) << (is_indirect_le_ih(ih)
777 put_ih_item_len(ih, tb->rbytes);
[all...]
H A Dfix_node.c301 tb->rbytes = -1;
318 tb->rbytes = -1;
341 tb->rbytes = -1;
348 tb->rbytes = op_check_right(vi, cur_free);
349 if (tb->rbytes != -1)
581 * rbytes number of bytes which flow to the right neighbor from the item that is not
602 tb->rbytes = rb;
608 PROC_INFO_ADD(tb->tb_sb, rbytes[h], rb);
623 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0);
636 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes
[all...]
H A Dprints.c638 tb->rbytes, tb->blknum[0], tb->s0num, tb->s1num, tb->s1bytes,
H A Dprocfs.c160 " rbytes"
193 SFPL(rbytes),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c1228 int rbytes, nbytes = PAGE_CACHE_SIZE - offset; local
1233 rbytes = bio_add_page(bio, bp->b_pages[map_i], nbytes, offset);
1234 if (rbytes < nbytes)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmyri_sbus.h243 u32 rbytes; /* Receive bytes. */ member in struct:myri_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1370 int rbytes; /* number of bytes which will flow to the right neighbor from the right */ member in struct:tree_balance
H A Dreiserfs_fs_sb.h308 long int rbytes[5]; member in struct:reiserfs_proc_info_data

Completed in 139 milliseconds