Searched refs:nfs_sigintr (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c913 if ((error = nfs_sigintr(nmp, NULL, current_thread(), 0)))
1537 if ((error = nfs_sigintr(nmp, NULL, thd, 1))) {
1543 if ((error = nfs_sigintr(nmp, NULL, thd, 0)))
1738 error = nfs_sigintr(nmp, req, req->r_thread, 0);
1761 error = nfs_sigintr(nmp, req, req->r_thread, 0);
2791 error = nfs_sigintr(req->r_nmp, req, NULL, 0);
2860 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 1)))
2908 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 1)))
3070 error2 = nfs_sigintr(req->r_nmp, req, req->r_thread, 0);
3347 if ((error = nfs_sigintr(re
4721 nfs_sigintr(struct nfsmount *nmp, struct nfsreq *req, thread_t thd, int nmplocked) function
[all...]
H A Dnfs_bio.c694 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) {
721 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) {
875 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) {
2245 if ((error = nfs_sigintr(nmp, NULL, current_thread(), 1)))
3273 ((error = nfs_sigintr(NFSTONMP(np), NULL, thd, 0)))) {
3308 error2 = nfs_sigintr(NFSTONMP(np), NULL, thd, 0);
3370 error2 = nfs_sigintr(NFSTONMP(np), NULL, thd, 0);
3643 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) {
3658 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0)))
H A Dnfs_lock.c516 if ((error2 = nfs_sigintr(nmp, NULL, NULL, 0))) {
540 if ((error2 = nfs_sigintr(nmp, NULL, NULL, 0))) {
H A Dnfs_gss.c483 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 0)))
505 if ((error = nfs_sigintr(req->r_nmp, req, req->r_thread, 0))) {
1162 error = nfs_sigintr(req->r_nmp, req, current_thread(), 0);
H A Dnfs4_vnops.c1627 if ((error = nfs_sigintr(nmp, NULL, current_thread(), 1)))
1658 if ((error = nfs_sigintr(nmp, NULL, thd, 1)))
1768 if ((error = nfs_sigintr(nmp, NULL, thd, 0)))
1911 if ((error = nfs_sigintr(nmp, NULL, thd, 0)))
2092 if ((error = nfs_sigintr(nmp, NULL, thd, 0)))
3064 if ((error = nfs_sigintr(nmp, NULL, thd, 0)))
3678 error = nfs_sigintr(NFSTONMP(np), NULL, vfs_context_thread(ctx), 0);
3801 error = nfs_sigintr(NFSTONMP(np), NULL, vfs_context_thread(ctx), 0);
4414 if ((error = nfs_sigintr(nmp, NULL, thd, 0)))
H A Dnfs.h1175 int nfs_sigintr(struct nfsmount *, struct nfsreq *, thread_t, int);
H A Dnfs_node.c1108 if ((error = nfs_sigintr(NFSTONMP(np), NULL, thd, 0)))
H A Dnfs_vfsops.c2559 if ((error = nfs_sigintr(nmp, NULL, current_thread(), 0)))
2603 if ((error && (error != EWOULDBLOCK)) || ((error = nfs_sigintr(nmp, NULL, current_thread(), 1)))) {
H A Dnfs4_subs.c2457 if ((error = nfs_sigintr(nmp, NULL, NULL, 1)))
H A Dnfs_vnops.c1350 if ((error = nfs_sigintr(NFSTONMP(np), NULL, vfs_context_thread(ctx), 0))) {

Completed in 137 milliseconds