Searched refs:nfs_filehandle (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs.h | 478 struct nfs_filehandle { struct 702 struct nfs_filehandle nx_fh; /* export root file handle */ 1224 struct nfs_filehandle nd_fh; /* File handle */ 1266 int nfsrv_fhmatch(struct nfs_filehandle *, struct nfs_filehandle *); 1267 int nfsrv_fhtovp(struct nfs_filehandle *, struct nfsrv_descript *, vnode_t *, 1279 struct nfs_filehandle *, vnode_t *, 1287 int nfsrv_vptofh(struct nfs_export *, int, struct nfs_filehandle *, 1288 vnode_t, vfs_context_t, struct nfs_filehandle *);
|
| H A D | nfs_serv.c | 278 struct nfs_filehandle nfh; in nfsrv_access() 413 struct nfs_filehandle nfh; in nfsrv_getattr() 498 struct nfs_filehandle nfh; in nfsrv_setattr() 670 struct nfs_filehandle dnfh, nfh = {}; in nfsrv_lookup() 777 struct nfs_filehandle nfh; in nfsrv_readlink() 924 struct nfs_filehandle nfh; in nfsrv_read() 1314 struct nfs_filehandle nfh; in nfsrv_write() 2002 struct nfs_filehandle nfh = {}; in nfsrv_create() 2370 struct nfs_filehandle nfh = {}; in nfsrv_mknod() 2621 struct nfs_filehandle nfh; in nfsrv_remove() [all …]
|
| H A D | nfs_subs.c | 861 struct nfs_export *nfsrv_fhtoexport(struct nfs_filehandle *); 951 struct nfs_filehandle *nfhp, in nfsrv_namei() 1665 struct nfs_filehandle nfh; in nfsrv_export() 2209 nfsrv_fhtoexport(struct nfs_filehandle *nfhp) in nfsrv_fhtoexport() 2297 struct nfs_filehandle *nfhp, in nfsrv_fhtovp() 2442 struct nfs_filehandle *dnfhp, in nfsrv_vptofh() 2445 struct nfs_filehandle *nfhp) in nfsrv_vptofh() 2502 nfsrv_fhmatch(struct nfs_filehandle *fh1, struct nfs_filehandle *fh2) in nfsrv_fhmatch()
|
| H A D | nfs_syscalls.c | 291 struct nfs_filehandle nfh; in getfh() 430 struct nfs_filehandle nfh; in fhopen()
|