Searched refs:is_long_lived (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dtoolcontext.h72 unsigned is_long_lived:1; /* Optimises persistent_filter handling */ member in struct:cmd_context
106 struct cmd_context *create_toolcontext(unsigned is_long_lived,
/netbsd-current/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.h72 unsigned is_long_lived:1; /* Optimises persistent_filter handling */ member in struct:cmd_context
106 struct cmd_context *create_toolcontext(unsigned is_long_lived,
H A Dtoolcontext.c713 if (load_persistent_cache && !cmd->is_long_lived &&
1071 struct cmd_context *create_toolcontext(unsigned is_long_lived, argument
1094 cmd->is_long_lived = is_long_lived;
/netbsd-current/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.c543 if (full_scan == 2 && cmd->is_long_lived && cmd->dump_filter)

Completed in 106 milliseconds