Searched refs:VfsHashGet (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_a/fs/vfs/ |
H A D | vnode_hash.c | 89 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 D | vnode.h | 180 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fun, void *arg);
|
/kernel/liteos_a/fs/jffs2/src/ |
H A D | vfs_jffs2.c | 203 (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 D | fatfs.c | 549 ret = VfsHashGet(parent->originMount, hash, &vp, fatfs_hash_cmp, dfp); in fatfs_lookup()
|
Completed in 5 milliseconds