Searched defs:nlookupdata (Results 1 – 1 of 1) sorted by relevance
68 struct nlookupdata { struct75 struct nchandle nl_nch; /* result */76 struct nchandle *nl_basench; /* start-point directory */77 struct nchandle nl_rootnch; /* root directory */78 struct nchandle nl_jailnch; /* jail directory */80 char *nl_path; /* path buffer */81 struct thread *nl_td; /* thread requesting the nlookup */82 struct ucred *nl_cred; /* credentials for nlookup */83 struct vnode *nl_dvp; /* NLC_REFDVP */85 int nl_flags; /* operations flags */[all …]