Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:de_sb_list_add - add inode to the superblock list of inodes*@inode: inode to add

Proto:void inode_sb_list_add(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
459  spin_lock( & s_inode_list_lock)
460  list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks.
461  spin_unlock( & s_inode_list_lock)
Caller
NameDescribe
new_inodeobtain an inode
inode_insert5de_insert5 - obtain an inode from a mounted file system*@inode: pre-allocated inode to use for insert to cache*@hashval: hash value (usually inode number) to get*@test: callback used for comparisons between inodes*@set: callback used to initialize a new
iget_lockedobtain an inode from a mounted file system