Home
last modified time | relevance | path

Searched refs:SPLICE_F_FD_IN_FIXED (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dio_uring.h154 #define SPLICE_F_FD_IN_FIXED (1U << 31) /* the last bit of __u32 */ macro
/Linux-v5.10/fs/
Dio_uring.c3597 unsigned int valid_flags = SPLICE_F_FD_IN_FIXED | SPLICE_F_ALL; in __io_splice_prep()
3610 (sp->flags & SPLICE_F_FD_IN_FIXED)); in __io_splice_prep()
3640 unsigned int flags = sp->flags & ~SPLICE_F_FD_IN_FIXED; in io_tee()
3648 io_put_file(req, in, (sp->flags & SPLICE_F_FD_IN_FIXED)); in io_tee()
3671 unsigned int flags = sp->flags & ~SPLICE_F_FD_IN_FIXED; in io_splice()
3684 io_put_file(req, in, (sp->flags & SPLICE_F_FD_IN_FIXED)); in io_splice()
5908 (req->splice.flags & SPLICE_F_FD_IN_FIXED)); in __io_clean_op()