Searched refs:raw_handle_perm_lock (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | file-posix.c | 962 static int raw_handle_perm_lock(BlockDriverState *bs, in raw_handle_perm_lock() function 3781 ret = raw_handle_perm_lock(bs, RAW_PL_PREPARE, perm, shared, errp); in raw_check_perm() 3791 raw_handle_perm_lock(bs, RAW_PL_ABORT, 0, 0, NULL); in raw_check_perm() 3818 raw_handle_perm_lock(bs, RAW_PL_COMMIT, perm, shared, NULL); in raw_set_perm() 3834 raw_handle_perm_lock(bs, RAW_PL_ABORT, 0, 0, NULL); in raw_abort_perm_update()
|