Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:devpts_kill_sb

Proto:static void devpts_kill_sb(struct super_block *sb)

Type:void

Parameter:

TypeParameterName
struct super_block *sb
510  fsi = DEVPTS_SB(sb)
512  If fsi Then da_destroy() - Free all IDs.*@ida: IDA handle.* Calling this function frees all IDs and releases all resources used* by an IDA. When this call returns, the IDA is empty and can be reused* or freed. If the IDA is already empty, there is no need to call this
514  kfree(fsi)
515  kill_litter_super(sb)