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