Searched refs:R_SETUP (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs4_subs.c | 313 …error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, NULL, R_SETUP, &n… in nfs4_setclientid() 340 …error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, NULL, R_SETUP, &n… in nfs4_setclientid() 371 …error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, NULL, R_SETUP, &n… in nfs4_setclientid()
|
| H A D | nfs_socket.c | 1901 error = nfs4_renew(nmp, R_SETUP); in nfs_connect_setup() 3380 if (((req->r_flags & R_SETUP) && !(nmp->nm_sockflags & NMSOCK_SETUP)) || in nfs_send() 3395 !((nmp->nm_sockflags & NMSOCK_SETUP) && (req->r_flags & R_SETUP))) { in nfs_send() 5355 } else if ((req->r_flags & (R_SETUP | R_RECOVER)) || in nfs_request_timer() 5467 if ((NMFLAG(nmp, SOFT) || (req->r_flags & (R_SETUP | R_RECOVER | R_SOFT))) && in nfs_request_timer()
|
| H A D | nfs.h | 1075 #define R_SETUP 0x80000000 /* a setup RPC - during (re)connection */ macro
|