/freebsd/sys/fs/nfs/ |
H A D | nfs_var.h | 54 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 D | nfsclstate.h | 287 struct nfsfh *fh[NFSDEV_MAXVERS]; 322 struct nfsfh *fh[0]; /* FH list for DS File layout */
|
H A D | nfs.h | 816 struct nfsfh { struct
|
H A D | nfs_commonsubs.c | 1085 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 D | nfs_clnode.c | 105 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 D | nfs_clrpcops.c | 120 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 D | nfs_clport.c | 107 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 D | nfsnode.h | 104 struct nfsfh *n_fhp; /* NFS File Handle */
|
H A D | nfs_clcomsubs.c | 340 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp, in nfscl_mtofh()
|
H A D | nfs_clvnops.c | 1212 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 D | nfs_clstate.c | 3202 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 D | nfs.h | 268 union nfsfh { union 272 typedef union nfsfh nfsfh_t;
|
H A D | INSTALL.md | 120 nfsfh.h - Network File System file handle definitions
|
H A D | Makefile.in | 303 nfsfh.h \
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 374 union nfsfh { union 378 typedef union nfsfh nfsfh_t;
|
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 201 union nfsfh fh; in nlm_advlock_internal()
|
H A D | nlm_prot_impl.c | 190 union nfsfh nw_fh; /* (c) */
|