Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:cleanup_mnt

Proto:static void cleanup_mnt(struct mount *mnt)

Type:void

Parameter:

TypeParameterName
struct mount *mnt
1093  WARN_ON(mnt_get_writers(mnt))
1094  If Value for the false possibility is greater at compile time(first) Then mnt_pin_kill(mnt)
1097  hlist_del( & mnt_umount)
1098  mntput( & mnt)
1100  snotify_vfsmount_delete - a vfsmount is being destroyed, clean up is needed
1101  dput - release a dentry*@dentry: dentry to release * Release a dentry. This will drop the usage count and if appropriate* call the dentry unlink method as well as removing it from the queues and* releasing its resources
1102  deactivate_super - drop an active reference to superblock*@s: superblock to deactivate* Variant of deactivate_locked_super(), except that superblock is *not** locked by caller. If we are going to drop the final active reference,
1103  mnt_free_id(mnt)
1104  Post an RCU callback to be invoked after the end of an RCU grace* period. But since we have but one CPU, that would be after any* quiescent state.
Caller
NameDescribe
__cleanup_mnt
delayed_mntput
mntput_no_expire