Searched refs:B_TIMED_OUT (Results 1 – 2 of 2) sorted by relevance
527 if (block->b_flags & B_TIMED_OUT) { in nlmsvc_lock()752 block->b_flags |= B_TIMED_OUT; in nlmsvc_update_deferred_block()766 if (block->b_flags & B_TIMED_OUT) { in nlmsvc_grant_deferred()1021 block->b_flags |= B_TIMED_OUT; in retry_deferred_block()
191 #define B_TIMED_OUT 4 /* filesystem too slow to respond */ macro