Searched refs:nfs_filehandle (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/bsd/nfs/ |
| H A D | nfs.h | 478 struct nfs_filehandle { struct 702 struct nfs_filehandle nx_fh; /* export root file handle */ 1182 struct nfs_filehandle nd_fh; /* File handle */ 1224 int nfsrv_fhmatch(struct nfs_filehandle *, struct nfs_filehandle *); 1225 int nfsrv_fhtovp(struct nfs_filehandle *, struct nfsrv_descript *, vnode_t *, 1237 struct nfs_filehandle *, vnode_t *, 1245 int nfsrv_vptofh(struct nfs_export *, int, struct nfs_filehandle *, 1246 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() 669 struct nfs_filehandle dnfh, nfh = {}; in nfsrv_lookup() 776 struct nfs_filehandle nfh; in nfsrv_readlink() 923 struct nfs_filehandle nfh; in nfsrv_read() 1313 struct nfs_filehandle nfh; in nfsrv_write() 2001 struct nfs_filehandle nfh = {}; in nfsrv_create() 2369 struct nfs_filehandle nfh = {}; in nfsrv_mknod() 2620 struct nfs_filehandle nfh; in nfsrv_remove() [all …]
|
| H A D | nfs_subs.c | 860 struct nfs_export *nfsrv_fhtoexport(struct nfs_filehandle *); 950 struct nfs_filehandle *nfhp, in nfsrv_namei() 1664 struct nfs_filehandle nfh; in nfsrv_export() 2208 nfsrv_fhtoexport(struct nfs_filehandle *nfhp) in nfsrv_fhtoexport() 2296 struct nfs_filehandle *nfhp, in nfsrv_fhtovp() 2441 struct nfs_filehandle *dnfhp, in nfsrv_vptofh() 2444 struct nfs_filehandle *nfhp) in nfsrv_vptofh() 2501 nfsrv_fhmatch(struct nfs_filehandle *fh1, struct nfs_filehandle *fh2) in nfsrv_fhmatch()
|
| H A D | nfs_syscalls.c | 289 struct nfs_filehandle nfh; in getfh() 428 struct nfs_filehandle nfh; in fhopen()
|