Searched refs:nfs_filehandle (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/bsd/nfs/ |
| H A D | nfs.h | 474 struct nfs_filehandle { struct 698 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 D | nfs_serv.c | 277 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 D | nfs_subs.c | 895 struct nfs_export *nfsrv_fhtoexport(struct nfs_filehandle *); 985 struct nfs_filehandle *nfhp, in nfsrv_namei() 1699 struct nfs_filehandle nfh; in nfsrv_export() 2243 nfsrv_fhtoexport(struct nfs_filehandle *nfhp) in nfsrv_fhtoexport() 2331 struct nfs_filehandle *nfhp, in nfsrv_fhtovp() 2476 struct nfs_filehandle *dnfhp, in nfsrv_vptofh() 2479 struct nfs_filehandle *nfhp) in nfsrv_vptofh() 2536 nfsrv_fhmatch(struct nfs_filehandle *fh1, struct nfs_filehandle *fh2) in nfsrv_fhmatch()
|
| H A D | nfs_syscalls.c | 287 struct nfs_filehandle nfh; in getfh() 426 struct nfs_filehandle nfh; in fhopen()
|