Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend_ramdisk.c96 GP_WRITE, /* Return data page, try allocate if none. */ enumerator
223 case GP_WRITE: in ctl_backend_ramdisk_getpage()
231 if (op == GP_WRITE || op == GP_ANCHOR) { in ctl_backend_ramdisk_getpage()
244 if (op == GP_WRITE) { in ctl_backend_ramdisk_getpage()
250 } else if (*pp == P_ANCHORED && op == GP_WRITE) { in ctl_backend_ramdisk_getpage()
471 op = (ARGS(io)->flags & CTL_LLF_WRITE) ? GP_WRITE : GP_READ; in ctl_backend_ramdisk_rw()
689 lba >> cbe_lun->pblockexp, GP_WRITE); in ctl_backend_ramdisk_ws()