Home
last modified time | relevance | path

Searched refs:bsg_job_get (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbsg-lib.h72 int __must_check bsg_job_get(struct bsg_job *job);
/linux/block/
H A Dbsg-lib.c175 int bsg_job_get(struct bsg_job *job) in bsg_job_get() function
179 EXPORT_SYMBOL_GPL(bsg_job_get);
/linux/drivers/scsi/
H A Dscsi_transport_fc.c4055 inflight = bsg_job_get(job); in fc_bsg_job_timeout()