Home
last modified time | relevance | path

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

/src/tools/tools/nvmf/nvmfd/
H A Ddevices.c27 enum { RAMDISK, FILE, CDEV } type; enumerator
58 dev->type = RAMDISK; in init_ramdisk()
261 if (dev->type == RAMDISK) { in device_read()
328 if (dev->type == RAMDISK) { in device_write()
343 if (dev->type != RAMDISK) { in device_write()
368 case RAMDISK: in device_flush()