Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpipe_fs_i.h183 extern const struct pipe_buf_operations nosteal_pipe_buf_ops;
/Linux-v5.4/fs/
Dsplice.c341 const struct pipe_buf_operations nosteal_pipe_buf_ops = { variable
347 EXPORT_SYMBOL(nosteal_pipe_buf_ops);
/Linux-v5.4/fs/fuse/
Ddev.c1368 bufs[page_nr].ops = &nosteal_pipe_buf_ops; in fuse_dev_splice_read()
/Linux-v5.4/net/core/
Dskbuff.c2435 .ops = &nosteal_pipe_buf_ops, in skb_splice_bits()