Searched refs:R_ASYNC (Results 1 – 2 of 2) sorted by relevance
2004 if ((rq->r_flags & (R_IOD | R_ASYNC | R_ASYNCWAIT | R_SENDING)) == R_ASYNC) { in nfs_reconnect()2077 if ((rq->r_flags & (R_IOD | R_ASYNC | R_ASYNCWAIT | R_SENDING)) == R_ASYNC) { in nfs_need_reconnect()5001 req->r_flags |= R_ASYNC; in nfs_request_async()5524 if ((req->r_flags & (R_IOD | R_ASYNC | R_ASYNCWAIT | R_SENDING)) == R_ASYNC) { in nfs_request_timer()
1065 #define R_ASYNC 0x00001000 /* async request */ macro