Searched refs:docache (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dvfs_lookup.c859 int docache; /* == 0 do not cache last component */ local
877 * When set to zero, docache causes the last component of the
883 * The docache variable is set to zero when requested by the
886 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE;
890 docache = 0;
966 if (*cp == '\0' && docache == 0)
H A Dvfs_cache.c4385 bool docache; local
4402 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE;
4404 docache = false;
4471 if (docache)
4752 bool docache; local
4834 docache = (cnp->cn_flags & NOCACHE) ^ NOCACHE;
4835 if (docache)
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dldm.h297 HPT_U8 docache; member in struct:vdev_class
/freebsd-13-stable/sys/dev/hptnr/
H A Dldm.h296 HPT_U8 docache; member in struct:vdev_class
/freebsd-13-stable/sys/dev/hptrr/
H A Dldm.h291 HPT_U8 docache; member in struct:vdev_class

Completed in 129 milliseconds