Symbol: nfsfh
sys/fs/nfs/nfs_commonsubs.c
1133
nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp)
sys/fs/nfs/nfs_commonsubs.c
1136
struct nfsfh *nfhp;
sys/fs/nfs/nfs_commonsubs.c
1149
nfhp = malloc(sizeof (struct nfsfh) + len,
sys/fs/nfs/nfs_commonsubs.c
1344
struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize,
sys/fs/nfs/nfs_commonsubs.c
1356
struct nfsfh *tnfhp;
sys/fs/nfs/nfs_var.h
343
struct nfsvattr *, struct nfsfh **, fhandle_t *, int,
sys/fs/nfs/nfs_var.h
377
int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
sys/fs/nfs/nfs_var.h
378
int nfscl_mtofh(struct nfsrv_descript *, struct nfsfh **,
sys/fs/nfs/nfs_var.h
477
struct nfsvattr *, struct nfsvattr *, struct nfsfh **, int *, int *,
sys/fs/nfs/nfs_var.h
487
struct nfsvattr *, struct nfsfh **, int *, int *);
sys/fs/nfs/nfs_var.h
490
struct nfsfh **, int *, int *);
sys/fs/nfs/nfs_var.h
503
struct nfsfh **, int *, int *);
sys/fs/nfs/nfs_var.h
506
struct nfsfh **, int *, int *);
sys/fs/nfs/nfs_var.h
54
struct nfsfh;
sys/fs/nfs/nfs_var.h
585
bool, struct ucred *, NFSPROC_T *, struct nfsvattr *, struct nfsfh **,
sys/fs/nfs/nfs_var.h
672
void nfscl_startdelegrecall(struct nfsclclient *, struct nfsfh *);
sys/fs/nfs/nfs_var.h
675
int nfscl_nget(mount_t, vnode_t, struct nfsfh *,
sys/fs/nfs/nfsclstate.h
289
struct nfsfh *fh[NFSDEV_MAXVERS];
sys/fs/nfs/nfsclstate.h
334
struct nfsfh *fh[0]; /* FH list for DS File layout */
sys/fs/nfsclient/nfs_clcomsubs.c
339
nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp,
sys/fs/nfsclient/nfs_clnode.c
105
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clnode.c
112
nfhp = malloc(sizeof (struct nfsfh) + fhsize,
sys/fs/nfsclient/nfs_clnode.c
165
np->n_fhp = malloc(sizeof (struct nfsfh) + fhsize,
sys/fs/nfsclient/nfs_clport.c
100
struct nfsfh *nfhp = (struct nfsfh *)arg;
sys/fs/nfsclient/nfs_clport.c
118
nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp,
sys/fs/nfsclient/nfs_clport.c
141
nfhp = malloc(sizeof(struct nfsfh) + NFSX_FHMAX + 1,
sys/fs/nfsclient/nfs_clport.c
324
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clport.c
331
nfhp = malloc(sizeof (struct nfsfh) + fhsize,
sys/fs/nfsclient/nfs_clrpcops.c
10006
struct nfsfh **nfhpp, int *attrflagp)
sys/fs/nfsclient/nfs_clrpcops.c
120
struct nfsfh *fhp;
sys/fs/nfsclient/nfs_clrpcops.c
1345
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
140
struct nfsvattr *, struct nfsfh **, int *, int *);
sys/fs/nfsclient/nfs_clrpcops.c
143
NFSPROC_T *, struct nfsvattr *, struct nfsvattr *, struct nfsfh **, int *,
sys/fs/nfsclient/nfs_clrpcops.c
1471
struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, uint32_t openmode)
sys/fs/nfsclient/nfs_clrpcops.c
1477
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
1498
nfhp = malloc(sizeof (struct nfsfh) +
sys/fs/nfsclient/nfs_clrpcops.c
154
static int nfsrpc_getlayout(struct nfsmount *, vnode_t, struct nfsfh *, int,
sys/fs/nfsclient/nfs_clrpcops.c
1560
nfhp = malloc(sizeof (struct nfsfh) +
sys/fs/nfsclient/nfs_clrpcops.c
174
struct nfsclds *, uint64_t, int, struct nfsfh *, int, int, int,
sys/fs/nfsclient/nfs_clrpcops.c
178
struct nfsfh *, int, int, int, int, struct ucred *, NFSPROC_T *);
sys/fs/nfsclient/nfs_clrpcops.c
1780
struct nfsfh *nfhp = NULL;
sys/fs/nfsclient/nfs_clrpcops.c
180
struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, int,
sys/fs/nfsclient/nfs_clrpcops.c
183
struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, int,
sys/fs/nfsclient/nfs_clrpcops.c
188
struct nfsfh *, int, int, struct nfsclwritedsdorpc *, struct ucred *,
sys/fs/nfsclient/nfs_clrpcops.c
191
struct nfsfh *, int, int, struct ucred *, NFSPROC_T *);
sys/fs/nfsclient/nfs_clrpcops.c
194
struct nfsfh *, int, int, struct nfsclwritedsdorpc *, struct ucred *,
sys/fs/nfsclient/nfs_clrpcops.c
1943
struct nfsfh *nfhp = NULL;
sys/fs/nfsclient/nfs_clrpcops.c
197
struct nfsfh *, int, int, struct ucred *, NFSPROC_T *);
sys/fs/nfsclient/nfs_clrpcops.c
213
struct nfsfh **, int *, int *, int *);
sys/fs/nfsclient/nfs_clrpcops.c
221
struct nfsfh **, int *, int *, int *, nfsv4stateid_t *,
sys/fs/nfsclient/nfs_clrpcops.c
2255
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
2365
struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp,
sys/fs/nfsclient/nfs_clrpcops.c
2445
struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp,
sys/fs/nfsclient/nfs_clrpcops.c
2515
struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp,
sys/fs/nfsclient/nfs_clrpcops.c
2564
struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
2573
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
3247
struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
3308
struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
3315
struct nfsfh *fhp;
sys/fs/nfsclient/nfs_clrpcops.c
384
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
3959
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
4582
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
6199
nfsrpc_getlayout(struct nfsmount *nmp, vnode_t vp, struct nfsfh *nfhp,
sys/fs/nfsclient/nfs_clrpcops.c
6903
struct nfsfh *fhp;
sys/fs/nfsclient/nfs_clrpcops.c
7008
struct nfsfh *fhp;
sys/fs/nfsclient/nfs_clrpcops.c
7204
struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, int flex,
sys/fs/nfsclient/nfs_clrpcops.c
7280
struct nfsfh *fhp, int commit_thru_mds, int flex, int vers, int minorvers,
sys/fs/nfsclient/nfs_clrpcops.c
7421
struct nfsfh *fhp, struct mbuf *m, int vers, int minorvers,
sys/fs/nfsclient/nfs_clrpcops.c
7547
struct nfsfh *fhp, struct mbuf *m, int vers, int minorvers,
sys/fs/nfsclient/nfs_clrpcops.c
7652
struct nfsfh *fhp, int vers, int minorvers, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
7736
struct nfsfh *fhp, int vers, int minorvers,
sys/fs/nfsclient/nfs_clrpcops.c
7808
struct nfsclds *dsp, struct nfsfh *fhp, int vers, int minorvers,
sys/fs/nfsclient/nfs_clrpcops.c
7878
struct nfsclds *dsp, struct nfsfh *fhp, int vers, int minorvers,
sys/fs/nfsclient/nfs_clrpcops.c
7921
struct nfsfh *nfhp = NULL;
sys/fs/nfsclient/nfs_clrpcops.c
8074
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
8126
sizeof(struct nfsfh *), M_NFSFLAYOUT,
sys/fs/nfsclient/nfs_clrpcops.c
8652
struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
8663
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
8926
struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
8931
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clrpcops.c
9081
struct nfsfh *innfhp = NULL, *outnfhp = NULL;
sys/fs/nfsclient/nfs_clrpcops.c
9318
struct nfsfh *innfhp = NULL, *outnfhp = NULL;
sys/fs/nfsclient/nfs_clrpcops.c
9510
struct nfsfh *nfhp = NULL;
sys/fs/nfsclient/nfs_clstate.c
3251
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clstate.c
3360
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clstate.c
3435
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clstate.c
3611
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clstate.c
4565
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clstate.c
6077
void nfscl_startdelegrecall(struct nfsclclient *clp, struct nfsfh *nfhp)
sys/fs/nfsclient/nfs_clvnops.c
1179
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clvnops.c
1224
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clvnops.c
1726
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clvnops.c
1826
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clvnops.c
2403
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clvnops.c
2485
struct nfsfh *nfhp;
sys/fs/nfsclient/nfs_clvnops.c
2875
struct nfsfh *nfhp, *onfhp;
sys/fs/nfsclient/nfs_clvnops.c
4681
struct nfsfh *nfhp;
sys/fs/nfsclient/nfsnode.h
104
struct nfsfh *n_fhp; /* NFS File Handle */
sys/nfs/nfsproto.h
378
typedef union nfsfh nfsfh_t;
sys/nlm/nlm_advlock.c
201
union nfsfh fh;
sys/nlm/nlm_prot_impl.c
190
union nfsfh nw_fh; /* (c) */