Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A Dsplice.c30 unsigned int valid_flags = SPLICE_F_FD_IN_FIXED | SPLICE_F_ALL; in __io_splice_prep()
52 unsigned int flags = sp->flags & ~SPLICE_F_FD_IN_FIXED; in io_tee()
58 if (sp->flags & SPLICE_F_FD_IN_FIXED) in io_tee()
70 if (!(sp->flags & SPLICE_F_FD_IN_FIXED)) in io_tee()
92 unsigned int flags = sp->flags & ~SPLICE_F_FD_IN_FIXED; in io_splice()
99 if (sp->flags & SPLICE_F_FD_IN_FIXED) in io_splice()
114 if (!(sp->flags & SPLICE_F_FD_IN_FIXED)) in io_splice()
/linux-6.3-rc2/include/uapi/linux/
A Dio_uring.h259 #define SPLICE_F_FD_IN_FIXED (1U << 31) /* the last bit of __u32 */ macro

Completed in 23 milliseconds