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

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_io.h130 #define CTL_LLF_READ 0x10000000 macro
H A Dctl_backend_block.c451 if (lbalen->flags & CTL_LLF_READ) {
575 if ((ARGS(io)->flags & CTL_LLF_READ) &&
790 if ((ARGS(io)->flags & CTL_LLF_READ) &&
961 if ((ARGS(io)->flags & CTL_LLF_READ) &&
H A Dctl_backend_ramdisk.c507 if ((ARGS(io)->flags & CTL_LLF_READ) &&
H A Dctl.c8859 lbalen->flags = (isread ? CTL_LLF_READ : CTL_LLF_WRITE) | flags;

Completed in 192 milliseconds