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:WARNING: This can be used only if we _already_ own a reference

Proto:struct file_system_type *get_filesystem(struct file_system_type *fs)

Type:struct file_system_type

Parameter:

TypeParameterName
struct file_system_type *fs
40  __module_get(owner)
41  Return fs
Caller
NameDescribe
sgetfind or create a superblock
alloc_fs_contextalloc_fs_context - Create a filesystem context.*@fs_type: The filesystem type.*@reference: The dentry from which this one derives (or NULL)*@sb_flags: Filesystem/superblock flags (SB_*)*@sb_flags_mask: Applicable members of @sb_flags
vfs_dup_fs_contextvfs_dup_fc_config: Duplicate a filesystem context.*@src_fc: The context to copy.