Searched refs:nfs_fs_path (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfsmount.h | 120 struct nfs_fs_path { struct 127 struct nfs_fs_path nl_path; /* file system path */ argument 140 struct nfs_fs_path nl_root; /* current server's root file system path */ 439 extern bool nfs_fs_path_init(struct nfs_fs_path *fsp, uint32_t count); 441 extern void nfs_fs_path_replace(struct nfs_fs_path *dst, struct nfs_fs_path *src); 443 extern void nfs_fs_path_destroy(struct nfs_fs_path *fsp);
|
| H A D | nfs_vfsops.c | 196 int nfs4_mount_update_path_with_symlink(struct nfsmount *, struct nfs_fs_path *, uint32… 357 nfs_fs_path_init(struct nfs_fs_path *fsp, uint32_t count) in nfs_fs_path_init() 378 nfs_fs_path_replace(struct nfs_fs_path *dst, struct nfs_fs_path *src) in nfs_fs_path_replace() 386 nfs_fs_path_destroy(struct nfs_fs_path *fsp) in nfs_fs_path_destroy() 1626 nfs4_mount_update_path_with_symlink(struct nfsmount *nmp, struct nfs_fs_path *nfsp, uint32_t curcom… in nfs4_mount_update_path_with_symlink() 1635 struct nfs_fs_path nfsp2; in nfs4_mount_update_path_with_symlink() 1763 struct nfs_fs_path fspath, *nfsp, fspath2; in nfs4_mount() 2710 struct nfs_fs_path *fsp; in mountnfs()
|
| H A D | nfs4_subs.c | 2065 struct nfs_fs_path *fsp; in nfs4_parsefattr()
|