Home
last modified time | relevance | path

Searched refs:account_failed (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D13647 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 D227.out43 "account_failed": true,
114 "account_failed": true,
215 "account_failed": true,
/openbmc/qemu/block/
H A Daccounting.c42 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 Dqapi.c542 ds->account_failed = stats->account_failed; in bdrv_query_blk_stats()
/openbmc/qemu/include/block/
H A Daccounting.h93 bool account_failed; member
105 enum OnOffAuto account_failed);
/openbmc/qemu/include/hw/block/
H A Dblock.h34 OnOffAuto account_invalid, account_failed; member
69 _conf.account_failed, ON_OFF_AUTO_AUTO)
/openbmc/qemu/hw/block/
H A Dblock.c248 conf->account_failed); in blkconf_apply_backend_options()
/openbmc/qemu/
H A Dblockdev.c485 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 Dblock-core.json1019 # @account_failed: Whether failed operations are included in the
1053 'account_invalid': 'bool', 'account_failed': 'bool',