Home
last modified time | relevance | path

Searched refs:io_uring_prep_statx (Results 1 – 3 of 3) sorted by relevance

/external/liburing/test/
Dstatx.c51 io_uring_prep_statx(sqe, -1, path, 0, STATX_ALL, x); in test_statx_invalid_buf()
89 io_uring_prep_statx(sqe, -1, path, 0, STATX_ALL, &x1); in test_statx_invalid_path()
126 io_uring_prep_statx(sqe, -1, path, 0, STATX_ALL, &x1); in test_statx()
177 io_uring_prep_statx(sqe, fd, "", AT_EMPTY_PATH, STATX_ALL, &x1); in test_statx_fd()
/external/liburing/src/
Dliburing-ffi.map143 io_uring_prep_statx;
/external/liburing/src/include/
Dliburing.h798 IOURINGINLINE void io_uring_prep_statx(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_statx() function