Searched refs:io_uring_prep_fallocate (Results 1 – 5 of 5) sorted by relevance
/external/liburing/test/ |
D | fallocate.c | 54 io_uring_prep_fallocate(sqe, fd, 0, 0, 128*1024); in test_fallocate_rlimit() 105 io_uring_prep_fallocate(sqe, fd, 0, 0, 128*1024); in test_fallocate() 172 io_uring_prep_fallocate(sqe, fd, 0, 0, 128*1024); in test_fallocate_fsync()
|
/external/liburing/src/ |
D | liburing-ffi.map | 73 io_uring_prep_fallocate;
|
/external/ublksrv/ |
D | tgt_loop.cpp | 346 io_uring_prep_fallocate(sqe, 1 /*fds[1]*/, in loop_queue_tgt_io()
|
D | demo_event.c | 73 io_uring_prep_fallocate(sqe, req->fd, mode, req->io.start_sector << 9, in queue_fallocate_async()
|
/external/liburing/src/include/ |
D | liburing.h | 719 IOURINGINLINE void io_uring_prep_fallocate(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fallocate() function
|