Home
last modified time | relevance | path

Searched refs:VfsHashGet (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_a/fs/vfs/
Dvnode_hash.c89 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fn, void… in VfsHashGet() function
/kernel/liteos_a/fs/vfs/include/
Dvnode.h180 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fun, voi…
/kernel/liteos_a/fs/jffs2/src/
Dvfs_jffs2.c203 (void)VfsHashGet(parentVnode->originMount, node->i_ino, &newVnode, NULL, NULL); in VfsJffs2Lookup()
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c549 ret = VfsHashGet(parent->originMount, hash, &vp, fatfs_hash_cmp, dfp); in fatfs_lookup()
/kernel/liteos_a/
DCHANGELOG.md209 * parent point of vnode found by VfsHashGet should be updated ([f32caa5](https://gitee.com/openharm…