Searched refs:nfs_fs_location (Results 1 – 4 of 4) sorted by relevance
124 struct nfs_fs_location { struct142 struct nfs_fs_location **nl_locations; /* array of fs locations */ argument
2063 struct nfs_fs_location *fsl; in nfs4_parsefattr()2120 …MALLOC(nfslsp->nl_locations, struct nfs_fs_location **, nfslsp->nl_numlocs * sizeof(struct nfs_fs_… in nfs4_parsefattr()2128 fsl = kalloc_type(struct nfs_fs_location, Z_WAITOK | Z_ZERO); in nfs4_parsefattr()
2712 struct nfs_fs_location *fsl; in mountnfs()2723 …->nm_locations.nl_locations, struct nfs_fs_location **, nmp->nm_locations.nl_numlocs * sizeof(stru… in mountnfs()2729 fsl = kalloc_type(struct nfs_fs_location, in mountnfs()4320 struct nfs_fs_location *fsl; in nfs_fs_locations_cleanup()4361 kfree_type(struct nfs_fs_location, fsl); in nfs_fs_locations_cleanup()
331 struct nfs_fs_location *fsl = locs->nl_locations[idx.nli_loc]; in nfs_location_mntfromname()829 struct nfs_fs_location *fsl; in nfs_connect_search_new_socket()