]> git.ipfire.org Git - thirdparty/linux.git/blame - io_uring/statx.h
btrfs: remove refs_to_drop argument from __btrfs_free_extent()
[thirdparty/linux.git] / io_uring / statx.h
CommitLineData
e0da14de
JA
1// SPDX-License-Identifier: GPL-2.0
2
3int io_statx_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
4int io_statx(struct io_kiocb *req, unsigned int issue_flags);
5void io_statx_cleanup(struct io_kiocb *req);