Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:find_filesystem

Proto:static struct file_system_type **find_filesystem(const char *name, unsigned len)

Type:struct file_system_type

Parameter:

TypeParameterName
const char *name
unsignedlen
52  When p cycle If strncmp(name, name, len) == 0 && Not name[len] Then
55  Break
56  Return p
Caller
NameDescribe
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