函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\namespace.c Create Date:2022-07-29 10:39:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:put_mnt_ns

函数原型:void put_mnt_ns(struct mnt_namespace *ns)

返回类型:void

参数:

类型参数名称
struct mnt_namespace *ns
3776  如果非atomic_dec_and_test( & count)则返回
3778  drop_collected_mounts( & mnt)
3779  free_mnt_ns(ns)
调用者
名称描述
free_nsproxy
mount_subtree
mntns_put
mntns_install
mounts_open_common
mounts_release
create_new_namespacesCreate new nsproxy and all of its the associated namespaces.* Return the newly created nsproxy. Do not attach this to the task,* leave it to the caller to do proper locking and attach it to task.