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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h124 struct nfs_fs_location { struct
142 struct nfs_fs_location **nl_locations; /* array of fs locations */
H A Dnfs4_subs.c1789 struct nfs_fs_location *fsl;
1841 MALLOC(nfslsp->nl_locations, struct nfs_fs_location **, nfslsp->nl_numlocs * sizeof(struct nfs_fs_location*), M_TEMP, M_WAITOK|M_ZERO);
1848 MALLOC(fsl, struct nfs_fs_location *, sizeof(struct nfs_fs_location), M_TEMP, M_WAITOK|M_ZERO);
H A Dnfs_vfsops.c2918 struct nfs_fs_location *fsl;
2927 MALLOC(nmp->nm_locations.nl_locations, struct nfs_fs_location **, nmp->nm_locations.nl_numlocs * sizeof(struct nfs_fs_location*), M_TEMP, M_WAITOK|M_ZERO);
2932 MALLOC(fsl, struct nfs_fs_location *, sizeof(struct nfs_fs_location), M_TEMP, M_WAITOK|M_ZERO);
4150 struct nfs_fs_location *fsl;
H A Dnfs_socket.c280 struct nfs_fs_location *fsl = locs->nl_locations[idx.nli_loc];
691 struct nfs_fs_location *fsl;

Completed in 47 milliseconds