1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/libdm
Peter Rajnoha 7d1125e5b7 libdm: report: add dm_report_group_output_and_pop_all
The dm_report_group_output_and_pop_all calls dm_report_output and
dm_report_group_pop for all the items that are currently in report
group. This is just a shortcut that makes it easier to output and
pop group's content so the group handle can be reused again without
a need to initialize and configure it again.

The functionality of dm_report_group_output_and_pop_all is the
same as dm_report_destroy but without destroying the report group
handle.
2016-08-09 18:24:45 +02:00
..
datastruct libdm: fix mask leak in dm_bitset_parse_list 2016-07-06 08:59:09 +01:00
ioctl libdm: Show lib vsn even if driver vsn unavailable. 2016-05-12 01:14:25 +01:00
misc
mm gcc: cleanup some sign warnings 2016-02-23 12:25:25 +01:00
regex
.exported_symbols
.exported_symbols.Base
.exported_symbols.DM_1_02_97
.exported_symbols.DM_1_02_98
.exported_symbols.DM_1_02_99
.exported_symbols.DM_1_02_100
.exported_symbols.DM_1_02_101
.exported_symbols.DM_1_02_103
.exported_symbols.DM_1_02_104
.exported_symbols.DM_1_02_105
.exported_symbols.DM_1_02_106
.exported_symbols.DM_1_02_107
.exported_symbols.DM_1_02_110
.exported_symbols.DM_1_02_113
.exported_symbols.DM_1_02_124 libdm: Add dm_udev_wait_immediate. 2016-04-28 00:54:27 +01:00
.exported_symbols.DM_1_02_128 libdm: report: add dm_report_set_selection 2016-06-20 11:33:43 +02:00
.exported_symbols.DM_1_02_129 libdm: add stats group and region iterators and properties 2016-07-05 19:53:16 +01:00
.exported_symbols.DM_1_02_131 libdm: add dm_stats_create_regions_from_fd() 2016-07-08 14:34:41 +01:00
.exported_symbols.DM_1_02_133 libdm: report: add dm_report_group_output_and_pop_all 2016-08-09 18:24:45 +02:00
libdevmapper.h libdm: report: add dm_report_group_output_and_pop_all 2016-08-09 18:24:45 +02:00
libdevmapper.pc.in
libdm-common.c log: also pass log_print through report and add log_print_bypass_report for use in libdm-report for direct print without report 2016-06-20 11:33:42 +02:00
libdm-common.h
libdm-config.c Revert "libdm: trace missing settings" 2016-05-27 14:35:11 +01:00
libdm-deptree.c raid0: Add raid0_meta segment type. 2016-07-01 22:20:54 +01:00
libdm-file.c libdm: do not issue 'Failed to create directory' message for failure in dm_create_dir 2016-06-29 15:58:18 +02:00
libdm-report.c libdm: report: add dm_report_group_output_and_pop_all 2016-08-09 18:24:45 +02:00
libdm-stats.c libdm: free hist_arg in _stats_create_file_regions() (Coverity) 2016-07-18 18:09:21 +01:00
libdm-string.c
libdm-targets.c libdm: cache status reports passthrough cache mode 2016-05-19 18:26:07 +02:00
libdm-timestamp.c
Makefile.in