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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp433 find_mount(fssh_mount_id id) function in namespace:FSShell
446 struct fs_mount *mount = find_mount(id);
607 vnode->mount = find_mount(mountID);
4748 mount = find_mount(vnode->device);
4750 fssh_panic("vfs_unmount: find_mount() failed on root vnode @%p of mount\n", vnode);
4991 mount = find_mount(device++);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp715 find_mount(dev_t id) function
731 mount = find_mount(id);
954 vnode->mount = find_mount(mountID);
4094 struct fs_mount* mount = find_mount(mountID);
4109 struct fs_mount* mount = find_mount(mountID);
4124 struct fs_mount* mount = find_mount(mountID);
5157 struct fs_mount* mount = find_mount(mountID);
7737 mount = find_mount(path != NULL ? pathVnode->device : mountID);
7739 panic("fs_unmount: find_mount() failed on root vnode @%p of mount\n",
8095 mount = find_mount(devic
[all...]

Completed in 117 milliseconds