Searched refs:lookup_dir_entry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp1063 lookup_dir_entry(struct vnode* dir, const char* name, struct vnode** _vnode) function in namespace:FSShell
1075 fssh_panic("lookup_dir_entry(): could not lookup vnode (mountid %d "
1147 status = lookup_dir_entry(vnode, path, &nextVnode);
1474 status = lookup_dir_entry(vnode, "..", &parentVnode);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2085 lookup_dir_entry(struct vnode* dir, const char* name, struct vnode** _vnode) function
2106 panic("lookup_dir_entry(): could not lookup vnode (mountid 0x%" B_PRIx32
2111 // ktrace_printf("lookup_dir_entry(): dir: %p (%ld, %lld), name: \"%s\" -> "
2208 status = lookup_dir_entry(vnode.Get(), path, &temp);
2612 status = lookup_dir_entry(vnode, "..", &parentVnode);
5406 status = lookup_dir_entry(directory, name, &entry);

Completed in 58 milliseconds