Searched defs:shared_perm (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-image-locking.c | 35 uint64_t perm, uint64_t shared_perm, in open_image() 80 uint64_t perm, shared_perm; in test_image_locking_basic() local 121 uint64_t perm, shared_perm; in test_set_perm_abort() local
|
/openbmc/qemu/hw/block/ |
H A D | block.c | 204 uint64_t perm, shared_perm; in blkconf_apply_backend_options() local
|
/openbmc/qemu/ |
H A D | blockjob.c | 232 uint64_t perm, uint64_t shared_perm, Error **errp) in block_job_add_bdrv() 492 uint64_t shared_perm, int64_t speed, int flags, in block_job_create()
|
H A D | block.c | 2386 bdrv_drv_set_perm(BlockDriverState *bs, uint64_t perm, uint64_t shared_perm, in bdrv_drv_set_perm() 2624 uint64_t *shared_perm) in bdrv_get_cumulative_perm() 3069 uint64_t perm, uint64_t shared_perm, in bdrv_attach_child_common() 3176 uint64_t perm, shared_perm; in bdrv_attach_child_noperm() local 3207 uint64_t perm, uint64_t shared_perm, in bdrv_root_attach_child()
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 71 uint64_t shared_perm; member 355 BlockBackend *blk_new(AioContext *ctx, uint64_t perm, uint64_t shared_perm) in blk_new() 395 uint64_t shared_perm, Error **errp) in blk_new_with_bs() 938 blk_set_perm_locked(BlockBackend *blk, uint64_t perm, uint64_t shared_perm, in blk_set_perm_locked() 957 int blk_set_perm(BlockBackend *blk, uint64_t perm, uint64_t shared_perm, in blk_set_perm() 966 void blk_get_perm(BlockBackend *blk, uint64_t *perm, uint64_t *shared_perm) in blk_get_perm()
|
H A D | file-posix.c | 146 uint64_t shared_perm; member 921 static int raw_check_lock_bytes(int fd, uint64_t perm, uint64_t shared_perm, in raw_check_lock_bytes()
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 1030 uint64_t shared_perm; member
|
/openbmc/qemu/nbd/ |
H A D | server.c | 1803 uint64_t perm, shared_perm; in nbd_export_create() local
|