Home
last modified time | relevance | path

Searched refs:reqp (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/nfs/
H A Dnfs_socket.c4051 struct nfsreq **reqp) in nfs_request_create() argument
4056 req = *reqp; in nfs_request_create()
4137 *reqp = req; in nfs_request_create()
4988 struct nfsreq **reqp) in nfs_request_async() argument
4994 error = nfs_request_create(np, mp, nmrest, procnum, thd, cred, reqp); in nfs_request_async()
4995 req = *reqp; in nfs_request_async()
H A Dnfs_vnops.c3003 struct nfsreq **reqp) in nfs3_read_rpc_async() argument
3028 error = nfs_request_async(np, NULL, &nmreq, NFSPROC_READ, thd, cred, NULL, 0, cb, reqp); in nfs3_read_rpc_async()
3915 struct nfsreq **reqp) in nfs3_write_rpc_async() argument
3953 thd, cred, NULL, R_NOUMOUNTINTR, cb, reqp); in nfs3_write_rpc_async()
6787 struct nfsreq **reqp) in nfs3_lookup_rpc_async() argument
6808 vfs_context_thread(ctx), vfs_context_ucred(ctx), NULL, 0, NULL, reqp); in nfs3_lookup_rpc_async()
H A Dnfs4_vnops.c353 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
513 thd, cred, &si, R_NOUMOUNTINTR, cb, reqp); in nfs4_write_rpc_async()
1184 struct nfsreq **reqp) in nfs4_lookup_rpc_async() argument
1247 vfs_context_thread(ctx), vfs_context_ucred(ctx), &si, 0, NULL, reqp); in nfs4_lookup_rpc_async()