Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/include/
Dpath_cache.h53 struct PathCache *PathCacheAlloc(struct Vnode *parent, struct Vnode *vnode, const char *name, uint8…
/kernel/liteos_a/fs/vfs/
Dpath_cache.c112 struct PathCache *PathCacheAlloc(struct Vnode *parent, struct Vnode *vnode, const char *name, uint8… in PathCacheAlloc() function
Dvnode.c357 (void)PathCacheAlloc((*currentVnode), nextVnode, nextDir, len); in Step()