Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h125 struct nfs_fs_location { struct
143 struct nfs_fs_location **nl_locations; /* array of fs locations */ argument
H A Dnfs4_subs.c2063 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()
H A Dnfs_vfsops.c2708 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()
H A Dnfs_socket.c331 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()