Searched refs:dump_options_requested (Results 1 – 1 of 1) sorted by relevance
55 static void do_dump(struct vdo *vdo, unsigned int dump_options_requested, in do_dump() argument69 if (((dump_options_requested & FLAG_SHOW_QUEUES) != 0) && (vdo->threads != NULL)) { in do_dump()78 (dump_options_requested & FLAG_SHOW_VIO_POOL) != 0); in do_dump()79 if ((dump_options_requested & FLAG_SHOW_VDO_STATUS) != 0) in do_dump()89 unsigned int dump_options_requested = 0; in parse_dump_options() local112 dump_options_requested |= option_names[j].flags; in parse_dump_options()123 if ((dump_options_requested & FLAG_SKIP_DEFAULT) == 0) in parse_dump_options()124 dump_options_requested |= DEFAULT_DUMP_FLAGS; in parse_dump_options()125 *dump_options_requested_ptr = dump_options_requested; in parse_dump_options()132 unsigned int dump_options_requested = 0; in vdo_dump() local[all …]