Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:init_pipe_fs

Proto:static int __init init_pipe_fs(void)

Type:int

Parameter:Nothing

1329  err = register_filesystem( & pipe_fs_type)
1331  If Not err Then
1332  pipe_mnt = kern_mount( & pipe_fs_type)
1333  If IS_ERR(pipe_mnt) Then
1334  err = PTR_ERR(pipe_mnt)
1338  Return err