Symbol: nfsrv_descript
sys/vfs/nfs/nfs.h
478
LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */
sys/vfs/nfs/nfs.h
480
LIST_HEAD(nfsrvw_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ];
sys/vfs/nfs/nfs.h
514
struct nfsrv_descript *nfsd_nd; /* Associated nfsrv_descript */
sys/vfs/nfs/nfs.h
537
LIST_ENTRY(nfsrv_descript) nd_hash; /* Hash list */
sys/vfs/nfs/nfs.h
538
LIST_ENTRY(nfsrv_descript) nd_tq; /* and timer list */
sys/vfs/nfs/nfs.h
539
LIST_HEAD(,nfsrv_descript) nd_coalesce; /* coalesced writes */
sys/vfs/nfs/nfs.h
642
extern int32_t (*nfsrv3_procs[NFS_NPROCS]) (struct nfsrv_descript *nd,
sys/vfs/nfs/nfs.h
656
int nfs_getreq (struct nfsrv_descript *,struct nfsd *,int);
sys/vfs/nfs/nfs.h
659
int nfs_rephead (int, struct nfsrv_descript *, struct nfssvc_sock *,
sys/vfs/nfs/nfs.h
706
struct nfsrv_descript **);
sys/vfs/nfs/nfs.h
707
int nfsrv_getcache (struct nfsrv_descript *, struct nfssvc_sock *,
sys/vfs/nfs/nfs.h
709
void nfsrv_updatecache (struct nfsrv_descript *, int, struct mbuf *);
sys/vfs/nfs/nfs.h
718
int nfsrv_errmap (struct nfsrv_descript *, int);
sys/vfs/nfs/nfs.h
723
int nfsrv_writegather (struct nfsrv_descript **, struct nfssvc_sock *,
sys/vfs/nfs/nfs.h
727
int nfsrv3_access (struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfs.h
730
int nfsrv_commit (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
732
int nfsrv_create (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
740
int nfsrv_fsinfo (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
742
int nfsrv_getattr (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
744
int nfsrv_link (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
746
int nfsrv_lookup (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
748
int nfsrv_mkdir (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
750
int nfsrv_mknod (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
752
int nfsrv_noop (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
754
int nfsrv_null (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
756
int nfsrv_pathconf (struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfs.h
759
int nfsrv_read (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
761
int nfsrv_readdir (struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfs.h
764
int nfsrv_readdirplus (struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfs.h
767
int nfsrv_readlink (struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfs.h
770
int nfsrv_remove (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
772
int nfsrv_rename (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
774
int nfsrv_rmdir (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs.h
776
int nfsrv_setattr (struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfs.h
779
int nfsrv_statfs (struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfs.h
782
int nfsrv_symlink (struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfs.h
785
int nfsrv_write (struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
1216
nfsrv_writegather(struct nfsrv_descript **ndp, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
1220
struct nfsrv_descript *wp, *nfsd, *owp, *swp;
sys/vfs/nfs/nfs_serv.c
140
static void nfsrvw_coalesce (struct nfsrv_descript *,
sys/vfs/nfs/nfs_serv.c
141
struct nfsrv_descript *);
sys/vfs/nfs/nfs_serv.c
1544
nfsrvw_coalesce(struct nfsrv_descript *owp, struct nfsrv_descript *nfsd)
sys/vfs/nfs/nfs_serv.c
1548
struct nfsrv_descript *p;
sys/vfs/nfs/nfs_serv.c
1591
nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
1886
nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
2040
nfsrv_remove(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
208
nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
2131
nfsrv_rename(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
2406
nfsrv_link(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
2523
nfsrv_symlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
2660
nfsrv_mkdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
278
nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
2788
nfsrv_rmdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
2925
nfsrv_readdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
3232
nfsrv_readdirplus(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
332
nfsrv_setattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
3580
nfsrv_commit(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
3732
nfsrv_statfs(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
3816
nfsrv_fsinfo(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
3894
nfsrv_pathconf(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
3969
nfsrv_null(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
3990
nfsrv_noop(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
487
nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
678
nfsrv_readlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
792
nfsrv_read(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_serv.c
997
nfsrv_write(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_socket.c
153
int (*nfsrv3_procs[NFS_NPROCS]) (struct nfsrv_descript *nd,
sys/vfs/nfs/nfs_socket.c
1593
nfs_rephead(int siz, struct nfsrv_descript *nd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_socket.c
2281
nfs_getreq(struct nfsrv_descript *nd, struct nfsd *nfsd, int has_header)
sys/vfs/nfs/nfs_socket.c
2865
struct nfsrv_descript **ndp)
sys/vfs/nfs/nfs_socket.c
2870
struct nfsrv_descript *nd;
sys/vfs/nfs/nfs_socket.c
2884
nd = kmalloc(sizeof(struct nfsrv_descript), M_NFSRVDESC, M_WAITOK);
sys/vfs/nfs/nfs_srvcache.c
173
nfsrv_getcache(struct nfsrv_descript *nd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfs_srvcache.c
295
nfsrv_updatecache(struct nfsrv_descript *nd, int repvalid, struct mbuf *repmbuf)
sys/vfs/nfs/nfs_subs.c
1481
nfsrv_errmap(struct nfsrv_descript *nd, int err)
sys/vfs/nfs/nfs_syscalls.c
1003
nfsd_rt(int sotype, struct nfsrv_descript *nd, int cacherep)
sys/vfs/nfs/nfs_syscalls.c
448
struct nfsrv_descript *nd = NULL;
sys/vfs/nfs/nfs_syscalls.c
824
struct nfsrv_descript *nwp, *nnwp;
sys/vfs/nfs/nfs_syscalls.c
89
static void nfsd_rt (int sotype, struct nfsrv_descript *nd,
sys/vfs/nfs/nfsm_subs.c
1516
nfsm_srvwcc_data(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.c
1541
nfsm_srvpostop_attr(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.c
1559
nfsm_srvfattr(struct nfsrv_descript *nfsd, struct vattr *vap,
sys/vfs/nfs/nfsm_subs.c
877
struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfsm_subs.c
898
struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
sys/vfs/nfs/nfsm_subs.c
934
nfsm_srvmtofh(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
168
int nfsm_reply(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
170
void nfsm_writereply(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
173
int nfsm_srvmtofh(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
190
void nfsm_srvwcc_data(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
193
void nfsm_srvpostop_attr(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
195
void nfsm_srvfattr(struct nfsrv_descript *nfsd, struct vattr *vap,