HomeSort by: relevance | last modified time | path
    Searched defs:nameidata (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
namei.h 61 * STRUCT NAMEIDATA IS DEAD, call pathbuf_destroy. Don't destroy the
62 * pathbuf before you've finished using the nameidata, or mysterious
90 * information from the nameidata structure that is passed
110 struct nameidata { struct
135 * information from the nameidata structure that is passed
182 * Initialization of a nameidata structure.
279 * nameidata involved.
301 int namei(struct nameidata *);
303 int lookup_for_nfsd(struct nameidata *, struct vnode *, int neverfollow);
304 int lookup_for_nfsd_index(struct nameidata *, struct vnode *)
    [all...]

Completed in 24 milliseconds