Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c656 const char *dev_cache = NULL, *cache_dir, *cache_file_prefix; in _init_filters() local
685 } else if (!(dev_cache = find_config_tree_str(cmd, "devices/cache", NULL)) && in _init_filters()
694 if (!dev_cache) in _init_filters()
695 dev_cache = cache_file; in _init_filters()
697 if (!(f4 = persistent_filter_create(f3, dev_cache))) { in _init_filters()
714 !stat(dev_cache, &st) && in _init_filters()
718 dev_cache); in _init_filters()