Home
last modified time | relevance | path

Searched refs:t10_pi_complete (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dt10-pi.h57 extern void t10_pi_complete(struct request *rq, u8 protection_type,
60 static inline void t10_pi_complete(struct request *rq, u8 protection_type, in t10_pi_complete() function
/Linux-v4.19/block/
Dt10-pi.c259 void t10_pi_complete(struct request *rq, u8 protection_type, in t10_pi_complete() function
296 EXPORT_SYMBOL(t10_pi_complete);
/Linux-v4.19/drivers/scsi/
Dsd.c2051 t10_pi_complete(SCpnt->request, sdkp->protection_type, in sd_done()
/Linux-v4.19/drivers/nvme/host/
Dcore.c649 t10_pi_complete(req, ns->pi_type, in nvme_cleanup_cmd()