Searched refs:SPLICE_F_GIFT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ | ||
D | splice.h | 21 #define SPLICE_F_GIFT (0x08) /* pages passed in are a gift */ macro |
/linux-4.1.27/fs/ | ||
D | splice.c | 214 if (spd->flags & SPLICE_F_GIFT) in splice_to_pipe() |