Searched refs:LOCKFS_IS_BUSY (Results 1 – 2 of 2) sorted by relevance
285 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()
82 #define LOCKFS_IS_BUSY(LF) ((LF)->lf_flags & LOCKFS_BUSY) macro