Home
last modified time | relevance | path

Searched refs:VfsHashGet (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_a/fs/vfs/
H A Dvnode_hash.c89 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fn, void *arg) in VfsHashGet() function
/kernel/liteos_a/fs/vfs/include/
H A Dvnode.h180 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fun, void *arg);
/kernel/liteos_a/fs/jffs2/src/
H A Dvfs_jffs2.c203 (void)VfsHashGet(parentVnode->originMount, node->i_ino, &newVnode, NULL, NULL); in VfsJffs2Lookup()
206 LOS_Panic("#####VfsHashGet error#####\n"); in VfsJffs2Lookup()
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.c549 ret = VfsHashGet(parent->originMount, hash, &vp, fatfs_hash_cmp, dfp); in fatfs_lookup()

Completed in 5 milliseconds