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