Symbol: nfsmount
sys/nfs/nfs.h
197
struct nfsmount *r_nmp;
sys/nfs/nfs_aiod.c
74
struct nfsmount *nmp;
sys/nfs/nfs_bio.c
253
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_bio.c
428
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_bio.c
449
struct nfsmount *nmp= VFSTONFS(vp->v_mount);
sys/nfs/nfs_bio.c
535
struct nfsmount *nmp;
sys/nfs/nfs_bio.c
73
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_node.c
211
struct nfsmount *nmp;
sys/nfs/nfs_node.c
74
nfs_ninit(struct nfsmount *nmp)
sys/nfs/nfs_node.c
87
struct nfsmount *nmp;
sys/nfs/nfs_socket.c
1146
struct nfsmount *nmp = arg;
sys/nfs/nfs_socket.c
124
void nfs_init_rtt(struct nfsmount *);
sys/nfs/nfs_socket.c
1242
nfs_sigintr(struct nfsmount *nmp, struct nfsreq *rep, struct proc *p)
sys/nfs/nfs_socket.c
126
int nfs_estimate_rto(struct nfsmount *, u_int32_t procnum);
sys/nfs/nfs_socket.c
145
nfs_init_rtt(struct nfsmount *nmp)
sys/nfs/nfs_socket.c
197
nfs_estimate_rto(struct nfsmount *nmp, u_int32_t procnum)
sys/nfs/nfs_socket.c
234
nfs_connect(struct nfsmount *nmp, struct nfsreq *rep)
sys/nfs/nfs_socket.c
416
struct nfsmount *nmp = rep->r_nmp;
sys/nfs/nfs_socket.c
441
nfs_disconnect(struct nfsmount *nmp)
sys/nfs/nfs_socket.c
748
struct nfsmount *nmp = myrep->r_nmp;
sys/nfs/nfs_socket.c
867
struct nfsmount *nmp;
sys/nfs/nfs_subs.c
1104
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_var.h
122
int nfs_connect(struct nfsmount *, struct nfsreq *);
sys/nfs/nfs_var.h
123
void nfs_disconnect(struct nfsmount *);
sys/nfs/nfs_var.h
130
int nfs_sigintr(struct nfsmount *, struct nfsreq *, struct proc *);
sys/nfs/nfs_var.h
58
void nfs_ninit(struct nfsmount *);
sys/nfs/nfs_vfsops.c
119
struct nfsmount *nmp = VFSTONFS(mp);
sys/nfs/nfs_vfsops.c
190
nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred,
sys/nfs/nfs_vfsops.c
406
nfs_decode_args(struct nfsmount *nmp, struct nfs_args *argp,
sys/nfs/nfs_vfsops.c
576
struct nfsmount *nmp = VFSTONFS(mp);
sys/nfs/nfs_vfsops.c
616
struct nfsmount *nmp;
sys/nfs/nfs_vfsops.c
717
struct nfsmount *nmp;
sys/nfs/nfs_vfsops.c
762
struct nfsmount *nmp = arg;
sys/nfs/nfs_vfsops.c
774
struct nfsmount *nmp;
sys/nfs/nfs_vfsops.c
85
void nfs_decode_args(struct nfsmount *, struct nfs_args *,
sys/nfs/nfs_vnops.c
1189
struct nfsmount *nmp;
sys/nfs/nfs_vnops.c
1265
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_vnops.c
2195
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_vnops.c
2320
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_vnops.c
2534
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_vnops.c
2935
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_vnops.c
3049
struct nfsmount *nmp = VFSTONFS(vp->v_mount);
sys/nfs/nfs_vnops.c
3220
struct nfsmount *nmp = VFSTONFS(ap->a_vp->v_mount);
sys/nfs/nfs_vnops.c
810
struct nfsmount *nmp;
sys/nfs/nfsmount.h
83
#define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data))
sys/nfs/nfsmount.h
88
int nfs_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,