Searched refs:R_SENDING (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()2243 req->r_flags |= R_SENDING; in nfs_mount_sock_thread()3359 req->r_flags &= ~R_SENDING; in nfs_send()3369 req->r_flags &= ~R_SENDING; in nfs_send()3386 req->r_flags &= ~R_SENDING; in nfs_send()3403 req->r_flags &= ~R_SENDING; in nfs_send()3444 req->r_flags &= ~R_SENDING; in nfs_send()3457 req->r_flags &= ~R_SENDING; in nfs_send()3474 req->r_flags &= ~R_SENDING; in nfs_send()[all …]
1068 #define R_SENDING 0x00008000 /* request currently being sent */ macro