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

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ioctl.h331 CTL_LUN_FLAG_UNMAP = 0x80, enumerator in enum:__anon8636
H A Dctl_backend_ramdisk.c1027 cbe_lun->flags |= CTL_LUN_FLAG_UNMAP;
H A Dctl_backend_block.c1828 cbe_lun->flags &= ~CTL_LUN_FLAG_UNMAP;
2075 cbe_lun->flags |= CTL_LUN_FLAG_UNMAP;
2077 cbe_lun->flags &= ~CTL_LUN_FLAG_UNMAP;
H A Dctl.c7000 if (lun->be_lun->flags & CTL_LUN_FLAG_UNMAP)
9830 if (lun->be_lun->flags & CTL_LUN_FLAG_UNMAP) {
9879 if (lun->be_lun->flags & CTL_LUN_FLAG_UNMAP) {
9998 if (lun != NULL && lun->be_lun->flags & CTL_LUN_FLAG_UNMAP) {
H A Dctl_tpc.c2007 if (lun->be_lun->flags & CTL_LUN_FLAG_UNMAP)

Completed in 128 milliseconds