Home
last modified time | relevance | path

Searched refs:UF_CACHE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dstrtofflags.c73 #ifdef UF_CACHE
74 { "nocache", UF_CACHE, 0 },
75 { "noucache", UF_CACHE, 0 },
/dragonfly/sys/sys/
H A Dstat.h254 #define UF_CACHE 0x00000080 /* enable data swapcache */ macro
/dragonfly/sys/kern/
H A Dvfs_nlookup.c1738 if (lva.va_flags & UF_CACHE) in naccess()
/dragonfly/sys/vfs/nfs/
H A Dnfs_vnops.c734 ap->a_vap->va_flags |= UF_CACHE; in nfs_getattr()