Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fc_mount

Proto:struct vfsmount *fc_mount(struct fs_context *fc)

Type:struct vfsmount

Parameter:

TypeParameterName
struct fs_context *fc
962  err = vfs_get_tree - Get the mountable root*@fc: The superblock configuration context.* The filesystem is invoked to get or create a superblock which can then later* be used for mounting. The filesystem places a pointer to the root to be
963  If Not err Then
964  lease a write lock
965  Return vfs_create_mount - Create a mount for a configured superblock*@fc: The configuration context with the superblock attached* Create a mount to an already configured superblock. If necessary, the* caller should invoke vfs_get_tree() before calling this.
967  Return ERR_PTR(err)
Caller
NameDescribe
vfs_kern_mount