Searched refs:CTL_LLF_READ (Results 1 – 4 of 4) sorted by relevance
132 #define CTL_LLF_READ 0x10000000 macro
454 if (lbalen->flags & CTL_LLF_READ) { in ctl_be_block_move_done()578 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_be_block_biodone()783 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_be_block_dispatch_file()1032 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_be_block_dispatch_zvol()
506 if ((ARGS(io)->flags & CTL_LLF_READ) && in ctl_backend_ramdisk_rw()
8957 lbalen->flags = (isread ? CTL_LLF_READ : CTL_LLF_WRITE) | flags; in ctl_read_write()