Function report |
Source Code:fs\libfs.c |
Create Date:2022-07-28 20:10:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Lookup the data. This is trivial - if the dentry didn't already* exist, we know it is negative. Set d_op to delete negative dentries.
Proto:struct dentry *simple_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | dir | |
struct dentry * | dentry | |
unsigned int | flags |
67 | If len > # chars in a file name Then Return ERR_PTR( - ENAMETOOLONG) |
69 | If Not s_d_op Then d_set_d_op(dentry, & simple_dentry_operations) |
72 | Return NULL |
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 |