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