Searched refs:io_uring_prep_fsync (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/liburing/test/ |
H A D | fsync.c | 36 io_uring_prep_fsync(sqe, fd, 0); in test_single_fsync() 97 io_uring_prep_fsync(sqe, fd, IORING_FSYNC_DATASYNC); in test_barrier_fsync()
|
H A D | 8a9973408177.c | 60 io_uring_prep_fsync(sqe, fd, 0); in test_single_fsync()
|
H A D | fallocate.c | 177 io_uring_prep_fsync(sqe, fd, 0); in test_fallocate_fsync()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | merge_worker.cpp | 305 io_uring_prep_fsync(sqe, base_path_merge_fd_.get(), 0); in MergeOrderedOpsAsync()
|
/aosp_15_r20/external/ublksrv/ |
H A D | demo_event.c | 105 io_uring_prep_fsync(sqe, req->fd, IORING_FSYNC_DATASYNC); in async_io_submitter()
|
/aosp_15_r20/external/liburing/src/include/ |
H A D | liburing.h | 465 static inline void io_uring_prep_fsync(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fsync() function
|
/aosp_15_r20/external/ublksrv/qcow2/ |
H A D | qcow2_meta.cpp | 338 io_uring_prep_fsync(sqe2, fd, IORING_FSYNC_DATASYNC); in __flush()
|