HomeSort by: relevance | last modified time | path
    Searched refs:docache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_lookup.c 461 int docache; /* == 0 do not cache last component */ member in struct:namei_state
481 state->docache = 0;
897 if (state->docache)
1518 state->docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE;
1520 state->docache = 0;
2037 state->docache = 1;
  /src/sys/fs/union/
union_subr.c 363 int docache)
394 if (!docache) {
500 if (docache) {

Completed in 21 milliseconds