Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/nfs/
H A Dnfsmount.h127 struct nfs_fs_path nl_path; /* file system path */ member
H A Dnfs_vfsops.c1796 nfsp = &nmp->nm_locations.nl_locations[nmp->nm_locations.nl_current.nli_loc]->nl_path; in nfs4_mount()
1974 nfsp = &nmp->nm_locations.nl_locations[nmp->nm_locations.nl_current.nli_loc]->nl_path; in nfs4_mount()
2793 fsp = &fsl->nl_path; in mountnfs()
3546 xb_add_32(error, &xbnew, nfsls.nl_locations[loc]->nl_path.np_compcount); in nfs_mirror_mount_domount()
3547 for (comp = 0; !error && (comp < nfsls.nl_locations[loc]->nl_path.np_compcount); comp++) { in nfs_mirror_mount_domount()
3548 xb_add_string(error, &xbnew, nfsls.nl_locations[loc]->nl_path.np_components[comp], in nfs_mirror_mount_domount()
3549 strlen(nfsls.nl_locations[loc]->nl_path.np_components[comp])); in nfs_mirror_mount_domount()
4350 nfs_fs_path_destroy(&fsl->nl_path); in nfs_fs_locations_cleanup()
5512 xb_add_32(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_path.np_compcount); in nfs_mountinfo_assemble()
5513 …for (comp = 0; !error && (comp < nmp->nm_locations.nl_locations[loc]->nl_path.np_compcount); comp+… in nfs_mountinfo_assemble()
[all …]
H A Dnfs_socket.c352 if (fsl->nl_path.np_compcount == 0) { in nfs_location_mntfromname()
361 for (i = 0; (size > 0) && (i < (int)fsl->nl_path.np_compcount); i++) { in nfs_location_mntfromname()
362 cnt = scnprintf(p, size, "/%s", fsl->nl_path.np_components[i]); in nfs_location_mntfromname()
H A Dnfs4_subs.c2180 fsp = &fsl->nl_path; in nfs4_parsefattr()