Searched refs:vfs_lookup_vnode (Results 1 – 12 of 12) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | vfs.h | 18 status_t vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode **_vnode);
|
H A D | haiku_kernel_emu.cpp | 482 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode **_vnode) in vfs_lookup_vnode() function
|
/haiku/src/tools/fs_shell/ |
H A D | vfs.h | 73 fssh_status_t vfs_lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID,
|
H A D | file_cache.cpp | 250 fssh_status_t error = vfs_lookup_vnode(mountID, vnodeID, &ref->node); in fssh_file_cache_create()
|
H A D | vfs.cpp | 2434 vfs_lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, in vfs_lookup_vnode() function
|
/haiku/src/tests/system/kernel/cache/ |
H A D | file_map_test.cpp | 294 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode) in vfs_lookup_vnode() function
|
/haiku/src/system/kernel/cache/ |
H A D | file_map.cpp | 611 if (vfs_lookup_vnode(mountID, vnodeID, &vnode) != B_OK) in file_map_create()
|
H A D | file_cache.cpp | 1166 if (vfs_lookup_vnode(mountID, vnodeID, &ref->vnode) != B_OK) in file_cache_create()
|
/haiku/headers/private/kernel/ |
H A D | vfs.h | 96 status_t vfs_lookup_vnode(dev_t mountID, ino_t vnodeID,
|
/haiku/src/add-ons/kernel/file_systems/bindfs/ |
H A D | kernel_interface.cpp | 154 if (vfs_lookup_vnode(sourceVolume->id, *_vnid, &sourceChildVnode) == B_OK) in bindfs_lookup() 629 if (vfs_lookup_vnode(sourceVolume->id, *_newVnodeID, &newSourceVnode) in bindfs_create()
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | kernel_interface.cpp | 859 if (vfs_lookup_vnode(_volume->id, node->GetID(), &vnode) == B_OK) { in ramfs_create()
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 4271 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode) in vfs_lookup_vnode() function
|