Home
last modified time | relevance | path

Searched refs:_mountID (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.h70 void vfs_vnode_to_node_ref(void *_vnode, fssh_mount_id *_mountID,
92 fssh_status_t vfs_get_cwd(fssh_mount_id *_mountID, fssh_vnode_id *_vnodeID);
H A Dvfs.cpp2417 vfs_fs_vnode_to_node_ref(void *_vnode, fssh_mount_id *_mountID, in vfs_fs_vnode_to_node_ref() argument
2422 *_mountID = vnode->device; in vfs_fs_vnode_to_node_ref()
2676 vfs_get_cwd(fssh_mount_id *_mountID, fssh_vnode_id *_vnodeID) in vfs_get_cwd() argument
2685 *_mountID = context->cwd->device; in vfs_get_cwd()
/haiku/headers/private/kernel/
H A Dvfs.h91 void vfs_vnode_to_node_ref(struct vnode *vnode, dev_t *_mountID,
127 status_t vfs_get_cwd(dev_t *_mountID, ino_t *_vnodeID);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4235 vfs_vnode_to_node_ref(struct vnode* vnode, dev_t* _mountID, ino_t* _vnodeID) in vfs_vnode_to_node_ref() argument
4237 *_mountID = vnode->device; in vfs_vnode_to_node_ref()
4582 vfs_get_cwd(dev_t* _mountID, ino_t* _vnodeID) in vfs_get_cwd() argument
4591 *_mountID = context->cwd->device; in vfs_get_cwd()