Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Get a mountable root with the legacy mount command.

Proto:static int legacy_get_tree(struct fs_context *fc)

Type:int

Parameter:

TypeParameterName
struct fs_context *fc
643  ctx = fs_private
647  root = mount(fs_type, sb_flags, source, Data page for legacy filesystems )
649  If IS_ERR(root) Then Return PTR_ERR(root)
652  sb = The root of the dentry tree
653  BUG_ON(!sb)
655  root = root
656  Return 0