Home
last modified time | relevance | path

Searched refs:is_filter (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/block/
H A Dcopy-on-read.c79 if (bottom_bs->drv->is_filter) { in cor_open()
270 .is_filter = true,
H A Dfilter-compress.c152 .is_filter = true,
H A Dthrottle.c270 .is_filter = true,
H A Dblkverify.c335 .is_filter = true,
H A Dstream.c286 assert(!bottom->drv->is_filter); in stream_start()
H A Dpreallocate.c619 .is_filter = true,
H A Dcopy-before-write.c545 .is_filter = true,
H A Dcommit.c301 .is_filter = true,
H A Dblklogwrites.c606 .is_filter = true,
H A Dreplication.c742 .is_filter = true,
H A Dblkdebug.c1073 .is_filter = true,
H A Dmirror.c1820 .is_filter = true,
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py93 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 Dtest-bdrv-graph-mod.c29 .is_filter = true,
62 .is_filter = true,
/openbmc/qemu/migration/
H A Dblock-dirty-bitmap.c638 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()