Home
last modified time | relevance | path

Searched refs:ZFS_CACHE_ALL (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h441 ((_db)->db_objset->os_primary_cache == ZFS_CACHE_ALL || \
446 ((_db)->db_objset->os_secondary_cache == ZFS_CACHE_ALL || \
451 ((_dn)->dn_objset->os_secondary_cache == ZFS_CACHE_ALL || \
H A Ddnode.h459 ((_dn)->dn_objset->os_primary_cache == ZFS_CACHE_ALL || \
464 ((_dn)->dn_objset->os_primary_cache == ZFS_CACHE_ALL || \
H A Ddmu_objset.h204 ((os)->os_secondary_cache == ZFS_CACHE_ALL || \
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c341 { "all", ZFS_CACHE_ALL }, in zfs_prop_init()
449 ZFS_CACHE_ALL, PROP_INHERIT, in zfs_prop_init()
453 ZFS_CACHE_ALL, PROP_INHERIT, in zfs_prop_init()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_objset.c243 ASSERT(newval == ZFS_CACHE_ALL || newval == ZFS_CACHE_NONE || in primary_cache_changed_cb()
257 ASSERT(newval == ZFS_CACHE_ALL || newval == ZFS_CACHE_NONE || in secondary_cache_changed_cb()
594 os->os_primary_cache = ZFS_CACHE_ALL; in dmu_objset_open_impl()
595 os->os_secondary_cache = ZFS_CACHE_ALL; in dmu_objset_open_impl()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h398 ZFS_CACHE_ALL = 2 enumerator