Searched refs:R_NOINTR (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_socket.c | 3394 if (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR)) { in nfs_send() 3961 if (req->r_nmp && NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) { in nfs_wait_reply() 4101 req->r_flags |= R_NOINTR; in nfs_request_create() 4586 int delay, slpflag = (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR)) ? PCATCH : 0; in nfs_request_finish() 4613 !(req->r_flags & R_NOINTR)) { in nfs_request_finish() 5016 …eq->r_nmp && NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) ? PCATCH : 0; in nfs_request_async() 5467 if (req->r_flags & R_NOINTR) { in nfs_request_timer() 5569 if (req && (req->r_flags & R_NOINTR)) { in nfs_sigintr() 5648 if (NMFLAG(nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) { in nfs_sndlock()
|
| H A D | nfs4_vnops.c | 3726 …error = nfs_request2(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, flags | R_NOINTR, &nmrep… in nfs4_setlock_rpc() 3819 …error = nfs_request2(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, flags | R_NOINTR, &nmrep… in nfs4_unlock_rpc() 5179 …error = nfs_request2(dnp, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, R_NOINTR, &nmrep, xidp,… in nfs4_open_confirm_rpc() 5340 …error = nfs_request_async(dnp, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, R_NOINTR, NULL, &r… in nfs4_open_rpc_internal() 5713 noop->noo_cred, &si, flags | R_NOINTR, &nmrep, &xid, &status); in nfs4_claim_delegated_open_rpc() 5942 noop->noo_cred, &si, R_RECOVER | R_NOINTR, &nmrep, &xid, &status); in nfs4_open_reclaim_rpc() 6128 &si, R_NOINTR, &nmrep, &xid, &status); in nfs4_open_downgrade_rpc() 6198 …error = nfs_request2(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, flags | R_NOINTR, &nmrep… in nfs4_close_rpc() 6258 …error = nfs_request2(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, R_NOINTR, &nmrep, &xid, … in nfs4_release_lockowner_rpc() 8108 vfs_context_thread(ctx), vfs_context_ucred(ctx), &si, open ? R_NOINTR: 0, NULL, &req); in nfs4_named_attr_get()
|
| H A D | nfs.h | 1073 #define R_NOINTR 0x20000000 /* request should not be interupted by a signal */ macro
|
| H A D | nfs_gss.c | 862 slpflag |= (NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) ? PCATCH : 0; in nfs_gss_clnt_cred_put() 1562 slpflag = (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR)) ? PCATCH : 0; in nfs_gss_clnt_ctx_init_retry()
|