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: allocate a dcache entry
Proto:struct dentry *d_alloc(struct dentry *parent, const struct qstr *name)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | parent | |
const struct qstr * | name |
1770 | If Not dentry Then Return NULL |
1778 | parent directory = parent |
1780 | spin_unlock( & d_lock) |
1782 | Return dentry |
Name | Describe |
---|---|
vfs_tmpfile | |
d_alloc_name | |
d_add_ci | d_add_ci - lookup or allocate new dentry with case-exact name*@inode: the inode case-insensitive lookup has found*@dentry: the negative dentry that was passed to the parent's lookup func*@name: the case-exact name to be associated with the returned |
d_alloc_parallel |
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 |