Home
last modified time | relevance | path

Searched refs:SID_BUSY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfssnap.h95 #define SID_BUSY(sidp) (((sidp)->sid_flags & SID_BLOCK_BUSY) || \ macro
106 #define SID_AVAILABLE(sidp) (!SID_BUSY(sidp) && \
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c515 if ((flag & FEXCL) && SID_BUSY(sidp)) { in snap_open()
2294 else if (SID_BUSY(sidp)) in fssnap_update_kstat_num()