Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kern_mount

Proto:struct vfsmount *kern_mount(struct file_system_type *type)

Type:struct vfsmount

Parameter:

TypeParameterName
struct file_system_type *type
3785  mnt = vfs_kern_mount(type, his is a kern_mount call , name, NULL)
3786  If Not IS_ERR(mnt) Then
3791  containing namespace = distinct from any mnt_namespace
3793  Return mnt
Caller
NameDescribe
z3fold_mount
init_smk_fs_smk_fs - get the smackfs superblock* register the smackfs* Do not register smackfs if Smack wasn't enabled* on boot
aa_create_aafsaa_create_aafs - create the apparmor security filesystem* dentries created here are released by aa_destroy_aafs* Returns: error on failure
nsfs_init
bdev_cache_init
anon_inode_init
aio_setupaio_setup* Creates the slab caches used by the aio routines, panic on* failure as this is done early during the boot sequence.