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

/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_backend.h89 CTL_LUN_FLAG_READONLY = 0x200 enumerator in enum:__anon6741
H A Dctl_backend_ramdisk.c558 cbe_lun->flags |= CTL_LUN_FLAG_READONLY;
560 cbe_lun->flags |= CTL_LUN_FLAG_READONLY;
H A Dctl_backend_block.c2099 if ((cbe_lun->flags & CTL_LUN_FLAG_READONLY) == 0)
2196 cbe_lun->flags &= ~CTL_LUN_FLAG_READONLY;
2198 cbe_lun->flags |= CTL_LUN_FLAG_READONLY;
H A Dctl.c6540 if ((lun->be_lun->flags & CTL_LUN_FLAG_READONLY) ||
6563 if ((lun->be_lun->flags & CTL_LUN_FLAG_READONLY) ||
11373 lun->be_lun->flags & CTL_LUN_FLAG_READONLY) {

Completed in 136 milliseconds