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, argument
2422 *_mountID = vnode->device;
2676 vfs_get_cwd(fssh_mount_id *_mountID, fssh_vnode_id *_vnodeID) argument
2685 *_mountID = context->cwd->device;
/haiku/headers/private/kernel/
H A Dvfs.h90 void vfs_vnode_to_node_ref(struct vnode *vnode, dev_t *_mountID,
126 status_t vfs_get_cwd(dev_t *_mountID, ino_t *_vnodeID);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4229 vfs_vnode_to_node_ref(struct vnode* vnode, dev_t* _mountID, ino_t* _vnodeID) argument
4231 *_mountID = vnode->device;
4576 vfs_get_cwd(dev_t* _mountID, ino_t* _vnodeID) argument
4585 *_mountID = context->cwd->device;

Completed in 84 milliseconds