Home
last modified time | relevance | path

Searched defs:good_bytes (Results 1 – 8 of 8) sorted by relevance

/linux/rust/kernel/ !
H A Dstr.rs456 let good_bytes = c"\xf0\x9f\xa6\x80"; in test_cstr_display() localVariable
494 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_display() localVariable
509 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_debug() localVariable
/linux/drivers/scsi/ !
H A Dsd_zbc.c363 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, in sd_zbc_complete()
H A Dsr.c298 int good_bytes = (result == 0 ? this_count : 0); in sr_done() local
H A Dscsi.c164 unsigned int good_bytes; in scsi_finish_command() local
H A Dsd.h266 unsigned int good_bytes, struct scsi_sense_hdr *sshdr) in sd_zbc_complete()
H A Dsd.c2264 unsigned int transferred, good_bytes; in sd_completed_bytes() local
2313 unsigned int good_bytes = result ? 0 : scsi_bufflen(SCpnt); in sd_done() local
H A Dscsi_lib.c1066 void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes) in scsi_io_completion()
/linux/include/linux/ !
H A Dnfs_xdr.h1669 unsigned int good_bytes; /* boundary of good data */ member