Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpipe_fs_i.h255 extern const struct pipe_buf_operations nosteal_pipe_buf_ops;
/OK3568_Linux_fs/kernel/fs/
H A Dsplice.c338 const struct pipe_buf_operations nosteal_pipe_buf_ops = { variable
342 EXPORT_SYMBOL(nosteal_pipe_buf_ops);
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddev.c1422 bufs[page_nr].ops = &nosteal_pipe_buf_ops; in fuse_dev_splice_read()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c2483 .ops = &nosteal_pipe_buf_ops, in skb_splice_bits()