Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsplice.h24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT) macro
/openbmc/linux/io_uring/
H A Dsplice.c30 unsigned int valid_flags = SPLICE_F_FD_IN_FIXED | SPLICE_F_ALL; in __io_splice_prep()
/openbmc/linux/fs/
H A Dsplice.c1542 if (unlikely(flags & ~SPLICE_F_ALL)) in SYSCALL_DEFINE4()
1578 if (unlikely(flags & ~SPLICE_F_ALL)) in SYSCALL_DEFINE6()
1944 if (unlikely(flags & ~SPLICE_F_ALL)) in SYSCALL_DEFINE4()