Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-28 20:07:29
Last Modify:2020-03-18 10:27:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:d_rehash - add an entry back to the hash*@entry: dentry to add to the hash* Adds a dentry to the hash according to its name.

Proto:void d_rehash(struct dentry *entry)

Type:void

Parameter:

TypeParameterName
struct dentry *entry
2478  spin_lock( & d_lock)
2479  __d_rehash(entry)
2480  spin_unlock( & d_lock)