Home
last modified time | relevance | path

Searched refs:try_steal (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpipe_fs_i.h146 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); member
297 if (!buf->ops->try_steal) in pipe_buf_try_steal()
299 return buf->ops->try_steal(pipe, buf); in pipe_buf_try_steal()
/linux/fs/
H A Dsplice.c158 .try_steal = page_cache_pipe_buf_try_steal,
174 .try_steal = user_page_pipe_buf_try_steal,
403 .try_steal = generic_pipe_buf_try_steal,
/linux/kernel/
H A Dwatch_queue.c86 .try_steal = watch_queue_pipe_buf_try_steal,