sys/fs/nfs/nfs_commonkrpc.c
126
static void nfs_down(struct nfsmount *, struct thread *, const char *,
sys/fs/nfs/nfs_commonkrpc.c
128
static void nfs_up(struct nfsmount *, struct thread *, const char *,
sys/fs/nfs/nfs_commonkrpc.c
1535
newnfs_nmcancelreqs(struct nfsmount *nmp)
sys/fs/nfs/nfs_commonkrpc.c
1663
newnfs_sigintr(struct nfsmount *nmp, struct thread *td)
sys/fs/nfs/nfs_commonkrpc.c
1708
nfs_down(struct nfsmount *nmp, struct thread *td, const char *msg,
sys/fs/nfs/nfs_commonkrpc.c
1733
nfs_up(struct nfsmount *nmp, struct thread *td, const char *msg,
sys/fs/nfs/nfs_commonkrpc.c
253
newnfs_connect(struct nfsmount *nmp, struct nfssockreq *nrp,
sys/fs/nfs/nfs_commonkrpc.c
548
newnfs_disconnect(struct nfsmount *nmp, struct nfssockreq *nrp)
sys/fs/nfs/nfs_commonkrpc.c
632
struct nfsmount *nf_mount;
sys/fs/nfs/nfs_commonkrpc.c
642
struct nfsmount *nmp = nf->nf_mount;
sys/fs/nfs/nfs_commonkrpc.c
671
newnfs_request(struct nfsrv_descript *nd, struct nfsmount *nmp,
sys/fs/nfs/nfs_commonsubs.c
259
static void nfsv4_setsequence(struct nfsmount *, struct nfsrv_descript *,
sys/fs/nfs/nfs_commonsubs.c
358
nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp,
sys/fs/nfs/nfs_commonsubs.c
5328
nfsv4_setsequence(struct nfsmount *nmp, struct nfsrv_descript *nd,
sys/fs/nfs/nfs_commonsubs.c
5387
nfsv4_sequencelookup(struct nfsmount *nmp, struct nfsclsession *sep,
sys/fs/nfs/nfs_commonsubs.c
5491
nfsv4_findmirror(struct nfsmount *nmp)
sys/fs/nfs/nfs_commonsubs.c
5582
nfsrpc_destroysession(struct nfsmount *nmp, struct nfsclsession *tsep,
sys/fs/nfs/nfs_commonsubs.c
998
nfsm_fhtom(struct nfsmount *nmp, struct nfsrv_descript *nd, u_int8_t *fhp,
sys/fs/nfs/nfs_var.h
161
struct nfsdevice *nfsrv_deldsnmp(int, struct nfsmount *, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
320
void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
sys/fs/nfs/nfs_var.h
331
int nfsm_fhtom(struct nfsmount *, struct nfsrv_descript *, u_int8_t *, int,
sys/fs/nfs/nfs_var.h
364
int nfsv4_sequencelookup(struct nfsmount *, struct nfsclsession *, int *,
sys/fs/nfs/nfs_var.h
368
struct nfsdevice *nfsv4_findmirror(struct nfsmount *);
sys/fs/nfs/nfs_var.h
371
int nfsrpc_destroysession(struct nfsmount *, struct nfsclsession *,
sys/fs/nfs/nfs_var.h
424
void nfscl_retopts(struct nfsmount *, char *, size_t);
sys/fs/nfs/nfs_var.h
459
int nfsrpc_openrpc(struct nfsmount *, vnode_t, u_int8_t *, int, u_int8_t *, int,
sys/fs/nfs/nfs_var.h
465
int nfsrpc_closerpc(struct nfsrv_descript *, struct nfsmount *,
sys/fs/nfs/nfs_var.h
469
int nfsrpc_setclient(struct nfsmount *, struct nfsclclient *, int,
sys/fs/nfs/nfs_var.h
47
struct nfsmount;
sys/fs/nfs/nfs_var.h
472
int nfsrpc_getattrnovp(struct nfsmount *, u_int8_t *, int, int,
sys/fs/nfs/nfs_var.h
520
int nfsrpc_lock(struct nfsrv_descript *, struct nfsmount *, vnode_t,
sys/fs/nfs/nfs_var.h
531
int nfsrpc_rellockown(struct nfsmount *, struct nfscllockowner *, uint8_t *,
sys/fs/nfs/nfs_var.h
533
int nfsrpc_getdirpath(struct nfsmount *, u_char *, struct ucred *,
sys/fs/nfs/nfs_var.h
536
struct nfsmount *, NFSPROC_T *, int);
sys/fs/nfs/nfs_var.h
541
int nfsrpc_exchangeid(struct nfsmount *, struct nfsclclient *,
sys/fs/nfs/nfs_var.h
544
int nfsrpc_createsession(struct nfsmount *, struct nfsclsession *,
sys/fs/nfs/nfs_var.h
547
int nfsrpc_destroyclient(struct nfsmount *, struct nfsclclient *,
sys/fs/nfs/nfs_var.h
549
int nfsrpc_getdeviceinfo(struct nfsmount *, uint8_t *, int, uint32_t *,
sys/fs/nfs/nfs_var.h
551
int nfsrpc_layoutcommit(struct nfsmount *, uint8_t *, int, int,
sys/fs/nfs/nfs_var.h
554
int nfsrpc_layoutreturn(struct nfsmount *, uint8_t *, int, int, int, uint32_t,
sys/fs/nfs/nfs_var.h
557
int nfsrpc_reclaimcomplete(struct nfsmount *, struct ucred *, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
584
int nfsrpc_openattr(struct nfsmount *, struct vnode *, uint8_t *, int,
sys/fs/nfs/nfs_var.h
594
void nfscl_ownerrelease(struct nfsmount *, struct nfsclowner *, int, int, int);
sys/fs/nfs/nfs_var.h
595
void nfscl_openrelease(struct nfsmount *, struct nfsclopen *, int, int);
sys/fs/nfs/nfs_var.h
598
struct nfsclclient *nfscl_findcl(struct nfsmount *);
sys/fs/nfs/nfs_var.h
615
void nfscl_umount(struct nfsmount *, NFSPROC_T *, struct nfscldeleghead *);
sys/fs/nfs/nfs_var.h
619
void nfscl_dumpstate(struct nfsmount *, int, int, int, int);
sys/fs/nfs/nfs_var.h
623
int nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *, bool,
sys/fs/nfs/nfs_var.h
640
int nfscl_getref(struct nfsmount *);
sys/fs/nfs/nfs_var.h
641
void nfscl_relref(struct nfsmount *);
sys/fs/nfs/nfs_var.h
649
struct nfsmount *, NFSPROC_T *);
sys/fs/nfs/nfs_var.h
651
struct nfsmount *, NFSPROC_T *, bool);
sys/fs/nfs/nfs_var.h
653
int nfscl_layout(struct nfsmount *, vnode_t, u_int8_t *, int, nfsv4stateid_t *,
sys/fs/nfs/nfs_var.h
665
int nfscl_adddevinfo(struct nfsmount *, struct nfscldevinfo *, int, int,
sys/fs/nfs/nfs_var.h
679
void nfscl_loadsbinfo(struct nfsmount *, struct nfsstatfs *, void *);
sys/fs/nfs/nfs_var.h
680
void nfscl_loadfsinfo(struct nfsmount *, struct nfsfsinfo *, uint32_t);
sys/fs/nfs/nfs_var.h
681
void nfscl_delegreturn(struct nfscldeleg *, int, struct nfsmount *,
sys/fs/nfs/nfs_var.h
769
struct vnode **, struct nfsmount **, struct nfsmount *, int *, int *);
sys/fs/nfs/nfs_var.h
774
void nfsrv_killrpcs(struct nfsmount *);
sys/fs/nfs/nfs_var.h
797
int newnfs_nmcancelreqs(struct nfsmount *);
sys/fs/nfs/nfs_var.h
801
int newnfs_request(struct nfsrv_descript *, struct nfsmount *,
sys/fs/nfs/nfs_var.h
806
int newnfs_connect(struct nfsmount *, struct nfssockreq *,
sys/fs/nfs/nfs_var.h
808
void newnfs_disconnect(struct nfsmount *, struct nfssockreq *);
sys/fs/nfs/nfs_var.h
809
int newnfs_sigintr(struct nfsmount *, NFSPROC_T *);
sys/fs/nfs/nfsclstate.h
117
struct nfsmount *nfsc_nmp;
sys/fs/nfs/nfsport.h
1135
int newnfs_iosize(struct nfsmount *);
sys/fs/nfs/nfsport.h
1152
struct nfsmount *r_nmp; /* Client mnt ptr */
sys/fs/nfs/nfsport.h
1198
nfsmnt_mdssession(struct nfsmount *nmp)
sys/fs/nfs/nfsrvstate.h
350
struct nfsmount *nfsdev_nmp;
sys/fs/nfsclient/nfs.h
115
int ncl_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,
sys/fs/nfsclient/nfs.h
96
int ncl_asyncio(struct nfsmount *, struct buf *, struct ucred *,
sys/fs/nfsclient/nfs_clbio.c
124
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clbio.c
1294
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clbio.c
1327
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clbio.c
1403
ncl_asyncio(struct nfsmount *nmp, struct buf *bp, struct ucred *cred, struct thread *td)
sys/fs/nfsclient/nfs_clbio.c
1555
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clbio.c
273
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clbio.c
438
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clbio.c
64
extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON];
sys/fs/nfsclient/nfs_clbio.c
769
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clbio.c
839
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clnfsiod.c
246
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clnfsiod.c
75
struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON];
sys/fs/nfsclient/nfs_clnode.c
104
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clnode.c
242
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
1255
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
127
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
377
nfscl_warn_fileid(struct nfsmount *nmp, struct nfsvattr *oldnap,
sys/fs/nfsclient/nfs_clport.c
445
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
91
static void nfscl_warn_fileid(struct nfsmount *, struct nfsvattr *,
sys/fs/nfsclient/nfs_clport.c
929
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
947
nfscl_loadsbinfo(struct nfsmount *nmp, struct nfsstatfs *sfp, void *statfs)
sys/fs/nfsclient/nfs_clport.c
990
nfscl_loadfsinfo(struct nfsmount *nmp, struct nfsfsinfo *fsp,
sys/fs/nfsclient/nfs_clrpcops.c
10004
nfsrpc_openattr(struct nfsmount *nmp, struct vnode *vp, uint8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clrpcops.c
1002
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
10055
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
1040
nfsrpc_setclient(struct nfsmount *nmp, struct nfsclclient *clp, int reclaim,
sys/fs/nfsclient/nfs_clrpcops.c
1265
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
1298
nfsrpc_getattrnovp(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, int syscred,
sys/fs/nfsclient/nfs_clrpcops.c
1344
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
146
static int nfsrpc_locku(struct nfsrv_descript *, struct nfsmount *,
sys/fs/nfsclient/nfs_clrpcops.c
1475
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
151
static int nfsrpc_layouterror(struct nfsmount *, uint8_t *, int, uint64_t,
sys/fs/nfsclient/nfs_clrpcops.c
154
static int nfsrpc_getlayout(struct nfsmount *, vnode_t, struct nfsfh *, int,
sys/fs/nfsclient/nfs_clrpcops.c
157
static int nfsrpc_fillsa(struct nfsmount *, struct sockaddr_in *,
sys/fs/nfsclient/nfs_clrpcops.c
1777
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
1847
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
185
static enum nfsclds_state nfscl_getsameserver(struct nfsmount *,
sys/fs/nfsclient/nfs_clrpcops.c
1940
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
2022
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
205
static int nfsrv_parselayoutget(struct nfsmount *, struct nfsrv_descript *,
sys/fs/nfsclient/nfs_clrpcops.c
207
static int nfsrpc_getopenlayout(struct nfsmount *, vnode_t, u_int8_t *,
sys/fs/nfsclient/nfs_clrpcops.c
214
static int nfsrpc_openlayoutrpc(struct nfsmount *, vnode_t, u_int8_t *,
sys/fs/nfsclient/nfs_clrpcops.c
223
static int nfsrpc_layoutget(struct nfsmount *, uint8_t *, int, int, uint64_t,
sys/fs/nfsclient/nfs_clrpcops.c
2254
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
226
static int nfsrpc_layoutgetres(struct nfsmount *, vnode_t, uint8_t *,
sys/fs/nfsclient/nfs_clrpcops.c
2451
struct nfsmount *nmp = VFSTONFS(dvp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
2577
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
2838
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
2966
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
315
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
3252
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
3316
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
3477
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
386
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
3956
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
4533
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
4584
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
4752
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
4819
nfsrpc_locku(struct nfsrv_descript *nd, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clrpcops.c
4869
nfsrpc_lock(struct nfsrv_descript *nd, struct nfsmount *nmp, vnode_t vp,
sys/fs/nfsclient/nfs_clrpcops.c
4967
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
5060
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
5179
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
5227
nfsrpc_rellockown(struct nfsmount *nmp, struct nfscllockowner *lp,
sys/fs/nfsclient/nfs_clrpcops.c
5266
nfsrpc_getdirpath(struct nfsmount *nmp, u_char *dirpath, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
5348
struct nfsmount *nmp, NFSPROC_T *p, int syscred)
sys/fs/nfsclient/nfs_clrpcops.c
5386
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
5431
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
5460
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
5488
nfsrpc_exchangeid(struct nfsmount *nmp, struct nfsclclient *clp,
sys/fs/nfsclient/nfs_clrpcops.c
549
nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen,
sys/fs/nfsclient/nfs_clrpcops.c
5578
nfsrpc_createsession(struct nfsmount *nmp, struct nfsclsession *sep,
sys/fs/nfsclient/nfs_clrpcops.c
5727
nfsrpc_destroyclient(struct nfsmount *nmp, struct nfsclclient *clp,
sys/fs/nfsclient/nfs_clrpcops.c
5756
nfsrpc_layoutget(struct nfsmount *nmp, uint8_t *fhp, int fhlen, int iomode,
sys/fs/nfsclient/nfs_clrpcops.c
5787
nfsrpc_getdeviceinfo(struct nfsmount *nmp, uint8_t *deviceid, int layouttype,
sys/fs/nfsclient/nfs_clrpcops.c
6022
nfsrpc_layoutcommit(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim,
sys/fs/nfsclient/nfs_clrpcops.c
6071
nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim,
sys/fs/nfsclient/nfs_clrpcops.c
6159
nfsrpc_layouterror(struct nfsmount *nmp, uint8_t *fh, int fhlen, uint64_t offset,
sys/fs/nfsclient/nfs_clrpcops.c
6199
nfsrpc_getlayout(struct nfsmount *nmp, vnode_t vp, struct nfsfh *nfhp,
sys/fs/nfsclient/nfs_clrpcops.c
6268
nfsrpc_fillsa(struct nfsmount *nmp, struct sockaddr_in *sin,
sys/fs/nfsclient/nfs_clrpcops.c
6509
nfsrpc_reclaimcomplete(struct nfsmount *nmp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
6557
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7210
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7284
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7425
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7609
nfscl_getsameserver(struct nfsmount *nmp, struct nfsclds *newdsp,
sys/fs/nfsclient/nfs_clrpcops.c
7657
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7813
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7920
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
8065
nfsrv_parselayoutget(struct nfsmount *nmp, struct nfsrv_descript *nd,
sys/fs/nfsclient/nfs_clrpcops.c
8390
nfsrpc_getopenlayout(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp,
sys/fs/nfsclient/nfs_clrpcops.c
8463
nfsrpc_openlayoutrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp,
sys/fs/nfsclient/nfs_clrpcops.c
847
nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p,
sys/fs/nfsclient/nfs_clrpcops.c
8667
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
8933
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
8971
nfsrpc_layoutgetres(struct nfsmount *nmp, vnode_t vp, uint8_t *newfhp,
sys/fs/nfsclient/nfs_clrpcops.c
9080
struct nfsmount *nmp = VFSTONFS(invp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
9154
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
9317
struct nfsmount *nmp = VFSTONFS(invp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
9389
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
9508
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
955
nfsrpc_closerpc(struct nfsrv_descript *nd, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
108
static void nfscl_expireclient(struct nfsclclient *, struct nfsmount *,
sys/fs/nfsclient/nfs_clstate.c
1085
nfscl_findcl(struct nfsmount *nmp)
sys/fs/nfsclient/nfs_clstate.c
111
struct nfsmount *, struct ucred *, NFSPROC_T *);
sys/fs/nfsclient/nfs_clstate.c
141
struct nfsmount *, struct nfsclopen *, struct nfsclowner *,
sys/fs/nfsclient/nfs_clstate.c
144
static int nfscl_relock(vnode_t , struct nfsclclient *, struct nfsmount *,
sys/fs/nfsclient/nfs_clstate.c
146
static int nfscl_tryopen(struct nfsmount *, vnode_t , u_int8_t *, int,
sys/fs/nfsclient/nfs_clstate.c
149
static int nfscl_trylock(struct nfsmount *, vnode_t , u_int8_t *,
sys/fs/nfsclient/nfs_clstate.c
152
static int nfsrpc_reopen(struct nfsmount *, u_int8_t *, int, u_int32_t,
sys/fs/nfsclient/nfs_clstate.c
158
static int nfscl_recalldeleg(struct nfsclclient *, struct nfsmount *,
sys/fs/nfsclient/nfs_clstate.c
1650
struct nfsmount *nmp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clstate.c
170
static void nfscl_layoutreturn(struct nfsmount *, struct nfscllayout *,
sys/fs/nfsclient/nfs_clstate.c
172
static void nfscl_dolayoutcommit(struct nfsmount *, struct nfscllayout *,
sys/fs/nfsclient/nfs_clstate.c
1837
nfscl_expireclient(struct nfsclclient *clp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
2080
nfscl_umount(struct nfsmount *nmp, NFSPROC_T *p, struct nfscldeleghead *dhp)
sys/fs/nfsclient/nfs_clstate.c
2172
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
2538
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
3150
nfscl_dumpstate(struct nfsmount *nmp, int openowner, int opens,
sys/fs/nfsclient/nfs_clstate.c
3430
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
3563
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4336
nfscl_recalldeleg(struct nfsclclient *clp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
437
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4479
nfscl_moveopen(vnode_t vp, struct nfsclclient *clp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
4560
nfscl_relock(vnode_t vp, struct nfsclclient *clp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
4598
nfsrpc_reopen(struct nfsmount *nmp, u_int8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clstate.c
4630
nfscl_tryopen(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clstate.c
4668
nfscl_trylock(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp,
sys/fs/nfsclient/nfs_clstate.c
4707
struct nfsmount *nmp, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clstate.c
4735
struct nfsmount *nmp, NFSPROC_T *p, bool loop_on_delayed)
sys/fs/nfsclient/nfs_clstate.c
4768
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4808
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4848
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4967
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5128
nfscl_getref(struct nfsmount *nmp)
sys/fs/nfsclient/nfs_clstate.c
5151
nfscl_relref(struct nfsmount *nmp)
sys/fs/nfsclient/nfs_clstate.c
5175
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5202
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5229
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5267
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5331
nfscl_layout(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clstate.c
561
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5704
nfscl_adddevinfo(struct nfsmount *nmp, struct nfscldevinfo *dip, int mirror,
sys/fs/nfsclient/nfs_clstate.c
5911
nfscl_layoutreturn(struct nfsmount *nmp, struct nfscllayout *lyp,
sys/fs/nfsclient/nfs_clstate.c
5938
nfscl_dolayoutcommit(struct nfsmount *nmp, struct nfscllayout *lyp,
sys/fs/nfsclient/nfs_clstate.c
5986
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
6032
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
848
nfscl_ownerrelease(struct nfsmount *nmp, struct nfsclowner *owp,
sys/fs/nfsclient/nfs_clstate.c
869
nfscl_openrelease(struct nfsmount *nmp, struct nfsclopen *op, int error,
sys/fs/nfsclient/nfs_clstate.c
906
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clsubs.c
178
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clsubs.c
77
extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON];
sys/fs/nfsclient/nfs_clvfsops.c
113
static void nfs_decode_args(struct mount *mp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clvfsops.c
1255
struct nfsmount *nmp = VFSTONFS(mp);
sys/fs/nfsclient/nfs_clvfsops.c
1519
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvfsops.c
1560
nmp = malloc(sizeof (struct nfsmount) +
sys/fs/nfsclient/nfs_clvfsops.c
1875
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvfsops.c
192
newnfs_iosize(struct nfsmount *nmp)
sys/fs/nfsclient/nfs_clvfsops.c
1980
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvfsops.c
2070
struct nfsmount *nmp = VFSTONFS(mp);
sys/fs/nfsclient/nfs_clvfsops.c
2140
struct nfsmount *nmp = VFSTONFS(mp);
sys/fs/nfsclient/nfs_clvfsops.c
2153
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvfsops.c
2177
static __inline void nfscl_printopt(struct nfsmount *nmp, int testval,
sys/fs/nfsclient/nfs_clvfsops.c
2194
static __inline void nfscl_printoptval(struct nfsmount *nmp, int optval,
sys/fs/nfsclient/nfs_clvfsops.c
2212
void nfscl_retopts(struct nfsmount *nmp, char *buffer, size_t buflen)
sys/fs/nfsclient/nfs_clvfsops.c
288
struct nfsmount *nmp = VFSTONFS(mp);
sys/fs/nfsclient/nfs_clvfsops.c
401
ncl_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred,
sys/fs/nfsclient/nfs_clvfsops.c
607
nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp,
sys/fs/nfsclient/nfs_clvfsops.c
86
extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON];
sys/fs/nfsclient/nfs_clvnops.c
1023
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1220
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1655
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1686
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1824
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1977
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
2077
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
2133
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
2287
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
2686
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clvnops.c
2750
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clvnops.c
2986
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clvnops.c
3096
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clvnops.c
3436
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
3782
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
3828
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
3902
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4004
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4332
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4403
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4461
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4518
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4591
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4643
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
794
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
959
struct nfsmount *nmp;
sys/fs/nfsclient/nfsmount.h
141
#define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
sys/fs/nfsserver/nfs_nfsdport.c
150
NFSPROC_T *, struct nfsmount **, int, int, uint64_t, struct mbuf **,
sys/fs/nfsserver/nfs_nfsdport.c
153
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int, uint64_t,
sys/fs/nfsserver/nfs_nfsdport.c
157
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int *);
sys/fs/nfsserver/nfs_nfsdport.c
159
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int *);
sys/fs/nfsserver/nfs_nfsdport.c
161
struct vnode *, struct nfsmount **, int, struct acl *, int *);
sys/fs/nfsserver/nfs_nfsdport.c
164
NFSPROC_T *, struct nfsmount **, int, int, struct nfsvattr *, int *);
sys/fs/nfsserver/nfs_nfsdport.c
166
NFSPROC_T *, struct nfsmount *, struct nfsvattr *, struct nfsvattr *);
sys/fs/nfsserver/nfs_nfsdport.c
168
NFSPROC_T *, struct nfsmount **, int, struct nfsvattr *, int *);
sys/fs/nfsserver/nfs_nfsdport.c
170
NFSPROC_T *, struct nfsmount *, struct nfsvattr *);
sys/fs/nfsserver/nfs_nfsdport.c
173
NFSPROC_T *, struct nfsmount *);
sys/fs/nfsserver/nfs_nfsdport.c
5208
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
5317
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
5686
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
5825
struct nfsmount **nmp, *failnmp;
sys/fs/nfsserver/nfs_nfsdport.c
6061
char **devid, char *fnamep, struct vnode **nvpp, struct nfsmount **newnmpp,
sys/fs/nfsserver/nfs_nfsdport.c
6062
struct nfsmount *curnmp, int *ippos, int *dsdirp)
sys/fs/nfsserver/nfs_nfsdport.c
6066
struct nfsmount *nmp, *newnmp;
sys/fs/nfsserver/nfs_nfsdport.c
6415
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
6425
NFSPROC_T *p, struct nfsmount *nmp, struct mbuf **mpp, struct mbuf **mpendp)
sys/fs/nfsserver/nfs_nfsdport.c
6542
NFSPROC_T *p, struct nfsmount **nmp, int mirrorcnt, int stripecnt,
sys/fs/nfsserver/nfs_nfsdport.c
6548
struct nfsmount **tnmp;
sys/fs/nfsserver/nfs_nfsdport.c
6664
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
6672
nfsrv_writedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off, int len,
sys/fs/nfsserver/nfs_nfsdport.c
6800
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
6808
struct nfsmount **tnmp;
sys/fs/nfsserver/nfs_nfsdport.c
6930
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
6937
nfsrv_allocatedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off,
sys/fs/nfsserver/nfs_nfsdport.c
7009
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
7091
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
7098
nfsrv_deallocatedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off,
sys/fs/nfsserver/nfs_nfsdport.c
7192
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
7265
NFSPROC_T *p, struct nfsmount *nmp, struct nfsvattr *nap,
sys/fs/nfsserver/nfs_nfsdport.c
7354
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
7379
NFSPROC_T *p, struct nfsmount **nmp, int mirrorcnt, int stripecnt,
sys/fs/nfsserver/nfs_nfsdport.c
7384
struct nfsmount **tnmp;
sys/fs/nfsserver/nfs_nfsdport.c
7469
struct vnode *vp, struct nfsmount *nmp, struct acl *aclp)
sys/fs/nfsserver/nfs_nfsdport.c
7519
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
7543
struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt, struct acl *aclp,
sys/fs/nfsserver/nfs_nfsdport.c
7618
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
7646
NFSPROC_T *p, struct nfsmount **nmp, int stripecnt, struct nfsvattr *nap,
sys/fs/nfsserver/nfs_nfsdport.c
7651
struct nfsmount **tnmp;
sys/fs/nfsserver/nfs_nfsdport.c
7739
NFSPROC_T *p, struct nfsmount *nmp, struct nfsvattr *nap)
sys/fs/nfsserver/nfs_nfsdport.c
7782
struct ucred *cred, NFSPROC_T *p, struct nfsmount *nmp)
sys/fs/nfsserver/nfs_nfsdport.c
7917
nfsrv_killrpcs(struct nfsmount *nmp)
sys/fs/nfsserver/nfs_nfsdstate.c
246
static struct nfsdevice *nfsrv_findmirroredds(struct nfsmount *nmp);
sys/fs/nfsserver/nfs_nfsdstate.c
7661
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdstate.c
7724
nfsrv_deldsnmp(int op, struct nfsmount *nmp, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdstate.c
7755
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdstate.c
8467
struct nfsmount *nmp, *curnmp;
sys/fs/nfsserver/nfs_nfsdstate.c
8663
nfsrv_findmirroredds(struct nfsmount *nmp)
sys/nfsclient/nfs.h
146
struct nfsmount;
sys/nfsclient/nfs.h
253
int nfs_asyncio(struct nfsmount *, struct buf *, struct ucred *, struct thread *);
sys/nfsclient/nfs.h
257
int nfs_sigintr(struct nfsmount *, struct thread *);
sys/nfsclient/nfs.h
266
int nfs_nmcancelreqs(struct nfsmount *);
sys/nfsclient/nfs.h
269
int nfs_connect(struct nfsmount *);
sys/nfsclient/nfs.h
270
void nfs_disconnect(struct nfsmount *);
sys/nfsclient/nfs.h
271
void nfs_safedisconnect(struct nfsmount *);
sys/nfsclient/nfs.h
273
int nfs_iosize(struct nfsmount *nmp);
sys/nfsclient/nfs.h
279
int nfs_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,
sys/nfsclient/nfsmount.h
109
#define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
sys/nfsclient/nfsnode.h
181
extern struct nfsmount *nfs_iodmount[NFS_MAXASYNCDAEMON];
sys/nlm/nlm_advlock.c
124
struct nfsmount *nf_nmp;
sys/nlm/nlm_advlock.c
131
struct nfsmount *nmp = nf->nf_nmp;
sys/nlm/nlm_advlock.c
153
struct nfsmount *nmp = nf->nf_nmp;
sys/nlm/nlm_advlock.c
198
struct nfsmount *nmp;