Searched refs:reqp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_socket.c | 4049 struct nfsreq **reqp) in nfs_request_create() argument 4054 req = *reqp; in nfs_request_create() 4135 *reqp = req; in nfs_request_create() 4986 struct nfsreq **reqp) in nfs_request_async() argument 4992 error = nfs_request_create(np, mp, nmrest, procnum, thd, cred, reqp); in nfs_request_async() 4993 req = *reqp; in nfs_request_async()
|
| H A D | nfs_vnops.c | 3016 struct nfsreq **reqp) in nfs3_read_rpc_async() argument 3041 error = nfs_request_async(np, NULL, &nmreq, NFSPROC_READ, thd, cred, NULL, 0, cb, reqp); in nfs3_read_rpc_async() 3929 struct nfsreq **reqp) in nfs3_write_rpc_async() argument 3966 error = nfs_request_async(np, NULL, &nmreq, NFSPROC_WRITE, thd, cred, NULL, 0, cb, reqp); in nfs3_write_rpc_async() 6798 struct nfsreq **reqp) in nfs3_lookup_rpc_async() argument 6819 vfs_context_thread(ctx), vfs_context_ucred(ctx), NULL, 0, NULL, reqp); in nfs3_lookup_rpc_async()
|
| H A D | nfs4_vnops.c | 353 struct nfsreq **reqp) in nfs4_read_rpc_async() argument 389 error = nfs_request_async(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, 0, cb, reqp); in nfs4_read_rpc_async() 461 struct nfsreq **reqp) in nfs4_write_rpc_async() argument 512 error = nfs_request_async(np, NULL, &nmreq, NFSPROC4_COMPOUND, thd, cred, &si, 0, cb, reqp); in nfs4_write_rpc_async() 1181 struct nfsreq **reqp) in nfs4_lookup_rpc_async() argument 1244 vfs_context_thread(ctx), vfs_context_ucred(ctx), &si, 0, NULL, reqp); in nfs4_lookup_rpc_async()
|