Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsplice.h21 #define SPLICE_F_GIFT (0x08) /* pages passed in are a gift */ macro
/linux-4.4.14/fs/
Dsplice.c214 if (spd->flags & SPLICE_F_GIFT) in splice_to_pipe()