Home
last modified time | relevance | path

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

/fs/
Dpipe.c281 static bool pipe_buf_can_merge(struct pipe_buffer *buf) in pipe_buf_can_merge() function
423 if (pipe_buf_can_merge(buf) && offset + chars <= PAGE_SIZE) { in pipe_write()