HomeSort by: relevance | last modified time | path
    Searched defs: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;
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;

Completed in 26 milliseconds