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
1499
newnfs_nmcancelreqs(struct nfsmount *nmp)
sys/fs/nfs/nfs_commonkrpc.c
1627
newnfs_sigintr(struct nfsmount *nmp, struct thread *td)
sys/fs/nfs/nfs_commonkrpc.c
1672
nfs_down(struct nfsmount *nmp, struct thread *td, const char *msg,
sys/fs/nfs/nfs_commonkrpc.c
1697
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
630
struct nfsmount *nf_mount;
sys/fs/nfs/nfs_commonkrpc.c
640
struct nfsmount *nmp = nf->nf_mount;
sys/fs/nfs/nfs_commonkrpc.c
669
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
5386
nfsv4_sequencelookup(struct nfsmount *nmp, struct nfsclsession *sep,
sys/fs/nfs/nfs_commonsubs.c
5490
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
319
void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
sys/fs/nfs/nfs_var.h
330
int nfsm_fhtom(struct nfsmount *, struct nfsrv_descript *, u_int8_t *, int,
sys/fs/nfs/nfs_var.h
363
int nfsv4_sequencelookup(struct nfsmount *, struct nfsclsession *, int *,
sys/fs/nfs/nfs_var.h
367
struct nfsdevice *nfsv4_findmirror(struct nfsmount *);
sys/fs/nfs/nfs_var.h
370
int nfsrpc_destroysession(struct nfsmount *, struct nfsclsession *,
sys/fs/nfs/nfs_var.h
376
u_int8_t *nfscl_getmyip(struct nfsmount *, struct in6_addr *, int *);
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,
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
1149
int newnfs_iosize(struct nfsmount *);
sys/fs/nfs/nfsport.h
1166
struct nfsmount *r_nmp; /* Client mnt ptr */
sys/fs/nfs/nfsport.h
1212
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
1056
nfscl_getmyip(struct nfsmount *nmp, struct in6_addr *paddr, int *isinet6p)
sys/fs/nfsclient/nfs_clport.c
1334
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
134
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
384
nfscl_warn_fileid(struct nfsmount *nmp, struct nfsvattr *oldnap,
sys/fs/nfsclient/nfs_clport.c
452
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
936
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clport.c
954
nfscl_loadsbinfo(struct nfsmount *nmp, struct nfsstatfs *sfp, void *statfs)
sys/fs/nfsclient/nfs_clport.c
98
static void nfscl_warn_fileid(struct nfsmount *, struct nfsvattr *,
sys/fs/nfsclient/nfs_clport.c
997
nfscl_loadfsinfo(struct nfsmount *nmp, struct nfsfsinfo *fsp,
sys/fs/nfsclient/nfs_clrpcops.c
1037
nfsrpc_setclient(struct nfsmount *nmp, struct nfsclclient *clp, int reclaim,
sys/fs/nfsclient/nfs_clrpcops.c
1301
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
1334
nfsrpc_getattrnovp(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, int syscred,
sys/fs/nfsclient/nfs_clrpcops.c
1380
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
147
static int nfsrpc_locku(struct nfsrv_descript *, struct nfsmount *,
sys/fs/nfsclient/nfs_clrpcops.c
1511
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
152
static int nfsrpc_layouterror(struct nfsmount *, uint8_t *, int, uint64_t,
sys/fs/nfsclient/nfs_clrpcops.c
155
static int nfsrpc_getlayout(struct nfsmount *, vnode_t, struct nfsfh *, int,
sys/fs/nfsclient/nfs_clrpcops.c
158
static int nfsrpc_fillsa(struct nfsmount *, struct sockaddr_in *,
sys/fs/nfsclient/nfs_clrpcops.c
1813
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
182
static enum nfsclds_state nfscl_getsameserver(struct nfsmount *,
sys/fs/nfsclient/nfs_clrpcops.c
1883
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
1976
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
202
static int nfsrv_parselayoutget(struct nfsmount *, struct nfsrv_descript *,
sys/fs/nfsclient/nfs_clrpcops.c
204
static int nfsrpc_getopenlayout(struct nfsmount *, vnode_t, u_int8_t *,
sys/fs/nfsclient/nfs_clrpcops.c
2058
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
211
static int nfsrpc_openlayoutrpc(struct nfsmount *, vnode_t, u_int8_t *,
sys/fs/nfsclient/nfs_clrpcops.c
220
static int nfsrpc_layoutget(struct nfsmount *, uint8_t *, int, int, uint64_t,
sys/fs/nfsclient/nfs_clrpcops.c
223
static int nfsrpc_layoutgetres(struct nfsmount *, vnode_t, uint8_t *,
sys/fs/nfsclient/nfs_clrpcops.c
2290
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
2487
struct nfsmount *nmp = VFSTONFS(dvp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
2613
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
2874
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
3002
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
312
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
3288
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
3352
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
3513
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
383
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
3992
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
4569
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
4620
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
4788
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
4855
nfsrpc_locku(struct nfsrv_descript *nd, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clrpcops.c
4905
nfsrpc_lock(struct nfsrv_descript *nd, struct nfsmount *nmp, vnode_t vp,
sys/fs/nfsclient/nfs_clrpcops.c
5003
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
5096
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
5215
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
5263
nfsrpc_rellockown(struct nfsmount *nmp, struct nfscllockowner *lp,
sys/fs/nfsclient/nfs_clrpcops.c
5302
nfsrpc_getdirpath(struct nfsmount *nmp, u_char *dirpath, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
5384
struct nfsmount *nmp, NFSPROC_T *p, int syscred)
sys/fs/nfsclient/nfs_clrpcops.c
5422
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
546
nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen,
sys/fs/nfsclient/nfs_clrpcops.c
5467
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
5496
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
5524
nfsrpc_exchangeid(struct nfsmount *nmp, struct nfsclclient *clp,
sys/fs/nfsclient/nfs_clrpcops.c
5614
nfsrpc_createsession(struct nfsmount *nmp, struct nfsclsession *sep,
sys/fs/nfsclient/nfs_clrpcops.c
5763
nfsrpc_destroyclient(struct nfsmount *nmp, struct nfsclclient *clp,
sys/fs/nfsclient/nfs_clrpcops.c
5792
nfsrpc_layoutget(struct nfsmount *nmp, uint8_t *fhp, int fhlen, int iomode,
sys/fs/nfsclient/nfs_clrpcops.c
5823
nfsrpc_getdeviceinfo(struct nfsmount *nmp, uint8_t *deviceid, int layouttype,
sys/fs/nfsclient/nfs_clrpcops.c
6058
nfsrpc_layoutcommit(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim,
sys/fs/nfsclient/nfs_clrpcops.c
6107
nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim,
sys/fs/nfsclient/nfs_clrpcops.c
6195
nfsrpc_layouterror(struct nfsmount *nmp, uint8_t *fh, int fhlen, uint64_t offset,
sys/fs/nfsclient/nfs_clrpcops.c
6235
nfsrpc_getlayout(struct nfsmount *nmp, vnode_t vp, struct nfsfh *nfhp,
sys/fs/nfsclient/nfs_clrpcops.c
6304
nfsrpc_fillsa(struct nfsmount *nmp, struct sockaddr_in *sin,
sys/fs/nfsclient/nfs_clrpcops.c
6545
nfsrpc_reclaimcomplete(struct nfsmount *nmp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
6593
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7173
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7247
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7388
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7572
nfscl_getsameserver(struct nfsmount *nmp, struct nfsclds *newdsp,
sys/fs/nfsclient/nfs_clrpcops.c
7620
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7776
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
7883
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
8028
nfsrv_parselayoutget(struct nfsmount *nmp, struct nfsrv_descript *nd,
sys/fs/nfsclient/nfs_clrpcops.c
8360
nfsrpc_getopenlayout(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp,
sys/fs/nfsclient/nfs_clrpcops.c
8433
nfsrpc_openlayoutrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp,
sys/fs/nfsclient/nfs_clrpcops.c
844
nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p,
sys/fs/nfsclient/nfs_clrpcops.c
8637
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
8903
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
8941
nfsrpc_layoutgetres(struct nfsmount *nmp, vnode_t vp, uint8_t *newfhp,
sys/fs/nfsclient/nfs_clrpcops.c
9023
struct nfsmount *nmp = VFSTONFS(invp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
9097
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
9260
struct nfsmount *nmp = VFSTONFS(invp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
9332
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
9451
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clrpcops.c
952
nfsrpc_closerpc(struct nfsrv_descript *nd, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clrpcops.c
9947
nfsrpc_openattr(struct nfsmount *nmp, struct vnode *vp, uint8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clrpcops.c
999
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clrpcops.c
9998
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
1058
nfscl_findcl(struct nfsmount *nmp)
sys/fs/nfsclient/nfs_clstate.c
108
static void nfscl_expireclient(struct nfsclclient *, struct nfsmount *,
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
1623
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
1810
nfscl_expireclient(struct nfsclclient *clp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
2053
nfscl_umount(struct nfsmount *nmp, NFSPROC_T *p, struct nfscldeleghead *dhp)
sys/fs/nfsclient/nfs_clstate.c
2145
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
2511
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
3123
nfscl_dumpstate(struct nfsmount *nmp, int openowner, int opens,
sys/fs/nfsclient/nfs_clstate.c
3403
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
3536
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4304
nfscl_recalldeleg(struct nfsclclient *clp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
437
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4447
nfscl_moveopen(vnode_t vp, struct nfsclclient *clp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
4528
nfscl_relock(vnode_t vp, struct nfsclclient *clp, struct nfsmount *nmp,
sys/fs/nfsclient/nfs_clstate.c
4566
nfsrpc_reopen(struct nfsmount *nmp, u_int8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clstate.c
4598
nfscl_tryopen(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clstate.c
4636
nfscl_trylock(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp,
sys/fs/nfsclient/nfs_clstate.c
4675
struct nfsmount *nmp, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clstate.c
4703
struct nfsmount *nmp, NFSPROC_T *p, bool loop_on_delayed)
sys/fs/nfsclient/nfs_clstate.c
4736
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4776
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4816
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
4935
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5096
nfscl_getref(struct nfsmount *nmp)
sys/fs/nfsclient/nfs_clstate.c
5119
nfscl_relref(struct nfsmount *nmp)
sys/fs/nfsclient/nfs_clstate.c
5143
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5170
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5197
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5235
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5297
nfscl_layout(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp, int fhlen,
sys/fs/nfsclient/nfs_clstate.c
534
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5670
nfscl_adddevinfo(struct nfsmount *nmp, struct nfscldevinfo *dip, int ind,
sys/fs/nfsclient/nfs_clstate.c
5865
nfscl_layoutreturn(struct nfsmount *nmp, struct nfscllayout *lyp,
sys/fs/nfsclient/nfs_clstate.c
5892
nfscl_dolayoutcommit(struct nfsmount *nmp, struct nfscllayout *lyp,
sys/fs/nfsclient/nfs_clstate.c
5940
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
5986
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clstate.c
821
nfscl_ownerrelease(struct nfsmount *nmp, struct nfsclowner *owp,
sys/fs/nfsclient/nfs_clstate.c
842
nfscl_openrelease(struct nfsmount *nmp, struct nfsclopen *op, int error,
sys/fs/nfsclient/nfs_clstate.c
879
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
1223
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1658
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1689
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1827
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
1980
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
2080
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
2136
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
2290
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
2689
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clvnops.c
2753
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clvnops.c
2989
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clvnops.c
3099
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/fs/nfsclient/nfs_clvnops.c
3439
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
3785
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
3831
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
3905
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4007
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4335
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4406
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4464
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4521
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4594
struct nfsmount *nmp;
sys/fs/nfsclient/nfs_clvnops.c
4646
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
144
NFSPROC_T *, struct nfsmount *, struct mbuf **, struct mbuf **);
sys/fs/nfsserver/nfs_nfsdport.c
146
NFSPROC_T *, struct vnode *, struct nfsmount **, int, struct mbuf **,
sys/fs/nfsserver/nfs_nfsdport.c
149
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int *);
sys/fs/nfsserver/nfs_nfsdport.c
151
NFSPROC_T *, struct vnode *, struct nfsmount **, int, int *);
sys/fs/nfsserver/nfs_nfsdport.c
153
struct vnode *, struct nfsmount **, int, struct acl *, int *);
sys/fs/nfsserver/nfs_nfsdport.c
155
struct vnode *, struct nfsmount **, int, struct nfsvattr *, int *);
sys/fs/nfsserver/nfs_nfsdport.c
157
struct vnode *, struct nfsmount *, struct nfsvattr *);
sys/fs/nfsserver/nfs_nfsdport.c
159
NFSPROC_T *, struct nfsmount *);
sys/fs/nfsserver/nfs_nfsdport.c
4578
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
4687
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
5014
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
5149
struct nfsmount *nmp[NFSDEV_MAXMIRRORS], *failnmp;
sys/fs/nfsserver/nfs_nfsdport.c
5364
char *devid, char *fnamep, struct vnode **nvpp, struct nfsmount **newnmpp,
sys/fs/nfsserver/nfs_nfsdport.c
5365
struct nfsmount *curnmp, int *ippos, int *dsdirp)
sys/fs/nfsserver/nfs_nfsdport.c
5369
struct nfsmount *nmp, *newnmp;
sys/fs/nfsserver/nfs_nfsdport.c
5602
NFSPROC_T *p, struct nfsmount *nmp, struct mbuf **mpp, struct mbuf **mpendp)
sys/fs/nfsserver/nfs_nfsdport.c
5713
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
5721
nfsrv_writedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off, int len,
sys/fs/nfsserver/nfs_nfsdport.c
5849
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
5938
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
5945
nfsrv_allocatedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off,
sys/fs/nfsserver/nfs_nfsdport.c
6017
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
6099
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
6106
nfsrv_deallocatedsdorpc(struct nfsmount *nmp, fhandle_t *fhp, off_t off,
sys/fs/nfsserver/nfs_nfsdport.c
6200
NFSPROC_T *p, struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
6272
struct vnode *vp, struct nfsmount *nmp, struct nfsvattr *nap,
sys/fs/nfsserver/nfs_nfsdport.c
6361
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
6386
struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt,
sys/fs/nfsserver/nfs_nfsdport.c
6461
struct vnode *vp, struct nfsmount *nmp, struct acl *aclp)
sys/fs/nfsserver/nfs_nfsdport.c
6511
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdport.c
6535
struct vnode *vp, struct nfsmount **nmpp, int mirrorcnt, struct acl *aclp,
sys/fs/nfsserver/nfs_nfsdport.c
6607
struct vnode *vp, struct nfsmount *nmp, struct nfsvattr *nap)
sys/fs/nfsserver/nfs_nfsdport.c
6664
struct ucred *cred, NFSPROC_T *p, struct nfsmount *nmp)
sys/fs/nfsserver/nfs_nfsdport.c
6796
nfsrv_killrpcs(struct nfsmount *nmp)
sys/fs/nfsserver/nfs_nfsdstate.c
245
static struct nfsdevice *nfsrv_findmirroredds(struct nfsmount *nmp);
sys/fs/nfsserver/nfs_nfsdstate.c
7846
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdstate.c
7909
nfsrv_deldsnmp(int op, struct nfsmount *nmp, NFSPROC_T *p)
sys/fs/nfsserver/nfs_nfsdstate.c
7940
struct nfsmount *nmp;
sys/fs/nfsserver/nfs_nfsdstate.c
8652
struct nfsmount *nmp, *curnmp;
sys/fs/nfsserver/nfs_nfsdstate.c
8848
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;