Searched refs:orig_shared_perm (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 110 uint64_t orig_perm, orig_shared_perm; in command() local 111 blk_get_perm(blk, &orig_perm, &orig_shared_perm); in command() 120 ret = blk_set_perm(blk, new_perm, orig_shared_perm, &local_err); in command() 2461 uint64_t orig_perm, orig_shared_perm; in reopen_f() local 2465 blk_get_perm(blk, &orig_perm, &orig_shared_perm); in reopen_f() 2468 orig_shared_perm, in reopen_f()
|