Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c285 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
291 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
299 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
306 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
312 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
320 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
328 if (LOCKFS_IS_BUSY(&lf)) in printstatus()
392 if (!LOCKFS_IS_BUSY(&lf) && LOCKFS_IS_MOD(&lf)) { in lockfs()
/titanic_44/usr/src/uts/common/sys/
H A Dlockfs.h82 #define LOCKFS_IS_BUSY(LF) ((LF)->lf_flags & LOCKFS_BUSY) macro