Searched refs:rsize (Results 101 - 125 of 138) sorted by relevance

123456

/linux-master/fs/nfs/
H A Dnfs4client.c1031 * Limit the mount rsize, wsize and dtsize using negotiated fore
1049 if (server->rsize > server_resp_sz)
1050 server->rsize = server_resp_sz;
1188 if (ctx->rsize)
1189 server->rsize = nfs_io_size(ctx->rsize, server->nfs_client->cl_proto);
H A Ddirect.c317 * For each rsize'd chunk of the user's buffer, dispatch an NFS READ
332 size_t rsize = max_t(size_t, NFS_SERVER(inode)->rsize, PAGE_SIZE); local
347 rsize, &pgbase);
H A Dnfs4file.c157 if (count <= 2 * NFS_SERVER(file_inode(file_in))->rsize)
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c1885 int rsize; local
1895 rsize = dbg_reg_def[i].size * 2;
1896 if (rsize > 16)
1897 rsize = 2;
1898 if (len + strlen(dbg_reg_def[i].name) + 4 + rsize > 80) {
/linux-master/drivers/net/can/
H A Dgrcan.c934 size_t tsize, size_t rsize)
938 struct grcan_dma_buffer *large = rsize > tsize ? &dma->rx : &dma->tx;
939 struct grcan_dma_buffer *small = rsize > tsize ? &dma->tx : &dma->rx;
945 size_t maxs = max(tsize, rsize);
949 size_t ssize = min(tsize, rsize);
962 dma->rx.size = rsize;
933 grcan_allocate_dma_buffers(struct net_device *dev, size_t tsize, size_t rsize) argument
/linux-master/drivers/net/slip/
H A Dslhc.c106 size_t rsize = rslots * sizeof(struct cstate); local
107 comp->rstate = kzalloc(rsize, GFP_KERNEL);
/linux-master/drivers/hid/
H A Dhidraw.c393 if (put_user(dev->hid->rsize, (int __user *)arg))
409 min(dev->hid->rsize, len)))
H A Dhid-prodikeys.c732 unsigned int *rsize)
734 if (*rsize == 178 &&
731 pk_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) argument
H A Dhid-corsair.c694 unsigned int *rsize)
709 if (*rsize >= 172 && rdesc[75] == 0x15 && rdesc[77] == 0x16
693 corsair_mouse_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) argument
H A Dhid-lenovo.c137 unsigned int *rsize)
145 if (*rsize >= 153 &&
153 if (*rsize >= 263 &&
136 lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) argument
H A Dhid-sensor-hub.c584 unsigned int *rsize)
591 *rsize == 2558 && rdesc[913] == 0x17 && rdesc[914] == 0x40 &&
583 sensor_hub_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) argument
/linux-master/fs/ntfs3/
H A Dfslog.c616 u16 rsize = t ? le16_to_cpu(t->size) : 0; local
623 e = Add2Ptr(c, rsize);
628 e = Add2Ptr(e, rsize)) {
718 u16 rsize = le16_to_cpu(rt->size); local
723 ts = rsize * ne + sizeof(struct RESTART_TABLE);
725 if (!rsize || rsize > bytes ||
726 rsize + sizeof(struct RESTART_TABLE) > bytes || bytes < ts ||
739 rt, i * rsize + sizeof(struct RESTART_TABLE)));
743 ((off - sizeof(struct RESTART_TABLE)) % rsize))) {
2674 u32 rsize = 0; local
[all...]
H A Dntfs.h451 u32 asize, rsize; local
463 rsize = le32_to_cpu(attr->res.data_size);
464 if (rsize < datasize)
H A Dinode.c40 u16 roff, rsize, names = 0; local
138 rsize = attr->non_res ? 0 : le32_to_cpu(attr->res.data_size);
161 rsize < sizeof(struct ATTR_STD_INFO))
182 rsize >= sizeof(struct ATTR_STD_INFO5))
200 rsize < SIZEOF_ATTRIBUTE_FILENAME)
251 ni->i_valid = inode->i_size = rsize;
252 inode_set_bytes(inode, rsize);
/linux-master/lib/crypto/mpi/
H A Dec.c1257 mpi_size_t rsize; local
1302 rsize = p1.z->nlimbs;
1303 MPN_NORMALIZE(p1.z->d, rsize);
1304 if (rsize == 0) {
/linux-master/fs/smb/client/
H A Dfs_context.c146 fsparam_u32("rsize", Opt_rsize),
928 /* if rsize or wsize not passed in on remount, use previous values */
929 if (ctx->rsize == 0)
930 ctx->rsize = cifs_sb->ctx->rsize;
1172 ctx->rsize = result.uint_32;
1677 ctx->rasize = 0; /* 0 = use default (ie negotiated rsize) for read ahead pages */
H A Dcifsfs.c244 /* tune readahead according to rsize if readahead size not set on mount */
245 if (cifs_sb->ctx->rsize == 0)
246 cifs_sb->ctx->rsize =
251 sb->s_bdi->ra_pages = 2 * (cifs_sb->ctx->rsize / PAGE_SIZE);
681 seq_printf(s, ",rsize=%u", cifs_sb->ctx->rsize);
H A Dconnect.c2788 if (new->ctx->rsize && new->ctx->rsize < old->ctx->rsize)
3091 /* make the bufsizes depend on wsize/rsize and max requests */
3449 * Clamp the rsize/wsize mount arguments if they are too big for the server
3450 * and set the rsize/wsize to the negotiated values if not passed in by
3466 if ((cifs_sb->ctx->rsize == 0) ||
3467 (cifs_sb->ctx->rsize > server->ops->negotiate_rsize(tcon, ctx)))
3468 cifs_sb->ctx->rsize = server->ops->negotiate_rsize(tcon, ctx);
/linux-master/include/linux/
H A Dnetfs.h242 unsigned int rsize; /* Maximum read size (0 for none) */ member in struct:netfs_io_request
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h692 * @rsize: Ring size (number of instructions)
699 u64 rsize : 32; member in struct:nps_pkt_in_instr_rsize::__anon121
701 u64 rsize : 32;
H A Dnitrox_hal.c143 pkt_in_rsize.s.rsize = ndev->qlen;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c275 int rsize; local
291 rsize = r.size / sizeof(struct wil6210_mbox_ring_desc);
295 seq_printf(s, " size = 0x%04x bytes -> %d entries\n", r.size, rsize);
313 for (i = 0; i < rsize; i++) {
/linux-master/net/rxrpc/
H A Drxperf.c32 __be32 rsize; member in struct:rxperf_proto_params
/linux-master/fs/afs/
H A Dfile.c355 rreq->rsize = 256 * 1024;
/linux-master/drivers/media/rc/
H A Dmceusb.c903 int rsize = sizeof(DEVICE_RESUME); local
907 mce_write(ir, DEVICE_RESUME, rsize);

Completed in 370 milliseconds

123456