Searched refs:CTL_LLF_WRITE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/cam/ctl/
H A Dctl_io.h132 #define CTL_LLF_WRITE 0x20000000 macro
H A Dctl_backend_ramdisk.c472 op = (ARGS(io)->flags & CTL_LLF_WRITE) ? GP_WRITE : GP_READ;
H A Dctl_backend_block.c1543 if (lbalen->flags & CTL_LLF_WRITE) {
1570 if (lbalen->flags & CTL_LLF_WRITE) {
H A Dctl.c8870 lbalen->flags = (isread ? CTL_LLF_READ : CTL_LLF_WRITE) | flags;
8895 lbalen->flags |= CTL_LLF_WRITE;

Completed in 200 milliseconds