函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kobject.c Create Date:2022-07-27 07:13:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kobj_ns_current_may_mount

函数原型:bool kobj_ns_current_may_mount(enum kobj_ns_type type)

返回类型:bool

参数:

类型参数名称
enum kobj_ns_typetype
1070  bool may_mount = true
1072  加自旋锁
1073  如果type大于KOBJ_NS_TYPE_NONEtype小于KOBJ_NS_TYPESkobj_ns_ops_tbl[type]则may_mount等于current_may_mount()
1076  自旋锁解锁
1078  返回:may_mount