Function report |
Source Code:fs\namei.c |
Create Date:2022-07-28 20:05:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ry_lookup_one_len - filesystem helper to lookup single pathname component*@name: pathname component to lookup*@base: base directory to lookup from*@len: maximum length @len should be interpreted to* Look up a dentry by name in the dcache, returning NULL
Proto:struct dentry *try_lookup_one_len(const char *name, struct dentry *base, int len)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | name | |
struct dentry * | base | |
int | len |
2498 | err = lookup_one_len_common(name, base, len, & this) |
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 |