Searched refs:nfsreq_cbinfo (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs.h | 973 struct nfsreq_cbinfo { struct 1037 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 | 225 …d_rpc_async)(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinfo *, struct nfsr… 228 …_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() 2958 struct nfsreq_cbinfo cb; in nfs_buf_write_rpc() 3092 struct nfsreq_cbinfo cb; in nfs_buf_write_rpc_finish()
|
| H A D | nfs_vnops.c | 3015 struct nfsreq_cbinfo *cb, in nfs3_read_rpc_async() 3928 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 | 4985 struct nfsreq_cbinfo *cb, in nfs_request_async()
|