Home
last modified time | relevance | path

Searched refs:PIPE_BUF_FLAG_WHOLE (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpipe_fs_i.h12 #define PIPE_BUF_FLAG_WHOLE 0x20 /* read() must return entire buffer or error */ macro
/linux/kernel/
H A Dwatch_queue.c133 buf->flags = PIPE_BUF_FLAG_WHOLE; in post_one_notification()
/linux/fs/
H A Dpipe.c312 if (buf->flags & PIPE_BUF_FLAG_WHOLE) { in pipe_read()