Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsplice.h95 extern const struct pipe_buf_operations default_pipe_buf_ops;
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c493 return buf->ops == &default_pipe_buf_ops; in allocated()
546 buf->ops = &default_pipe_buf_ops; in push_pipe()
/OK3568_Linux_fs/kernel/fs/
H A Dsplice.c331 const struct pipe_buf_operations default_pipe_buf_ops = { variable
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.c6481 .ops = &default_pipe_buf_ops, in tracing_splice_read_pipe()