Searched refs:SWS_ANCHOR (Results 1 – 4 of 4) sorted by relevance
669 if (lbalen->flags & ~(SWS_LBDATA | SWS_UNMAP | SWS_ANCHOR | SWS_NDOB)) { in ctl_backend_ramdisk_ws()681 (lbalen->flags & SWS_ANCHOR) != 0); in ctl_backend_ramdisk_ws()
1277 if (lbalen->flags & ~(SWS_LBDATA | SWS_UNMAP | SWS_ANCHOR | SWS_NDOB) || in ctl_be_block_cw_dispatch_ws()1278 (lbalen->flags & (SWS_UNMAP | SWS_ANCHOR) && be_lun->unmap == NULL)) { in ctl_be_block_cw_dispatch_ws()1290 if (lbalen->flags & (SWS_UNMAP | SWS_ANCHOR)) { in ctl_be_block_cw_dispatch_ws()
5704 if ((byte2 & SWS_UNMAP) == 0 && (byte2 & SWS_ANCHOR) != 0) { in ctl_write_same()
1343 #define SWS_ANCHOR 0x10 macro