Searched refs:nfsreq_cbinfo (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs.h | 972 struct nfsreq_cbinfo { struct 1036 struct nfsreq_cbinfo r_callback; /* callback info */ 1325 …nt, thread_t, kauth_cred_t, struct nfsreq_secinfo_args *, int, struct nfsreq_cbinfo *, struct nfsr… 1496 int nfs4_read_rpc_async(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinfo … 1498 …c_async(nfsnode_t, uio_t, size_t, thread_t, kauth_cred_t, int, struct nfsreq_cbinfo *, struct nfsr… 1520 int nfs3_read_rpc_async(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinfo … 1522 …c_async(nfsnode_t, uio_t, size_t, thread_t, kauth_cred_t, int, struct nfsreq_cbinfo *, struct nfsr…
|
| H A D | nfsmount.h | 226 …d_rpc_async)(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinfo *, struct nfsr… 229 …_async)(nfsnode_t, uio_t, size_t, thread_t, kauth_cred_t, int, struct nfsreq_cbinfo *, struct nfsr…
|
| H A D | nfs_bio.c | 1696 struct nfsreq_cbinfo cb; in nfs_buf_read_rpc() 1806 struct nfsreq_cbinfo cb; in nfs_buf_read_rpc_finish() 2957 struct nfsreq_cbinfo cb; in nfs_buf_write_rpc() 3091 struct nfsreq_cbinfo cb; in nfs_buf_write_rpc_finish()
|
| H A D | nfs_vnops.c | 3002 struct nfsreq_cbinfo *cb, in nfs3_read_rpc_async() 3914 struct nfsreq_cbinfo *cb, in nfs3_write_rpc_async()
|
| H A D | nfs4_vnops.c | 352 struct nfsreq_cbinfo *cb, in nfs4_read_rpc_async() 460 struct nfsreq_cbinfo *cb, in nfs4_write_rpc_async()
|
| H A D | nfs_socket.c | 4987 struct nfsreq_cbinfo *cb, in nfs_request_async()
|