Home
last modified time | relevance | path

Searched refs:nfs_filehandle (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/nfs/
H A Dnfs.h473 struct nfs_filehandle { struct
697 struct nfs_filehandle nx_fh; /* export root file handle */
1070 struct nfs_filehandle nd_fh; /* File handle */
1112 int nfsrv_fhmatch(struct nfs_filehandle *, struct nfs_filehandle *);
1113 int nfsrv_fhtovp(struct nfs_filehandle *, struct nfsrv_descript *, vnode_t *,
1125 struct nfs_filehandle *, vnode_t *,
1133 int nfsrv_vptofh(struct nfs_export *, int, struct nfs_filehandle *,
1134 vnode_t, vfs_context_t, struct nfs_filehandle *);
H A Dnfs_serv.c277 struct nfs_filehandle nfh; in nfsrv_access()
412 struct nfs_filehandle nfh; in nfsrv_getattr()
497 struct nfs_filehandle nfh; in nfsrv_setattr()
659 struct nfs_filehandle dnfh, nfh = {}; in nfsrv_lookup()
766 struct nfs_filehandle nfh; in nfsrv_readlink()
913 struct nfs_filehandle nfh; in nfsrv_read()
1303 struct nfs_filehandle nfh; in nfsrv_write()
1991 struct nfs_filehandle nfh = {}; in nfsrv_create()
2359 struct nfs_filehandle nfh = {}; in nfsrv_mknod()
2610 struct nfs_filehandle nfh; in nfsrv_remove()
[all …]
H A Dnfs_subs.c893 struct nfs_export *nfsrv_fhtoexport(struct nfs_filehandle *);
983 struct nfs_filehandle *nfhp, in nfsrv_namei()
1676 struct nfs_filehandle nfh; in nfsrv_export()
2232 nfsrv_fhtoexport(struct nfs_filehandle *nfhp) in nfsrv_fhtoexport()
2320 struct nfs_filehandle *nfhp, in nfsrv_fhtovp()
2465 struct nfs_filehandle *dnfhp, in nfsrv_vptofh()
2468 struct nfs_filehandle *nfhp) in nfsrv_vptofh()
2525 nfsrv_fhmatch(struct nfs_filehandle *fh1, struct nfs_filehandle *fh2) in nfsrv_fhmatch()
H A Dnfs_syscalls.c251 struct nfs_filehandle nfh; in getfh()
395 struct nfs_filehandle nfh; in fhopen()