Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddev.c658 struct pipe_buffer *pipebufs; member
713 if (cs->pipebufs) { in fuse_copy_fill()
714 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill()
726 cs->pipebufs++; in fuse_copy_fill()
744 cs->pipebufs++; in fuse_copy_fill()
808 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page()
824 cs->pipebufs++; in fuse_try_move_page()
929 buf = cs->pipebufs; in fuse_ref_page()
934 cs->pipebufs++; in fuse_ref_page()
955 if (cs->write && cs->pipebufs && page) { in fuse_copy_page()
[all …]