Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\pipe_fs_i.h Create Date:2022-07-28 05:52:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pipe_buf_get - get a reference to a pipe_buffer*@pipe: the pipe that the buffer belongs to*@buf: the buffer to get a reference to* Return: %true if the reference was successfully obtained.

Proto:static inline __must_check bool pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf)

Type:bool

Parameter:

TypeParameterName
struct pipe_inode_info *pipe
struct pipe_buffer *buf
171  Return get(pipe, buf)
Caller
NameDescribe
splice_pipe_to_pipe
link_pipeLink contents of ipipe to opipe.