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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h130 struct nfs_location_index { struct
141 struct nfs_location_index nl_current; /* index of current location/server/address */
171 struct nfs_location_index nso_location; /* location index */
190 struct nfs_location_index nss_startloc; /* starting location index */
191 struct nfs_location_index nss_nextloc; /* next location index */
H A Dnfs.h798 struct nfs_location_index;
1187 void nfs_location_next(struct nfs_fs_locations *, struct nfs_location_index *);
1188 int nfs_location_index_cmp(struct nfs_location_index *, struct nfs_location_index *);
1189 void nfs_location_mntfromname(struct nfs_fs_locations *, struct nfs_location_index, char *, int, int);
H A Dnfs_socket.c223 nfs_location_next(struct nfs_fs_locations *nlp, struct nfs_location_index *nlip)
265 nfs_location_index_cmp(struct nfs_location_index *nlip1, struct nfs_location_index *nlip2)
278 nfs_location_mntfromname(struct nfs_fs_locations *locs, struct nfs_location_index idx, char *s, int size, int pathonly)
H A Dnfs_vfsops.c2643 struct nfs_location_index firstloc = { NLI_VALID, 0, 0, 0 };

Completed in 47 milliseconds