Lines Matching defs:mode
135 def bdev_ocf_create(client, name, mode, cache_bdev_name, core_bdev_name, cache_line_size=None):
139 mode: OCF cache mode: {'wb', 'wt', 'pt', 'wa', 'wi', 'wo'}
148 params['mode'] = mode
203 def bdev_ocf_set_cache_mode(client, name, mode):
204 """Set cache mode of OCF block device
207 mode: OCF cache mode: {'wb', 'wt', 'pt', 'wa', 'wi', 'wo'}
209 New cache mode name
213 params['mode'] = mode
968 """Set the preferred I/O path for an NVMe bdev when in multipath mode
1554 reset_mode: mode to reset stats after getting: all, maxmin, none (optional: if omitted, no reset will happen)
1568 def bdev_reset_iostat(client, name=None, mode=None):
1572 mode: mode to reset: all, maxmin (optional: if omitted, reset all fields)
1577 if mode is not None:
1578 params['mode'] = mode