Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/include/
Dtoolcontext.h72 unsigned is_long_lived:1; /* Optimises persistent_filter handling */ member
106 struct cmd_context *create_toolcontext(unsigned is_long_lived,
/netbsd/src/external/gpl2/lvm2/dist/lib/commands/
Dtoolcontext.h72 unsigned is_long_lived:1; /* Optimises persistent_filter handling */ member
106 struct cmd_context *create_toolcontext(unsigned is_long_lived,
Dtoolcontext.c713 if (load_persistent_cache && !cmd->is_long_lived && in _init_filters()
1071 struct cmd_context *create_toolcontext(unsigned is_long_lived, in create_toolcontext() argument
1094 cmd->is_long_lived = is_long_lived; in create_toolcontext()
/netbsd/src/external/gpl2/lvm2/dist/lib/cache/
Dlvmcache.c543 if (full_scan == 2 && cmd->is_long_lived && cmd->dump_filter) in lvmcache_label_scan()
/netbsd/src/external/gpl2/lvm2/dist/
DWHATS_NEW5 Move is_long_lived persistent_filter_dump to happen after every full scan.
903 Add is_long_lived to toolcontext.