函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:find_filesystem

函数原型:static struct file_system_type **find_filesystem(const char *name, unsigned len)

返回类型:struct file_system_type

参数:

类型参数名称
const char *name
unsignedlen
52 p循环如果字符串指定长度比较恒等于0且非name[len]则
55  退出
56  返回:p
调用者
名称描述
register_filesystemgister_filesystem - register a new filesystem*@fs: the file system structure* Adds the file system passed to the list of file systems the kernel* is aware of for mount and other syscalls
__get_fs_type