Home
last modified time | relevance | path

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

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