Searched refs:SPLICE_F_ALL (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsplice.h24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT) macro
/linux-master/io_uring/
H A Dsplice.c30 unsigned int valid_flags = SPLICE_F_FD_IN_FIXED | SPLICE_F_ALL;
/linux-master/fs/
H A Dsplice.c1608 if (unlikely(flags & ~SPLICE_F_ALL))
1644 if (unlikely(flags & ~SPLICE_F_ALL))
2011 if (unlikely(flags & ~SPLICE_F_ALL))

Completed in 119 milliseconds