Searched defs:ufs_quiesce_pend (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c222 * All callers of ufs_quiesce() atomically increment ufs_quiesce_pend before
228 ulong_t ufs_quiesce_pend = 0; variable
259 ASSERT(ufs_quiesce_pend);
936 atomic_inc_ulong(&ufs_quiesce_pend);
1166 atomic_dec_ulong(&ufs_quiesce_pend);
1205 atomic_dec_ulong(&ufs_quiesce_pend);
1397 * so make use of ufs_quiesce_pend to disallow vnode operations when a
1400 if (!ULOCKFS_IS_JUSTULOCK(ulp) || ufs_quiesce_pend) {
1594 if (!ULOCKFS_IS_JUSTULOCK(ulp) || ufs_quiesce_pend) {
1734 if (!ULOCKFS_IS_JUSTULOCK(ulp) || ufs_quiesce_pend) {
[all...]

Completed in 60 milliseconds