结构体 | |
struct | PathCache |
函数 | |
int | PathCacheInit (void) |
int | PathCacheFree (struct PathCache *cache) |
struct PathCache * | PathCacheAlloc (struct Vnode *parent, struct Vnode *vnode, const char *name, uint8_t len) |
int | PathCacheLookup (struct Vnode *parent, const char *name, int len, struct Vnode **vnode) |
void | VnodePathCacheFree (struct Vnode *vnode) |
和长辈,晚辈告别,从此不再是父亲和孩子. 更多... | |
void | PathCacheMemoryDump (void) |
void | PathCacheDump (void) |
LIST_HEAD * | GetPathCacheList (void) |
void | ResetPathCacheHitInfo (int *hit, int *try) |
在文件 path_cache.c 第 208 行定义.
struct PathCache * PathCacheAlloc | ( | struct Vnode * | parent, |
struct Vnode * | vnode, | ||
const char * | name, | ||
uint8_t | len | ||
) |
在文件 path_cache.c 第 112 行定义.
在文件 path_cache.c 第 66 行定义.
在文件 path_cache.c 第 147 行定义.
在文件 path_cache.c 第 58 行定义.
在文件 path_cache.c 第 162 行定义.