Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Ddev.c654 struct pipe_buffer *pipebufs; member
705 if (cs->pipebufs) { in fuse_copy_fill()
706 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
718 cs->pipebufs++; in fuse_copy_fill()
736 cs->pipebufs++; in fuse_copy_fill()
800 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
816 cs->pipebufs++; in fuse_try_move_page()
921 buf = cs->pipebufs; in fuse_ref_page()
926 cs->pipebufs++; in fuse_ref_page()
947 if (cs->write && cs->pipebufs && page) { in fuse_copy_page()
[all …]