Home | History | Annotate | Download | only in kern

Lines Matching refs:LOOKUP

409  *		call lookup to search path.
424 * The flag argument is LOOKUP, CREATE, RENAME, or DELETE depending on
435 * Overall outline of lookup:
462 int rdonly; /* lookup read-only flag bit */
667 * directory for lookup, and lock it. Also calls ktrace when
1033 * Determine the desired locking mode for the directory of a lookup.
1041 * we are not making any modifications (nameiop LOOKUP) or this is
1047 (cnp->cn_nameiop == LOOKUP || (cnp->cn_flags & ISLASTCN) == 0)) {
1055 * Call VOP_LOOKUP for a single lookup; return a new search directory
1175 * If ENOLCK, the file system needs us to retry the lookup
1306 * lookup is chrooted.
1327 if (cnp->cn_nameiop != LOOKUP ||
1754 * repeatedly lookup ".." until the file
1796 * nameiop (it is partway between LOOKUP and CREATE)
1800 if (cnp->cn_nameiop != LOOKUP &&
2006 * single lookup used by the WebNFS code (ha!) to get "index.html" or
2147 int rdonly; /* lookup read-only flag bit */
2199 panic("relookup: lookup on dot-dot");
2224 if (rdonly && cnp->cn_nameiop != LOOKUP) {
2296 NDINIT(&nd, LOOKUP, namei_simple_convert_flags(sflags), pb);