Searched refs:nfs_location_index (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsmount.h | 130 struct nfs_location_index { struct 141 struct nfs_location_index nl_current; /* index of current location/server/address */ argument 171 struct nfs_location_index nso_location; /* location index */ 194 struct nfs_location_index nss_startloc; /* starting location index */ 195 struct nfs_location_index nss_nextloc; /* next location index */
|
| H A D | nfs.h | 921 struct nfs_location_index; 1343 void nfs_location_next(struct nfs_fs_locations *, struct nfs_location_index *); 1344 int nfs_location_index_cmp(struct nfs_location_index *, struct nfs_location_index *); 1345 void nfs_location_mntfromname(struct nfs_fs_locations *, struct nfs_location_index, char *, size…
|
| H A D | nfs_socket.c | 269 nfs_location_next(struct nfs_fs_locations *nlp, struct nfs_location_index *nlip) in nfs_location_next() 314 nfs_location_index_cmp(struct nfs_location_index *nlip1, struct nfs_location_index *nlip2) in nfs_location_index_cmp() 329 nfs_location_mntfromname(struct nfs_fs_locations *locs, struct nfs_location_index idx, char *s, siz… in nfs_location_mntfromname()
|
| H A D | nfs_vfsops.c | 2341 struct nfs_location_index firstloc = { in mountnfs()
|