Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpipe_fs_i.h145 extern const struct pipe_buf_operations nosteal_pipe_buf_ops;
/linux-4.4.14/fs/
Dsplice.c566 const struct pipe_buf_operations nosteal_pipe_buf_ops = { variable
573 EXPORT_SYMBOL(nosteal_pipe_buf_ops);
/linux-4.4.14/fs/fuse/
Ddev.c1416 buf->ops = &nosteal_pipe_buf_ops; in fuse_dev_splice_read()
/linux-4.4.14/net/core/
Dskbuff.c1916 .ops = &nosteal_pipe_buf_ops, in skb_splice_bits()