Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsplice.h24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT) macro
/Linux-v4.19/fs/
Dsplice.c1331 if (unlikely(flags & ~SPLICE_F_ALL)) in do_vmsplice()
1405 if (unlikely(flags & ~SPLICE_F_ALL)) in SYSCALL_DEFINE6()
1736 if (unlikely(flags & ~SPLICE_F_ALL)) in SYSCALL_DEFINE4()