Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\pipe.c Create Date:2022-07-28 20:04:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pipe_buf_mark_unmergeable - mark a &struct pipe_buffer as unmergeable*@buf: the buffer to mark* Description:* This function ensures that no future writes will be merged into the* given &struct pipe_buffer. This is necessary when multiple pipe buffers

Proto:void pipe_buf_mark_unmergeable(struct pipe_buffer *buf)

Type:void

Parameter:

TypeParameterName
struct pipe_buffer *buf
264  If ops == New data written to a pipe may be appended to a buffer with this type. Then ops = anon_pipe_buf_nomerge_ops
Caller
NameDescribe
splice_pipe_to_pipe
link_pipeLink contents of ipipe to opipe.