Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_lookup.c798 int docache; /* == 0 do not cache last component */ in lookup() local
825 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in lookup()
829 docache = 0; in lookup()
891 if (*cp == '\0' && docache == 0) in lookup()
H A Dvfs_cache.c4212 bool docache; in cache_fplookup_final_modifying() local
4229 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() local
4660 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE; in cache_fplookup_noentry()
4661 if (docache) in cache_fplookup_noentry()