Searched refs:vfs_get_vnode (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.h66 fssh_status_t vfs_get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID,
H A Dvfs.cpp2372 vfs_get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, void **_vnode) function in namespace:FSShell
/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp125 // after a successful vfs_get_vnode() the check is safe (since then we've
133 status_t status = vfs_get_vnode(fDevice, fInode, false, &vnode);
H A Dfile_cache.cpp1047 if (vfs_get_vnode(mountID, vnodeID, true, &vnode) != B_OK)
/haiku/headers/private/kernel/
H A Dvfs.h86 status_t vfs_get_vnode(dev_t mountID, ino_t vnodeID, bool canWait,
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp637 status_t status = vfs_get_vnode(device, directory, true, &vnode);
H A Dvfs.cpp4204 vfs_get_vnode(dev_t mountID, ino_t vnodeID, bool canWait, struct vnode** _vnode) function
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp48 status_t error = vfs_get_vnode(volume->SourceFSVolume()->id, \

Completed in 91 milliseconds