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