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

  /src/sys/fs/union/
union_subr.c 177 if (ohash != nhash && (un->un_cflags & UN_CACHED)) {
178 un->un_cflags &= ~UN_CACHED;
187 un->un_cflags |= UN_CACHED;
221 if (ohash != nhash && (un->un_cflags & UN_CACHED)) {
222 un->un_cflags &= ~UN_CACHED;
243 un->un_cflags |= UN_CACHED;
312 if (un->un_cflags & UN_CACHED) {
313 un->un_cflags &= ~UN_CACHED;
483 un->un_cflags = 0;
516 un->un_cflags |= UN_CACHED
    [all...]
union.h 132 unsigned int un_cflags; /* c: cache flags */ member in struct:union_node
union_vnops.c 1648 *ap->a_recycle = ((un->un_cflags & UN_CACHED) == 0);

Completed in 15 milliseconds