Searched defs:ufs_quiesce (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
223 * starting ufs_quiesce() protocol and decrement it only when a file system no
231 * ufs_quiesce
235 ufs_quiesce(struct ulockfs *ulp) function
1010 * Set locking in progress because ufs_quiesce may free the
1018 * We need to unset FWLOCK status before we call ufs_quiesce
1030 if (error = ufs_quiesce(ulp)) {
1377 * requests pounding on a few cpu's then the ufs_quiesce thread might
1584 * requests pounding on a few cpu's then the ufs_quiesce thread might

Completed in 57 milliseconds