Searched refs:raw_apply_lock_bytes (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | file-posix.c | 866 static int raw_apply_lock_bytes(BDRVRawState *s, int fd, in raw_apply_lock_bytes() function 1013 ret = raw_apply_lock_bytes(s, s->fd, s->perm | new_perm, in raw_handle_perm_lock() 1027 raw_apply_lock_bytes(s, s->fd, s->perm, ~s->shared_perm, in raw_handle_perm_lock() 1037 raw_apply_lock_bytes(s, s->fd, new_perm, ~new_shared, in raw_handle_perm_lock() 3037 result = raw_apply_lock_bytes(NULL, fd, perm, ~shared, false, errp); in raw_co_create() 3102 raw_apply_lock_bytes(NULL, fd, 0, 0, true, &local_err); in raw_co_create() 3899 ret = raw_apply_lock_bytes(NULL, s->perm_change_fd, perm, ~shared, in raw_check_perm()
|