Home
last modified time | relevance | path

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

/block/partitions/
Dldm.c272 bool result = false; in ldm_validate_privheads() local
296 result = ldm_parse_privhead (data, ph[i]); in ldm_validate_privheads()
298 if (!result) { in ldm_validate_privheads()
332 result = true; in ldm_validate_privheads()
336 return result; in ldm_validate_privheads()
362 bool result = false; in ldm_validate_tocblocks() local
409 result = true; in ldm_validate_tocblocks()
412 return result; in ldm_validate_tocblocks()
432 bool result = false; in ldm_validate_vmdb() local
469 result = true; in ldm_validate_vmdb()
[all …]
Dacorn.c313 int result = 0; in adfspart_check_ICSLinux() local
317 result = 1; in adfspart_check_ICSLinux()
321 return result; in adfspart_check_ICSLinux()
/block/
Dbsg-lib.c85 hdr->device_status = job->result & 0xff; in bsg_transport_complete_rq()
86 hdr->transport_status = host_byte(job->result); in bsg_transport_complete_rq()
87 hdr->driver_status = driver_byte(job->result); in bsg_transport_complete_rq()
93 if (job->result < 0) { in bsg_transport_complete_rq()
96 ret = job->result; in bsg_transport_complete_rq()
181 void bsg_job_done(struct bsg_job *job, int result, in bsg_job_done() argument
186 job->result = result; in bsg_job_done()
250 job->result = -ENOMEM; in bsg_prepare_job()
Dblk-cgroup-rwstat.h90 struct blkg_rwstat_sample *result) in blkg_rwstat_read() argument
95 result->cnt[i] = in blkg_rwstat_read()
Dscsi_ioctl.c255 hdr->status = req->result & 0xff; in blk_complete_sghdr_rq()
256 hdr->masked_status = status_byte(req->result); in blk_complete_sghdr_rq()
257 hdr->msg_status = msg_byte(req->result); in blk_complete_sghdr_rq()
258 hdr->host_status = host_byte(req->result); in blk_complete_sghdr_rq()
259 hdr->driver_status = driver_byte(req->result); in blk_complete_sghdr_rq()
498 err = req->result & 0xff; /* only 8 bit SCSI status */ in sg_scsi_ioctl()
536 err = scsi_req(rq)->result ? -EIO : 0; in __blk_send_generic()
Dbsg.c98 hdr->device_status = sreq->result & 0xff; in bsg_scsi_complete_rq()
99 hdr->transport_status = host_byte(sreq->result); in bsg_scsi_complete_rq()
100 hdr->driver_status = driver_byte(sreq->result); in bsg_scsi_complete_rq()