Home
last modified time | relevance | path

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

/qemu/block/
H A Dfile-posix.c846 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()