Home
last modified time | relevance | path

Searched defs:nameidata (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dnamei.h67 struct nameidata { struct
71 const char *ni_dirp; /* pathname pointer */
72 enum uio_seg ni_segflg; /* location of pathname */
73 cap_rights_t *ni_rightsneeded; /* rights required to look up vnode */
77 struct vnode *ni_startdir; /* starting directory */
78 struct vnode *ni_rootdir; /* logical root directory */
79 struct vnode *ni_topdir; /* logical top directory */
80 int ni_dirfd; /* starting directory for *at functions */
81 int ni_lcf; /* local call flags */
107 * information from the nameidata structure that is passed argument
[all …]