Home
last modified time | relevance | path

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

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