Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c95 GP_WRITE, /* Return data page, try allocate if none. */ enumerator
221 case GP_WRITE: in ctl_backend_ramdisk_getpage()
229 if (op == GP_WRITE || op == GP_ANCHOR) { in ctl_backend_ramdisk_getpage()
242 if (op == GP_WRITE) { in ctl_backend_ramdisk_getpage()
248 } else if (*pp == P_ANCHORED && op == GP_WRITE) { in ctl_backend_ramdisk_getpage()
462 op = (ARGS(io)->flags & CTL_LLF_WRITE) ? GP_WRITE : GP_READ; in ctl_backend_ramdisk_rw()
765 lba >> cbe_lun->pblockexp, GP_WRITE); in ctl_backend_ramdisk_ws()
913 lba >> cbe_lun->pblockexp, GP_WRITE); in ctl_backend_ramdisk_wz()