Home
last modified time | relevance | path

Searched refs:sb_len_wr (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/scsi/
Dsg.h62 unsigned char sb_len_wr; /* [o] byte count actually written to sbp */ member
/linux-4.4.14/block/
Dscsi_ioctl.c268 hdr->sb_len_wr = 0; in blk_complete_sghdr_rq()
274 hdr->sb_len_wr = len; in blk_complete_sghdr_rq()
/linux-4.4.14/drivers/nvme/host/
Dscsi.c313 hdr->sb_len_wr = 0; in nvme_trans_completion()
327 hdr->sb_len_wr = xfer_len; in nvme_trans_completion()
/linux-4.4.14/drivers/scsi/
Dsg.c556 hp->sb_len_wr = 0; in sg_new_read()
568 hp->sb_len_wr = len; in sg_new_read()
/linux-4.4.14/fs/
Dcompat_ioctl.c245 unsigned char sb_len_wr; /* [o] byte count actually written to sbp */ member
/linux-4.4.14/drivers/block/
Dskd_main.c1812 sgp->sb_len_wr = nbytes; in skd_sg_io_put_status()