Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-io-cmds.c110 uint64_t orig_perm, orig_shared_perm; in command() local
111 blk_get_perm(blk, &orig_perm, &orig_shared_perm); in command()
113 if (ct->perm & ~orig_perm) { in command()
118 new_perm = orig_perm | ct->perm; in command()
2415 uint64_t orig_perm, orig_shared_perm; in reopen_f() local
2419 blk_get_perm(blk, &orig_perm, &orig_shared_perm); in reopen_f()
2421 orig_perm & ~(BLK_PERM_WRITE | BLK_PERM_WRITE_UNCHANGED), in reopen_f()