HomeSort by: relevance | last modified time | path
    Searched refs:nfssvc_sock (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/nfs/
nfs_var.h 54 struct nfssvc_sock;
117 int nfsrv3_access(struct nfsrv_descript *, struct nfssvc_sock *,
119 int nfsrv_getattr(struct nfsrv_descript *, struct nfssvc_sock *,
121 int nfsrv_setattr(struct nfsrv_descript *, struct nfssvc_sock *,
123 int nfsrv_lookup(struct nfsrv_descript *, struct nfssvc_sock *,
125 int nfsrv_readlink(struct nfsrv_descript *, struct nfssvc_sock *,
127 int nfsrv_read(struct nfsrv_descript *, struct nfssvc_sock *,
129 int nfsrv_write(struct nfsrv_descript *, struct nfssvc_sock *,
131 int nfsrv_writegather(struct nfsrv_descript **, struct nfssvc_sock *,
134 int nfsrv_create(struct nfsrv_descript *, struct nfssvc_sock *,
    [all...]
nfs_srvsocket.c 78 static void nfsrv_wakenfsd_locked(struct nfssvc_sock *);
81 struct nfssvc_sock *, struct lwp *,
110 * The void *arg is a pointer to the "struct nfssvc_sock".
115 struct nfssvc_sock *slp = (struct nfssvc_sock *)arg;
122 nfsrv_rcv(struct nfssvc_sock *slp)
219 nfsdsock_lock(struct nfssvc_sock *slp, bool waitok)
242 nfsdsock_unlock(struct nfssvc_sock *slp)
253 nfsdsock_drain(struct nfssvc_sock *slp)
278 nfsrv_getstream(struct nfssvc_sock *slp, int waitflag
    [all...]
nfs_syscalls.c 81 struct nfssvc_sock *,
100 struct nfssvc_sock *nfs_udpsock;
101 struct nfssvc_sock *nfs_udp6sock;
103 static struct nfssvc_sock *nfsrv_sockalloc(void);
104 static void nfsrv_sockfree(struct nfssvc_sock *);
298 struct nfssvc_sock *slp;
466 static struct nfssvc_sock *
469 struct nfssvc_sock *slp;
472 memset(slp, 0, sizeof (struct nfssvc_sock));
487 nfsrv_sockfree(struct nfssvc_sock *slp
    [all...]
nfs.h 354 * A list of nfssvc_sock structures is maintained with all the sockets
356 * The nfsuid structs hang off of the nfssvc_sock structs in both lru
360 #define NFS_UIDHASHSIZ 29 /* Tune the size of nfssvc_sock with this */
433 struct nfssvc_sock { struct
437 TAILQ_ENTRY(nfssvc_sock) ns_chain; /* g: List of all nfssvc_sock */
438 TAILQ_ENTRY(nfssvc_sock) ns_pending; /* g: List of pending sockets */
477 extern TAILQ_HEAD(nfssvc_sockhead, nfssvc_sock) nfssvc_sockhead;
490 struct nfssvc_sock *nfsd_slp; /* Current socket */
nfs_serv.c 163 nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq)
226 nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq)
266 nfsrv_setattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq)
393 nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq)
524 nfsrv_readlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq)
622 nfsrv_read(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq)
846 nfsrv_write(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq)
1044 nfsrv_nwdelayhash(struct nfssvc_sock *slp, const nfsrvfh_t *nsfh)
1061 nfsrv_writegather(struct nfsrv_descript **ndp, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq)
1420 nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq
    [all...]
nfs_srvsubs.c 119 nfs_namei(struct nameidata *ndp, nfsrvfh_t *nsfh, uint32_t len, struct nfssvc_sock *slp, struct mbuf *nam, struct mbuf **mdp, char **dposp, struct vnode **retdirp, int *dirattr_retp, struct vattr *dirattrp, struct lwp *l, int kerbflag, int pubflag)
296 kauth_cred_t cred, struct nfssvc_sock *slp, struct mbuf *nam, int *rdonlyp,
nfs_srvcache.c 238 nfsrv_getcache(struct nfsrv_descript *nd, struct nfssvc_sock *slp, struct mbuf **repp)
nfs_socket.c 555 nfs_rephead(int siz, struct nfsrv_descript *nd, struct nfssvc_sock *slp, int err, int cache, u_quad_t *frev, struct mbuf **mrq, struct mbuf **mbp, char **bposp)

Completed in 16 milliseconds