Searched refs:nfssockreq (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfs_var.h | 50 struct nfssockreq; 531 struct nfssockreq *, int, uint32_t, struct nfsclds **, struct ucred *, 534 struct nfssockreq *, struct nfsclds *, uint32_t, int, struct ucred *, 780 struct nfsclient *, struct nfssockreq *, vnode_t, NFSPROC_T *, 784 int newnfs_connect(struct nfsmount *, struct nfssockreq *, 786 void newnfs_disconnect(struct nfsmount *, struct nfssockreq *);
|
H A D | nfs_commonkrpc.c | 252 newnfs_connect(struct nfsmount *nmp, struct nfssockreq *nrp, in newnfs_connect() 547 newnfs_disconnect(struct nfsmount *nmp, struct nfssockreq *nrp) in newnfs_disconnect() 581 nfs_getauth(struct nfssockreq *nrp, int secflavour, char *clnt_principal, in nfs_getauth() 669 struct nfsclient *clp, struct nfssockreq *nrp, vnode_t vp, in newnfs_request()
|
H A D | nfsrvstate.h | 118 struct nfssockreq lc_req; /* Callback info */
|
H A D | nfsclstate.h | 88 struct nfssockreq *nfsclds_sockp;
|
H A D | nfs.h | 627 struct nfssockreq { struct
|
H A D | nfs_commonport.c | 76 NFSD_VNET_DECLARE(struct nfssockreq, nfsrv_nfsuserdsock);
|
H A D | nfs_commonsubs.c | 83 NFSD_VNET_DEFINE(struct nfssockreq, nfsrv_nfsuserdsock); 3754 struct nfssockreq *rp; in nfsrv_nfsuserdport()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfsmount.h | 55 struct nfssockreq nm_sockreq; /* Socket Info */
|
H A D | nfs_clrpcops.c | 5054 struct nfssockreq *nrp; in nfsrpc_renew() 5322 struct nfssockreq *nrp, int minorvers, uint32_t exchflags, in nfsrpc_exchangeid() 5412 struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds, in nfsrpc_createsession() 6100 struct nfssockreq *nrp; in nfsrpc_fillsa() 6964 struct nfssockreq *nrp; in nfsrpc_readds() 7041 struct nfssockreq *nrp; in nfsrpc_writeds() 7181 struct nfssockreq *nrp; in nfsrpc_writedsmir() 7410 struct nfssockreq *nrp; in nfsrpc_commitds() 7566 struct nfssockreq *nrp; in nfsrpc_adviseds()
|