Searched refs:docache (Results 1 – 2 of 2) sorted by relevance
798 int docache; /* == 0 do not cache last component */ in lookup() local825 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in lookup()829 docache = 0; in lookup()891 if (*cp == '\0' && docache == 0) in lookup()
4212 bool docache; in cache_fplookup_final_modifying() local4229 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_final_modifying()4231 docache = false; in cache_fplookup_final_modifying()4298 if (docache) in cache_fplookup_final_modifying()4578 bool docache; in cache_fplookup_noentry() local4660 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_noentry()4661 if (docache) in cache_fplookup_noentry()