Home
last modified time | relevance | path

Searched refs:PathCacheLookup (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/fs/vfs/include/
Dpath_cache.h54 int PathCacheLookup(struct Vnode *parent, const char *name, int len, struct Vnode **vnode);
/kernel/liteos_a/fs/vfs/
Dpath_cache.c162 int PathCacheLookup(struct Vnode *parent, const char *name, int len, struct Vnode **vnode) in PathCacheLookup() function
Dvnode.c339 ret = PathCacheLookup(*currentVnode, nextDir, len, &nextVnode); in Step()