Searched refs:test_vhd_flag (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-vhd.c | 253 #define test_vhd_flag(word, flag) ((word) & (flag)) macro 515 if (!test_vhd_flag(s->flags, VHD_FLAG_OPEN_QUIET)) in vhd_initialize_dynamic_disk() 553 if (!test_vhd_flag(s->flags, VHD_FLAG_OPEN_QUIET)) in vhd_check_version() 571 if (test_vhd_flag(s->flags, VHD_FLAG_OPEN_QUIET)) in vhd_log_open() 603 if (test_vhd_flag(flags, VHD_FLAG_OPEN_STRICT)) in __vhd_open() 657 if (test_vhd_flag(flags, VHD_FLAG_OPEN_STRICT) && in __vhd_open() 658 !test_vhd_flag(flags, VHD_FLAG_OPEN_RDONLY)) { in __vhd_open() 707 if (test_vhd_flag(s->flags, VHD_FLAG_OPEN_QUIET)) in vhd_log_close() 735 if (test_vhd_flag(s->flags, VHD_FLAG_OPEN_RDONLY)) in _vhd_close() 1916 if (!test_vhd_flag(tx->status, VHD_FLAG_TX_LIVE)) in finish_bat_transaction() [all …]
|
Completed in 8 milliseconds