Searched refs:bufflen (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/nfsd/ |
D | blocklayout.c | 228 size_t bufflen = 252, maxlen = 65532, len, id_len; in nfsd4_scsi_identify_device() local 236 buf = kzalloc(bufflen, GFP_KERNEL); in nfsd4_scsi_identify_device() 247 error = blk_rq_map_kern(q, rq, buf, bufflen, GFP_KERNEL); in nfsd4_scsi_identify_device() 254 req->cmd[3] = bufflen >> 8; in nfsd4_scsi_identify_device() 255 req->cmd[4] = bufflen & 0xff; in nfsd4_scsi_identify_device() 267 if (len > bufflen) { in nfsd4_scsi_identify_device() 271 bufflen = len; in nfsd4_scsi_identify_device()
|
/linux-4.19.296/include/scsi/ |
D | scsi_device.h | 432 int data_direction, void *buffer, unsigned bufflen, 437 #define scsi_execute(sdev, cmd, data_direction, buffer, bufflen, sense, \ argument 442 __scsi_execute(sdev, cmd, data_direction, buffer, bufflen, \ 448 unsigned bufflen, struct scsi_sense_hdr *sshdr, int timeout, in scsi_execute_req() argument 452 bufflen, NULL, sshdr, timeout, retries, 0, 0, resid); in scsi_execute_req()
|