Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:d_alloc_pseudo - allocate a dentry (for lookup-less filesystems)*@sb: the superblock*@name: qstr of the name* For a filesystem that just pins its dentries in memory and never* performs lookups at all, return an unhashed IS_ROOT dentry.

Proto:struct dentry *d_alloc_pseudo(struct super_block *sb, const struct qstr *name)

Type:struct dentry

Parameter:

TypeParameterName
struct super_block *sb
const struct qstr *name
1819  dentry = __d_alloc - allocate a dcache entry*@sb: filesystem it will belong to*@name: qstr of the name* Allocates a dentry. It returns %NULL if there is insufficient memory* available. On a success the dentry is returned. The name passed in is
1820  If Value is more likely to compile time(dentry) Then protected by d_lock |= No RCU delay for freeing
1822  Return dentry