Searched refs:R_SENDING (Results 1 – 2 of 2) sorted by relevance
2002 if ((rq->r_flags & (R_IOD | R_ASYNC | R_ASYNCWAIT | R_SENDING)) == R_ASYNC) { in nfs_reconnect()2075 if ((rq->r_flags & (R_IOD | R_ASYNC | R_ASYNCWAIT | R_SENDING)) == R_ASYNC) { in nfs_need_reconnect()2241 req->r_flags |= R_SENDING; in nfs_mount_sock_thread()3357 req->r_flags &= ~R_SENDING; in nfs_send()3367 req->r_flags &= ~R_SENDING; in nfs_send()3384 req->r_flags &= ~R_SENDING; in nfs_send()3401 req->r_flags &= ~R_SENDING; in nfs_send()3442 req->r_flags &= ~R_SENDING; in nfs_send()3455 req->r_flags &= ~R_SENDING; in nfs_send()3472 req->r_flags &= ~R_SENDING; in nfs_send()[all …]
1069 #define R_SENDING 0x00008000 /* request currently being sent */ macro