Home
last modified time | relevance | path

Searched refs:req_op (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/amd64/
H A Dfwctl.c277 struct op_info *req_op; member
289 (*rinfo.req_op->op_done)(rinfo.resp_biov); in fwctl_response_done()
299 rinfo.resp_error = (*rinfo.req_op->op_result)(&rinfo.resp_biov); in fwctl_request_done()
318 rinfo.req_op = &errop_info; in fwctl_request_start()
320 rinfo.req_op = ops[rinfo.req_type]; in fwctl_request_start()
322 err = (*rinfo.req_op->op_start)(rinfo.req_size); in fwctl_request_start()
326 rinfo.req_op = &errop_info; in fwctl_request_start()
349 (*rinfo.req_op->op_data)(value); in fwctl_request_data()
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h714 if (op_is_write(req_op(rq))) { in io_data_dir()
731 return (req_op(rq) == REQ_OP_FLUSH); in io_is_flush()
743 return (req_op(rq) == REQ_OP_DISCARD); in io_is_discard()
755 return (req_op(rq) == REQ_OP_SECURE_ERASE); in io_is_secure_erase()