Home
last modified time | relevance | path

Searched refs:R_NOINTR (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_socket.c3396 if (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR)) { in nfs_send()
3963 if (req->r_nmp && NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) { in nfs_wait_reply()
4103 req->r_flags |= R_NOINTR; in nfs_request_create()
4588 int delay, slpflag = (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR)) ? PCATCH : 0; in nfs_request_finish()
4615 !(req->r_flags & R_NOINTR)) { in nfs_request_finish()
5018 …eq->r_nmp && NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) ? PCATCH : 0; in nfs_request_async()
5483 if (req->r_flags & R_NOINTR) { in nfs_request_timer()
5585 if (req && (req->r_flags & R_NOINTR)) { in nfs_sigintr()
5672 if (NMFLAG(nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) { in nfs_sndlock()
H A Dnfs4_vnops.c3731 thd, cred, &si, flags | R_NOINTR | R_NOUMOUNTINTR, &nmrep, &xid, &status); in nfs4_setlock_rpc()
3825 thd, cred, &si, flags | R_NOINTR | R_NOUMOUNTINTR, &nmrep, &xid, &status); in nfs4_unlock_rpc()
5185 …error = nfs_request2(dnp, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, R_NOINTR, &nmrep, xidp,… in nfs4_open_confirm_rpc()
5227 int nfsvers, namedattrs, numops, exclusive = 0, gotuid, gotgid, flags = R_NOINTR; in nfs4_open_rpc_internal()
5724 noop->noo_cred, &si, flags | R_NOINTR, &nmrep, &xid, &status); in nfs4_claim_delegated_open_rpc()
5953 noop->noo_cred, &si, R_RECOVER | R_NOINTR, &nmrep, &xid, &status); in nfs4_open_reclaim_rpc()
6139 &si, R_NOINTR, &nmrep, &xid, &status); in nfs4_open_downgrade_rpc()
6209 …error = nfs_request2(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, flags | R_NOINTR, &nmrep… in nfs4_close_rpc()
6269 …error = nfs_request2(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, R_NOINTR, &nmrep, &xid, … in nfs4_release_lockowner_rpc()
8120 vfs_context_thread(ctx), vfs_context_ucred(ctx), &si, open ? R_NOINTR: 0, NULL, &req); in nfs4_named_attr_get()
H A Dnfs.h1073 #define R_NOINTR 0x20000000 /* request should not be interrupted by a signal */ macro
H A Dnfs_gss.c862 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()