Searched refs:nfs_fs_location (Results 1 – 4 of 4) sorted by relevance
125 struct nfs_fs_location { struct143 struct nfs_fs_location **nl_locations; /* array of fs locations */ argument
2063 struct nfs_fs_location *fsl; in nfs4_parsefattr()2116 nfslsp->nl_locations = kalloc_type(struct nfs_fs_location *, in nfs4_parsefattr()2125 fsl = kalloc_type(struct nfs_fs_location, Z_WAITOK | Z_ZERO); in nfs4_parsefattr()
2708 struct nfs_fs_location *fsl; in mountnfs()2719 nmp->nm_locations.nl_locations = kalloc_type(struct nfs_fs_location *, in mountnfs()2726 fsl = kalloc_type(struct nfs_fs_location, in mountnfs()4318 struct nfs_fs_location *fsl; in nfs_fs_locations_cleanup()4351 kfree_type(struct nfs_fs_location, fsl); in nfs_fs_locations_cleanup()4353 kfree_type(struct nfs_fs_location *, nfslsp->nl_numlocs, nfslsp->nl_locations); in nfs_fs_locations_cleanup()
331 struct nfs_fs_location *fsl = locs->nl_locations[idx.nli_loc]; in nfs_location_mntfromname()826 struct nfs_fs_location *fsl; in nfs_connect_search_new_socket()