NVMET_MAX_INLINE_BIOVEC  240 drivers/nvme/target/io-cmd-file.c 	if (nr_bvec > NVMET_MAX_INLINE_BIOVEC)
NVMET_MAX_INLINE_BIOVEC  285 drivers/nvme/target/nvmet.h #define NVMET_MAX_INLINE_DATA_LEN NVMET_MAX_INLINE_BIOVEC * PAGE_SIZE
NVMET_MAX_INLINE_BIOVEC  294 drivers/nvme/target/nvmet.h 	struct bio_vec		inline_bvec[NVMET_MAX_INLINE_BIOVEC];