Searched refs:get_mount (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tools/fs_shell/ |
H A D | vfs.cpp | 442 get_mount(fssh_mount_id id, struct fs_mount **_mount) in get_mount() function 2461 fssh_status_t status = get_mount(volume->id, &mount); in vfs_get_fs_node_from_path() 4306 fssh_status_t status = get_mount(mountID, &mount); in index_dir_open() 4392 fssh_status_t status = get_mount(mountID, &mount); in index_create() 4416 fssh_status_t status = get_mount(mountID, &mount); in index_name_read_stat() 4439 fssh_status_t status = get_mount(mountID, &mount); in index_remove() 4470 fssh_status_t status = get_mount(device, &mount); in query_open() 4872 fssh_status_t status = get_mount(device, &mount); in fs_sync() 4931 fssh_status_t status = get_mount(device, &mount); in fs_read_info() 4963 fssh_status_t status = get_mount(device, &mount); in fs_write_info()
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 723 get_mount(dev_t id, struct fs_mount** _mount) in get_mount() function 4297 status_t status = get_mount(volume->id, &mount); in vfs_get_fs_node_from_path() 7091 status_t status = get_mount(mountID, &mount); in index_dir_open() 7183 status_t status = get_mount(mountID, &mount); in index_create() 7237 status_t status = get_mount(mountID, &mount); in index_name_read_stat() 7261 status_t status = get_mount(mountID, &mount); in index_remove() 7293 status_t status = get_mount(device, &mount); in query_open() 7939 status_t status = get_mount(device, &mount); in fs_sync() 8022 status_t status = get_mount(device, &mount); in fs_read_info() 8060 status_t status = get_mount(device, &mount); in fs_write_info()
|