Searched refs:NSC_HACTIVE (Results 1 – 7 of 7) sorted by relevance
756 #define _SD_HANDLE_ACTIVE(handle) ((handle)->bh_flag & NSC_HACTIVE)769 (flag | _SD_NODE_HINTS | NSC_HACTIVE); \773 _SD_NODE_HINTS | NSC_HACTIVE); \
2108 handle->bh_flag |= NSC_HACTIVE; in _sd_prefetch_buf()2608 handle->bh_flag |= NSC_HACTIVE;2654 handle->bh_flag |= NSC_HACTIVE;2674 handle->bh_flag &= ~NSC_HACTIVE;2683 handle->bh_flag &= ~NSC_HACTIVE;3700 handle->bh_flag &= ~NSC_HACTIVE;6981 ASSERT(!(handle->bh_flag & (NSC_HALLOCATED | NSC_HACTIVE)));
365 if ((h->bufh.sb_flag & NSC_HACTIVE) && in nsc_ncio_freeb()429 h->bufh.sb_flag |= flag | NSC_HACTIVE; in nsc_ncio_allocb()
290 #define NSC_HACTIVE 0x0020 /* handle active (IO provider internals) */ macro
67 { "NSC_HACTIVE", NSC_HACTIVE, NSC_HACTIVE },
536 {"HACTIVE", NSC_HACTIVE, NSC_HACTIVE},2666 if (!opt_a && !(bh.bh_flag & (NSC_HALLOCATED | NSC_HACTIVE))) in sdbc_handles()
2172 if (bufh && (bufh->sb_flag & NSC_HACTIVE) != 0) { in _sv_lyr_strategy()