Searched refs:nfsfh (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clnode.c107 struct nfsfh *nfhp;
114 MALLOC(nfhp, struct nfsfh *, sizeof (struct nfsfh) + fhsize,
163 MALLOC(np->n_fhp, struct nfsfh *, sizeof (struct nfsfh) + fhsize,
H A Dnfsnode.h102 struct nfsfh *n_fhp; /* NFS File Handle */
H A Dnfs_clrpcops.c99 struct nfsvattr *, struct nfsfh **, int *, int *, void *);
102 NFSPROC_T *, struct nfsvattr *, struct nfsvattr *, struct nfsfh **, int *,
109 static int nfsrpc_getlayout(struct nfsmount *, vnode_t, struct nfsfh *, int,
120 struct nfsclds *, uint64_t, int, struct nfsfh *, struct ucred *,
124 struct nfsfh *, int, struct ucred *, NFSPROC_T *);
128 struct nfsfh *, struct ucred *, NFSPROC_T *);
261 struct nfsfh *nfhp;
1090 struct nfsfh *nfhp;
1212 struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *stuff)
1218 struct nfsfh *nfh
[all...]
H A Dnfs_clport.c92 struct nfsfh *nfhp = (struct nfsfh *)arg;
106 * This variant takes a "struct nfsfh *" as second argument and uses
110 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp,
297 struct nfsfh *nfhp;
304 MALLOC(nfhp, struct nfsfh *, sizeof (struct nfsfh) + fhsize,
H A Dnfs_clcomsubs.c458 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp,
H A Dnfs_clvnops.c1049 struct nfsfh *nfhp;
1445 struct nfsfh *nfhp;
1547 struct nfsfh *nfhp;
2021 struct nfsfh *nfhp;
2099 struct nfsfh *nfhp;
2462 struct nfsfh *nfhp, *onfhp;
H A Dnfs_clstate.c2964 struct nfsfh *nfhp;
3074 struct nfsfh *nfhp;
3148 struct nfsfh *nfhp;
3244 struct nfsfh *nfhp;
4115 struct nfsfh *nfhp;
/freebsd-10-stable/sys/fs/nfs/
H A Dnfs_var.h54 struct nfsfh;
281 struct nfsvattr *, struct nfsfh **, fhandle_t *, int,
316 int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
317 int nfscl_mtofh(struct nfsrv_descript *, struct nfsfh **,
418 struct nfsvattr *, struct nfsvattr *, struct nfsfh **, int *, int *,
428 struct nfsvattr *, struct nfsfh **, int *, int *, void *);
431 struct nfsfh **, int *, int *, void *);
442 struct nfsfh **, int *, int *, void *);
445 struct nfsfh **, int *, int *, void *);
582 int nfscl_nget(mount_t, vnode_t, struct nfsfh *,
[all...]
H A Dnfsclstate.h282 struct nfsfh *nfsfl_fh[1]; /* FH list for DS */
H A Dnfs.h705 struct nfsfh { struct
H A Dnfs_commonsubs.c664 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp)
667 struct nfsfh *nfhp;
680 MALLOC(nfhp, struct nfsfh *, sizeof (struct nfsfh) + len,
812 struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize,
822 struct nfsfh *tnfhp;
/freebsd-10-stable/contrib/tcpdump/
H A Dnfs.h264 union nfsfh { union
268 typedef union nfsfh nfsfh_t;
/freebsd-10-stable/sys/nfs/
H A Dnfsproto.h377 union nfsfh { union
381 typedef union nfsfh nfsfh_t;
/freebsd-10-stable/sys/nlm/
H A Dnlm_advlock.c202 union nfsfh fh;
H A Dnlm_prot_impl.c198 union nfsfh nw_fh; /* (c) */

Completed in 126 milliseconds