Searched refs:NLI_VALID (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h136 #define NLI_VALID 0x01 /* index is valid */ macro
H A Dnfs_socket.c1431 if ((nmp->nm_locations.nl_current.nli_flags & NLI_VALID) &&
1437 nmp->nm_locations.nl_current.nli_flags |= NLI_VALID;
H A Dnfs_vfsops.c2301 if (!error && !(nmp->nm_locations.nl_current.nli_flags & NLI_VALID))
2643 struct nfs_location_index firstloc = { NLI_VALID, 0, 0, 0 };

Completed in 38 milliseconds