Searched refs:is_filter (Results 1 – 15 of 15) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | copy-on-read.c | 79 if (bottom_bs->drv->is_filter) { in cor_open() 270 .is_filter = true,
|
| H A D | filter-compress.c | 152 .is_filter = true,
|
| H A D | throttle.c | 270 .is_filter = true,
|
| H A D | blkverify.c | 335 .is_filter = true,
|
| H A D | stream.c | 286 assert(!bottom->drv->is_filter); in stream_start()
|
| H A D | preallocate.c | 619 .is_filter = true,
|
| H A D | copy-before-write.c | 545 .is_filter = true,
|
| H A D | commit.c | 301 .is_filter = true,
|
| H A D | blklogwrites.c | 606 .is_filter = true,
|
| H A D | replication.c | 742 .is_filter = true,
|
| H A D | blkdebug.c | 1073 .is_filter = true,
|
| H A D | mirror.c | 1820 .is_filter = true,
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp_ncurses.py | 93 is_filter = False variable 716 if is_filter: 1141 global is_filter 1314 global is_filter 1315 if is_filter == new_filter_status: 1324 is_filter = False 1335 is_filter = True 1342 if is_filter: 1361 if is_filter and (c == CHAR_ESCAPE): 1417 if is_filter: [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-bdrv-graph-mod.c | 29 .is_filter = true, 62 .is_filter = true,
|
| /openbmc/qemu/migration/ |
| H A D | block-dirty-bitmap.c | 638 while (bs && bs->drv && bs->drv->is_filter && in init_dirty_bitmap_migration() 644 if (bs && bs->drv && !bs->drv->is_filter) { in init_dirty_bitmap_migration()
|