Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dsplice.h20 #define SPLICE_F_MORE (0x04) /* expect more data */ macro
/linux-3.4.99/fs/
Dsplice.c698 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()