Searched refs:io_uring_prep_fsync (Results 1 – 4 of 4) sorted by relevance
/external/liburing/test/ |
D | fsync.c | 36 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()
|
D | 8a9973408177-test.c | 60 io_uring_prep_fsync(sqe, fd, 0); in test_single_fsync()
|
D | fallocate.c | 178 io_uring_prep_fsync(sqe, fd, 0); in test_fallocate_fsync()
|
/external/liburing/src/include/ |
D | liburing.h | 345 static inline void io_uring_prep_fsync(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fsync() function
|