Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dio_uring.h168 #define SPLICE_F_FD_IN_FIXED (1U << 31) /* the last bit of __u32 */ macro
/linux/fs/
A Dio_uring.c4030 unsigned int valid_flags = SPLICE_F_FD_IN_FIXED | SPLICE_F_ALL; in __io_splice_prep()
4043 (sp->flags & SPLICE_F_FD_IN_FIXED)); in __io_splice_prep()
4063 unsigned int flags = sp->flags & ~SPLICE_F_FD_IN_FIXED; in io_tee()
4071 if (!(sp->flags & SPLICE_F_FD_IN_FIXED)) in io_tee()
4095 unsigned int flags = sp->flags & ~SPLICE_F_FD_IN_FIXED; in io_splice()
4108 if (!(sp->flags & SPLICE_F_FD_IN_FIXED)) in io_splice()
6610 if (!(req->splice.flags & SPLICE_F_FD_IN_FIXED)) in io_clean_op()

Completed in 25 milliseconds