Searched refs:io_uring_prep_statx (Results 1 – 3 of 3) sorted by relevance
/external/liburing/test/ |
D | statx.c | 51 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/ |
D | liburing-ffi.map | 143 io_uring_prep_statx;
|
/external/liburing/src/include/ |
D | liburing.h | 798 IOURINGINLINE void io_uring_prep_statx(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_statx() function
|