Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_pipe_flags

Proto:int do_pipe_flags(int *fd, int flags)

Type:int

Parameter:

TypeParameterName
int *fd
intflags
952  error = __do_pipe_flags(fd, files, flags)
953  If Not error Then
954  fd_install(fd[0], files[0])
955  fd_install(fd[1], files[1])
957  Return error