Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dio-cmd-file.c333 if (!nvmet_check_data_len_lte(req, nvmet_dsm_len(req))) in nvmet_file_execute_dsm()
Dio-cmd-bdev.c411 if (!nvmet_check_data_len_lte(req, nvmet_dsm_len(req))) in nvmet_bdev_execute_dsm()
Dnvmet.h601 static inline u32 nvmet_dsm_len(struct nvmet_req *req) in nvmet_dsm_len() function