Lines Matching refs:nvmet_req
85 static ssize_t nvmet_file_submit_bvec(struct nvmet_req *req, loff_t pos, in nvmet_file_submit_bvec()
120 struct nvmet_req *req = container_of(iocb, struct nvmet_req, f.iocb); in nvmet_file_io_done()
133 static void nvmet_file_execute_rw(struct nvmet_req *req) in nvmet_file_execute_rw()
203 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_buffered_io_work()
208 static void nvmet_file_execute_rw_buffered_io(struct nvmet_req *req) in nvmet_file_execute_rw_buffered_io()
214 u16 nvmet_file_flush(struct nvmet_req *req) in nvmet_file_flush()
223 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_flush_work()
228 static void nvmet_file_execute_flush(struct nvmet_req *req) in nvmet_file_execute_flush()
234 static void nvmet_file_execute_discard(struct nvmet_req *req) in nvmet_file_execute_discard()
266 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_dsm_work()
281 static void nvmet_file_execute_dsm(struct nvmet_req *req) in nvmet_file_execute_dsm()
289 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_write_zeroes_work()
309 static void nvmet_file_execute_write_zeroes(struct nvmet_req *req) in nvmet_file_execute_write_zeroes()
315 u16 nvmet_file_parse_io_cmd(struct nvmet_req *req) in nvmet_file_parse_io_cmd()