Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dpipe.c266 static bool pipe_buf_can_merge(struct pipe_buffer *buf) in pipe_buf_can_merge() function
408 if (pipe_buf_can_merge(buf) && offset + chars <= PAGE_SIZE) { in pipe_write()