函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:vfs_kern_mount

函数原型:struct vfsmount *vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void *data)

返回类型:struct vfsmount

参数:

类型参数名称
struct file_system_type *type
intflags
const char *name
void *data
977  ret等于0
979  如果非type则返回:错误号
982  fc等于s_context manipulation functions.
983  如果是错误则返回:错误指示
986  如果nameret等于vfs_parse_fs_string(fc, "source", name, strlen - Find the length of a string*@s: The string to be sized)
989  如果非retret等于parse_monolithic_mount_data(fc, data)
991  如果非retmnt等于fc_mount(fc)
993  否则mnt等于错误号
996  put_fs_context - Dispose of a superblock configuration context.*@fc: The context to dispose of.
997  返回:mnt
调用者
名称描述
vfs_submount
init_mount_tree
kern_mount
simple_pin_fs