Home
last modified time | relevance | path

Searched refs:docache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/kern/
H A Dvfs_lookup.c461 int docache; /* == 0 do not cache last component */
481 state->docache = 0; in namei_init()
897 if (state->docache) in lookup_parsepath()
1518 state->docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in namei_oneroot()
1520 state->docache = 0; in namei_oneroot()
2037 state->docache = 1; in do_lookup_for_nfsd_index()
453 int docache; /* == 0 do not cache last component */ global() member
/netbsd-src/sys/fs/union/
H A Dunion_subr.c363 int docache) in union_allocvp() argument
394 if (!docache) { in union_allocvp()
500 if (docache) { in union_allocvp()