Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsplice.h85 extern const struct pipe_buf_operations page_cache_pipe_buf_ops;
/linux-4.4.14/fs/
Dsplice.c137 const struct pipe_buf_operations page_cache_pipe_buf_ops = { variable
324 .ops = &page_cache_pipe_buf_ops, in __generic_file_splice_read()
/linux-4.4.14/mm/
Dshmem.c1660 .ops = &page_cache_pipe_buf_ops, in shmem_file_splice_read()