Home
last modified time | relevance | path

Searched refs:io_uring_prep_fallocate (Results 1 – 5 of 5) sorted by relevance

/external/liburing/test/
Dfallocate.c54 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/
Dliburing-ffi.map73 io_uring_prep_fallocate;
/external/ublksrv/
Dtgt_loop.cpp346 io_uring_prep_fallocate(sqe, 1 /*fds[1]*/, in loop_queue_tgt_io()
Ddemo_event.c73 io_uring_prep_fallocate(sqe, req->fd, mode, req->io.start_sector << 9, in queue_fallocate_async()
/external/liburing/src/include/
Dliburing.h719 IOURINGINLINE void io_uring_prep_fallocate(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fallocate() function