函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\pipe.c Create Date:2022-07-29 10:34:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:void pipe_buf_mark_unmergeable(struct pipe_buffer *buf)

返回类型:void

参数:

类型参数名称
struct pipe_buffer *buf
264  如果ops恒等于New data written to a pipe may be appended to a buffer with this type. ops等于anon_pipe_buf_nomerge_ops
调用者
名称描述
splice_pipe_to_pipe
link_pipeLink contents of ipipe to opipe.