Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsplice.h94 extern const struct pipe_buf_operations page_cache_pipe_buf_ops;
/OK3568_Linux_fs/kernel/fs/
H A Dsplice.c140 const struct pipe_buf_operations page_cache_pipe_buf_ops = { variable
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c409 buf->ops = &page_cache_pipe_buf_ops; in copy_page_to_iter_pipe()