Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:vfs_submount

Proto:struct vfsmount *vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, const char *name, void *data)

Type:struct vfsmount

Parameter:

TypeParameterName
const struct dentry *mountpoint
struct file_system_type *type
const char *name
void *data
1009  If s_user_ns != userns count is 1 for root user, 1 for init_uts_ns,* and 1 for... ? Then Return ERR_PTR( - EPERM)
1012  Return vfs_kern_mount(type, These sb flags are internal to the kernel , name, data)