Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsplice.h24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT) macro
/Linux-v5.4/fs/
Dsplice.c1341 if (unlikely(flags & ~SPLICE_F_ALL)) in do_vmsplice()
1415 if (unlikely(flags & ~SPLICE_F_ALL)) in SYSCALL_DEFINE6()
1761 if (unlikely(flags & ~SPLICE_F_ALL)) in SYSCALL_DEFINE4()