Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsplice.h88 extern const struct pipe_buf_operations page_cache_pipe_buf_ops;
/linux-4.19.296/fs/
Dsplice.c140 const struct pipe_buf_operations page_cache_pipe_buf_ops = { variable
/linux-4.19.296/lib/
Diov_iter.c395 buf->ops = &page_cache_pipe_buf_ops; in copy_page_to_iter_pipe()