Home
last modified time | relevance | path

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

/aosp_15_r20/external/liburing/test/
H A Dfsync.c36 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 D8a9973408177.c60 io_uring_prep_fsync(sqe, fd, 0); in test_single_fsync()
H A Dfallocate.c177 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 Dmerge_worker.cpp305 io_uring_prep_fsync(sqe, base_path_merge_fd_.get(), 0); in MergeOrderedOpsAsync()
/aosp_15_r20/external/ublksrv/
H A Ddemo_event.c105 io_uring_prep_fsync(sqe, req->fd, IORING_FSYNC_DATASYNC); in async_io_submitter()
/aosp_15_r20/external/liburing/src/include/
H A Dliburing.h465 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 Dqcow2_meta.cpp338 io_uring_prep_fsync(sqe2, fd, IORING_FSYNC_DATASYNC); in __flush()