Searched refs:account_failed (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 136 | 47 account_failed = False variable in BlockDeviceStatsTestCase 81 (self.account_failed and "on" or "off")) 99 if self.account_failed: 105 if self.account_failed: 117 if self.account_failed: 121 if self.account_failed: 142 self.assertEqual(self.account_failed, stats['account_failed']) 334 account_failed = False variable in BlockDeviceStatsTestAccountInvalid 338 account_failed = True variable in BlockDeviceStatsTestAccountFailed 342 account_failed = True variable in BlockDeviceStatsTestAccountBoth
|
H A D | 227.out | 43 "account_failed": true, 114 "account_failed": true, 215 "account_failed": true,
|
/openbmc/qemu/block/ |
H A D | accounting.c | 42 stats->account_failed = true; in block_acct_init() 60 enum OnOffAuto account_failed) in block_acct_setup() argument 64 stats->account_failed = bool_from_onoffauto(account_failed, in block_acct_setup() 65 stats->account_failed); in block_acct_setup() 231 if (!failed || stats->account_failed) { in block_account_one_io()
|
H A D | qapi.c | 542 ds->account_failed = stats->account_failed; in bdrv_query_blk_stats()
|
/openbmc/qemu/include/block/ |
H A D | accounting.h | 93 bool account_failed; member 105 enum OnOffAuto account_failed);
|
/openbmc/qemu/include/hw/block/ |
H A D | block.h | 34 OnOffAuto account_invalid, account_failed; member 69 _conf.account_failed, ON_OFF_AUTO_AUTO)
|
/openbmc/qemu/hw/block/ |
H A D | block.c | 248 conf->account_failed); in blkconf_apply_backend_options()
|
/openbmc/qemu/ |
H A D | blockdev.c | 485 OnOffAuto account_invalid, account_failed; in blockdev_init() local 520 account_failed = account_get_opt(opts, "stats-account-failed"); in blockdev_init() 620 block_acct_setup(blk_get_stats(blk), account_invalid, account_failed); in blockdev_init()
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 1019 # @account_failed: Whether failed operations are included in the 1053 'account_invalid': 'bool', 'account_failed': 'bool',
|