Searched refs:SPLICE_F_FD_IN_FIXED (Results 1 – 2 of 2) sorted by relevance
167 #define SPLICE_F_FD_IN_FIXED (1U << 31) /* the last bit of __u32 */ macro
3964 unsigned int valid_flags = SPLICE_F_FD_IN_FIXED | SPLICE_F_ALL; in __io_splice_prep()3977 (sp->flags & SPLICE_F_FD_IN_FIXED)); in __io_splice_prep()3997 unsigned int flags = sp->flags & ~SPLICE_F_FD_IN_FIXED; in io_tee()4005 if (!(sp->flags & SPLICE_F_FD_IN_FIXED)) in io_tee()4029 unsigned int flags = sp->flags & ~SPLICE_F_FD_IN_FIXED; in io_splice()4042 if (!(sp->flags & SPLICE_F_FD_IN_FIXED)) in io_splice()6591 if (!(req->splice.flags & SPLICE_F_FD_IN_FIXED)) in io_clean_op()