Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:z3fold_mount

Proto:static int z3fold_mount(void)

Type:int

Parameter:Nothing

363  ret = 0
365  z3fold_mnt = kern_mount( & z3fold_fs)
366  If IS_ERR(z3fold_mnt) Then ret = PTR_ERR(z3fold_mnt)
369  Return ret
Caller
NameDescribe
init_z3fold