Searched refs:VfsHashGet (Results 1 – 5 of 5) sorted by relevance
/kernel/liteos_a/fs/vfs/ |
D | vnode_hash.c | 89 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fn, void… in VfsHashGet() function
|
/kernel/liteos_a/fs/vfs/include/ |
D | vnode.h | 180 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fun, voi…
|
/kernel/liteos_a/fs/jffs2/src/ |
D | vfs_jffs2.c | 203 (void)VfsHashGet(parentVnode->originMount, node->i_ino, &newVnode, NULL, NULL); in VfsJffs2Lookup()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
D | fatfs.c | 549 ret = VfsHashGet(parent->originMount, hash, &vp, fatfs_hash_cmp, dfp); in fatfs_lookup()
|
/kernel/liteos_a/ |
D | CHANGELOG.md | 209 * parent point of vnode found by VfsHashGet should be updated ([f32caa5](https://gitee.com/openharm…
|