函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\namespace.c Create Date:2022-07-29 10:39:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:vfs_submount

函数原型:struct vfsmount *vfs_submount(const struct dentry *mountpoint, struct file_system_type *type, const char *name, void *data)

返回类型:struct vfsmount

参数:

类型参数名称
const struct dentry *mountpoint
struct file_system_type *type
const char *name
void *data
1009  如果s_user_ns不等于userns count is 1 for root user, 1 for init_uts_ns,* and 1 for... ?则返回:错误号
1012  返回:vfs_kern_mount(type, These sb flags are internal to the kernel , name, data)
调用者
名称描述
trace_automount