Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c1751 struct nfs_fs_locations nfsls; in nfs4_mount() local
1760 bzero(&nfsls, sizeof(nfsls)); in nfs4_mount()
1929 error = nfs4_parsefattr(&nmrep, &nmp->nm_fsattr, &nvattr, NULL, NULL, &nfsls); in nfs4_mount()
1936 nfs_fs_locations_cleanup(&nfsls); in nfs4_mount()
1937 …_get_fs_locations(nmp, NULL, dirfh.fh_data, dirfh.fh_len, fspath.np_components[comp], ctx, &nfsls); in nfs4_mount()
1938 if (!error && (nfsls.nl_numlocs < 1)) { in nfs4_mount()
1951 nmp->nm_locations = nfsls; in nfs4_mount()
1952 bzero(&nfsls, sizeof(nfsls)); in nfs4_mount()
2017 nfs_fs_locations_cleanup(&nfsls); in nfs4_mount()
2021 nfs_fs_locations_cleanup(&nfsls); in nfs4_mount()
[all …]