Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb | |
const struct qstr * | name |
1820 | If Value is more likely to compile time(dentry) Then protected by d_lock |= No RCU delay for freeing |
1822 | Return dentry |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |