Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c283 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
289 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
297 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
304 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
310 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
318 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
326 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
390 if (!LOCKFS_IS_BUSY(&lf) && LOCKFS_IS_MOD(&lf)) { in lockfs()
/illumos-gate/usr/src/uts/common/sys/
H A Dlockfs.h80 #define LOCKFS_IS_BUSY(LF) ((LF)->lf_flags & LOCKFS_BUSY) macro