Searched refs:GB_LOCK_NOWAIT (Results 1 – 5 of 5) sorted by relevance
145 flags = GB_LOCK_NOWAIT; in ffs_update()155 if (error != EBUSY || (flags & GB_LOCK_NOWAIT) == 0) in ffs_update()
2192 ibp = getinobuf(ip, cg, old_initediblk, GB_LOCK_NOWAIT); in ffs_nodealloccg()
507 #define GB_LOCK_NOWAIT 0x0001 /* Fail if we block on a buf lock. */ macro
417 tbp = getblk(vp, lbn + i, size, 0, 0, GB_LOCK_NOWAIT | in cluster_rbuild()
4037 if ((flags & GB_LOCK_NOWAIT) != 0) in getblkx()4050 if ((flags & GB_LOCK_NOWAIT) != 0) in getblkx()4064 ((flags & GB_LOCK_NOWAIT) != 0 ? LK_NOWAIT : LK_SLEEPFAIL); in getblkx()