Home
last modified time | relevance | path

Searched refs:nfsfh (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs_var.h54 struct nfsfh;
340 struct nfsvattr *, struct nfsfh **, fhandle_t *, int,
376 int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
377 int nfscl_mtofh(struct nfsrv_descript *, struct nfsfh **,
470 struct nfsvattr *, struct nfsvattr *, struct nfsfh **, int *, int *,
480 struct nfsvattr *, struct nfsfh **, int *, int *);
483 struct nfsfh **, int *, int *);
494 struct nfsfh **, int *, int *);
497 struct nfsfh **, int *, int *);
656 int nfscl_nget(mount_t, vnode_t, struct nfsfh *,
H A Dnfsclstate.h287 struct nfsfh *fh[NFSDEV_MAXVERS];
322 struct nfsfh *fh[0]; /* FH list for DS File layout */
H A Dnfs.h816 struct nfsfh { struct
H A Dnfs_commonsubs.c1085 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp) in nfsm_getfh()
1088 struct nfsfh *nfhp; in nfsm_getfh()
1101 nfhp = malloc(sizeof (struct nfsfh) + len, in nfsm_getfh()
1282 struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize, in nfsv4_loadattr()
1292 struct nfsfh *tnfhp; in nfsv4_loadattr()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c105 struct nfsfh *nfhp; in ncl_nget()
112 nfhp = malloc(sizeof (struct nfsfh) + fhsize, in ncl_nget()
165 np->n_fhp = malloc(sizeof (struct nfsfh) + fhsize, in ncl_nget()
H A Dnfs_clrpcops.c120 struct nfsfh *fhp;
140 struct nfsvattr *, struct nfsfh **, int *, int *);
143 NFSPROC_T *, struct nfsvattr *, struct nfsvattr *, struct nfsfh **, int *,
154 static int nfsrpc_getlayout(struct nfsmount *, vnode_t, struct nfsfh *, int,
170 struct nfsclds *, uint64_t, int, struct nfsfh *, int, int, int,
174 struct nfsfh *, int, int, int, int, struct ucred *, NFSPROC_T *);
176 struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, int,
179 struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, int,
184 struct nfsfh *, int, int, struct nfsclwritedsdorpc *, struct ucred *,
187 struct nfsfh *, in
[all...]
H A Dnfs_clport.c107 struct nfsfh *nfhp = (struct nfsfh *)arg; in newnfs_vncmpf()
125 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp, in nfscl_nget()
148 nfhp = malloc(sizeof(struct nfsfh) + NFSX_FHMAX + 1, in nfscl_nget()
331 struct nfsfh *nfhp; in nfscl_ngetreopen()
338 nfhp = malloc(sizeof (struct nfsfh) + fhsize, in nfscl_ngetreopen()
H A Dnfsnode.h104 struct nfsfh *n_fhp; /* NFS File Handle */
H A Dnfs_clcomsubs.c340 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp, in nfscl_mtofh()
H A Dnfs_clvnops.c1212 struct nfsfh *nfhp; in nfs_lookup()
1651 struct nfsfh *nfhp; in nfs_mknodrpc()
1751 struct nfsfh *nfhp; in nfs_create()
2219 struct nfsfh *nfhp; in nfs_symlink()
2301 struct nfsfh *nfhp; in nfs_mkdir()
2691 struct nfsfh *nfhp, *onfhp; in nfs_lookitup()
H A Dnfs_clstate.c3202 struct nfsfh *nfhp; in nfscl_dupopen()
3311 struct nfsfh *nfhp; in nfscl_getclose()
3386 struct nfsfh *nfhp; in nfscl_doclose()
3559 struct nfsfh *nfhp; in nfscl_docb()
4462 struct nfsfh *nfhp; in nfscl_relock()
/freebsd/contrib/tcpdump/
H A Dnfs.h268 union nfsfh { union
272 typedef union nfsfh nfsfh_t;
H A DINSTALL.md120 nfsfh.h - Network File System file handle definitions
H A DMakefile.in303 nfsfh.h \
/freebsd/sys/nfs/
H A Dnfsproto.h374 union nfsfh { union
378 typedef union nfsfh nfsfh_t;
/freebsd/sys/nlm/
H A Dnlm_advlock.c201 union nfsfh fh; in nlm_advlock_internal()
H A Dnlm_prot_impl.c190 union nfsfh nw_fh; /* (c) */