Searched refs:hd_req (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dhd.c100 static struct request *hd_req; variable in typeref:struct:request
196 if (__blk_end_request(hd_req, err, bytes))
198 hd_req = NULL;
204 return hd_end_request(err, blk_rq_cur_bytes(hd_req));
210 if (hd_req)
211 name = hd_req->rq_disk->disk_name;
239 if (hd_req)
240 printk(", sector=%ld", blk_rq_pos(hd_req));
418 struct request *req = hd_req;
467 req = hd_req;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dhd.c100 static struct request *hd_req; variable in typeref:struct:request
196 if (__blk_end_request(hd_req, err, bytes))
198 hd_req = NULL;
204 return hd_end_request(err, blk_rq_cur_bytes(hd_req));
210 if (hd_req)
211 name = hd_req->rq_disk->disk_name;
239 if (hd_req)
240 printk(", sector=%ld", blk_rq_pos(hd_req));
418 struct request *req = hd_req;
467 req = hd_req;
[all...]

Completed in 176 milliseconds