Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h118 uint8_t * free_nvme_id_ctlp; member
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c436 if (ptp->free_nvme_id_ctlp) { in destruct_scsi_pt_obj()
437 free(ptp->free_nvme_id_ctlp); in destruct_scsi_pt_obj()
438 ptp->free_nvme_id_ctlp = NULL; in destruct_scsi_pt_obj()
Dsg_pt_linux_nvme.c394 up = sg_memalign(pg_sz, pg_sz, &ptp->free_nvme_id_ctlp, vb > 3); in sntl_cache_identity()