Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h130 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 Dnfs.h921 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 Dnfs_socket.c269 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 Dnfs_vfsops.c2341 struct nfs_location_index firstloc = { in mountnfs()