Searched refs:CTL_LUN_FLAG_UNMAP (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_backend.h87 CTL_LUN_FLAG_UNMAP = 0x80, enumerator in enum:__anon6741
H A Dctl_backend_ramdisk.c554 cbe_lun->flags |= CTL_LUN_FLAG_UNMAP;
H A Dctl_backend_block.c1836 cbe_lun->flags &= ~CTL_LUN_FLAG_UNMAP;
2083 cbe_lun->flags |= CTL_LUN_FLAG_UNMAP;
2085 cbe_lun->flags &= ~CTL_LUN_FLAG_UNMAP;
H A Dctl_tpc.c1898 if (lun->be_lun->flags & CTL_LUN_FLAG_UNMAP)
H A Dctl.c7015 if (lun->be_lun->flags & CTL_LUN_FLAG_UNMAP)
9944 if (lun->be_lun->flags & CTL_LUN_FLAG_UNMAP) {
10069 if (lun != NULL && lun->be_lun->flags & CTL_LUN_FLAG_UNMAP) {

Completed in 154 milliseconds