Home
last modified time | relevance | path

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

/external/liburing/test/
Dfsync.c36 io_uring_prep_fsync(sqe, fd, 0); in test_single_fsync()
96 io_uring_prep_fsync(sqe, fd, IORING_FSYNC_DATASYNC); in test_barrier_fsync()
D8a9973408177-test.c60 io_uring_prep_fsync(sqe, fd, 0); in test_single_fsync()
Dfallocate.c178 io_uring_prep_fsync(sqe, fd, 0); in test_fallocate_fsync()
/external/liburing/src/include/
Dliburing.h345 static inline void io_uring_prep_fsync(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fsync() function