Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpipe_fs_i.h186 extern const struct pipe_buf_operations nosteal_pipe_buf_ops;
/Linux-v4.19/fs/
Dsplice.c343 const struct pipe_buf_operations nosteal_pipe_buf_ops = { variable
350 EXPORT_SYMBOL(nosteal_pipe_buf_ops);
/Linux-v4.19/fs/fuse/
Ddev.c1398 bufs[page_nr].ops = &nosteal_pipe_buf_ops; in fuse_dev_splice_read()
/Linux-v4.19/net/core/
Dskbuff.c2267 .ops = &nosteal_pipe_buf_ops, in skb_splice_bits()