Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsplice.h88 extern const struct pipe_buf_operations page_cache_pipe_buf_ops;
/Linux-v5.4/fs/
Dsplice.c141 const struct pipe_buf_operations page_cache_pipe_buf_ops = { variable
/Linux-v5.4/lib/
Diov_iter.c400 buf->ops = &page_cache_pipe_buf_ops; in copy_page_to_iter_pipe()