Symbol: fssh_mount_id
headers/private/fs_shell/fssh_api_wrapper.h
915
#define mount_id fssh_mount_id
headers/private/fs_shell/fssh_fs_cache.h
117
extern void * fssh_file_map_create(fssh_mount_id mountID,
headers/private/fs_shell/fssh_fs_cache.h
99
extern void * fssh_file_cache_create(fssh_mount_id mountID,
headers/private/fs_shell/fssh_fs_interface.h
392
extern fssh_status_t fssh_notify_entry_created(fssh_mount_id device,
headers/private/fs_shell/fssh_fs_interface.h
394
extern fssh_status_t fssh_notify_entry_removed(fssh_mount_id device,
headers/private/fs_shell/fssh_fs_interface.h
396
extern fssh_status_t fssh_notify_entry_moved(fssh_mount_id device,
headers/private/fs_shell/fssh_fs_interface.h
400
extern fssh_status_t fssh_notify_stat_changed(fssh_mount_id device,
headers/private/fs_shell/fssh_fs_interface.h
402
extern fssh_status_t fssh_notify_attribute_changed(fssh_mount_id device,
headers/private/fs_shell/fssh_fs_interface.h
407
int32_t token, fssh_mount_id device,
headers/private/fs_shell/fssh_fs_interface.h
411
fssh_mount_id device, fssh_vnode_id fromDirectory,
headers/private/fs_shell/fssh_fs_interface.h
415
int32_t token, fssh_mount_id device,
headers/private/fs_shell/fssh_fs_interface.h
419
int32_t token, fssh_mount_id device,
src/tools/fs_shell/file_cache.cpp
235
fssh_file_cache_create(fssh_mount_id mountID, fssh_vnode_id vnodeID,
src/tools/fs_shell/file_cache.cpp
65
fssh_mount_id mountID;
src/tools/fs_shell/node_monitor.cpp
11
fssh_notify_entry_created(fssh_mount_id device, fssh_vnode_id directory,
src/tools/fs_shell/node_monitor.cpp
19
fssh_notify_entry_removed(fssh_mount_id device, fssh_vnode_id directory,
src/tools/fs_shell/node_monitor.cpp
27
fssh_notify_entry_moved(fssh_mount_id device, fssh_vnode_id fromDirectory,
src/tools/fs_shell/node_monitor.cpp
36
fssh_notify_stat_changed(fssh_mount_id device, fssh_vnode_id dir,
src/tools/fs_shell/node_monitor.cpp
44
fssh_notify_attribute_changed(fssh_mount_id device, fssh_vnode_id dir,
src/tools/fs_shell/node_monitor.cpp
53
fssh_mount_id device, fssh_vnode_id directory, const char *name,
src/tools/fs_shell/node_monitor.cpp
62
fssh_mount_id device, fssh_vnode_id directory, const char *name,
src/tools/fs_shell/node_monitor.cpp
70
fssh_notify_query_entry_moved(fssh_port_id port, int32_t token, fssh_mount_id device,
src/tools/fs_shell/node_monitor.cpp
80
fssh_mount_id device, fssh_vnode_id directory, fssh_vnode_id node,
src/tools/fs_shell/vfs.cpp
1046
entry_ref_to_vnode(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, struct vnode **_vnode)
src/tools/fs_shell/vfs.cpp
115
fssh_mount_id id;
src/tools/fs_shell/vfs.cpp
183
static fssh_mount_id sNextMountID = 1;
src/tools/fs_shell/vfs.cpp
2421
vfs_get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, void **_vnode)
src/tools/fs_shell/vfs.cpp
2457
vfs_entry_ref_to_vnode(fssh_mount_id mountID, fssh_vnode_id directoryID,
src/tools/fs_shell/vfs.cpp
2466
vfs_fs_vnode_to_node_ref(void *_vnode, fssh_mount_id *_mountID,
src/tools/fs_shell/vfs.cpp
2483
vfs_lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID,
src/tools/fs_shell/vfs.cpp
2725
vfs_get_cwd(fssh_mount_id *_mountID, fssh_vnode_id *_vnodeID)
src/tools/fs_shell/vfs.cpp
3126
file_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, int openMode, int perms, bool kernel)
src/tools/fs_shell/vfs.cpp
3167
file_open_entry_ref(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, int openMode, bool kernel)
src/tools/fs_shell/vfs.cpp
3312
dir_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id parentID, const char *name, int perms, bool kernel)
src/tools/fs_shell/vfs.cpp
3360
dir_open_entry_ref(fssh_mount_id mountID, fssh_vnode_id parentID, const char *name, bool kernel)
src/tools/fs_shell/vfs.cpp
407
const fssh_mount_id *id = (fssh_mount_id *)_key;
src/tools/fs_shell/vfs.cpp
420
const fssh_mount_id *id = (fssh_mount_id *)_key;
src/tools/fs_shell/vfs.cpp
434
find_mount(fssh_mount_id id)
src/tools/fs_shell/vfs.cpp
4348
index_dir_open(fssh_mount_id mountID, bool kernel)
src/tools/fs_shell/vfs.cpp
443
get_mount(fssh_mount_id id, struct fs_mount **_mount)
src/tools/fs_shell/vfs.cpp
4436
index_create(fssh_mount_id mountID, const char *name, uint32_t type, uint32_t flags, bool kernel)
src/tools/fs_shell/vfs.cpp
4459
index_name_read_stat(fssh_mount_id mountID, const char *name,
src/tools/fs_shell/vfs.cpp
4483
index_remove(fssh_mount_id mountID, const char *name, bool kernel)
src/tools/fs_shell/vfs.cpp
593
create_new_vnode(struct vnode **_vnode, fssh_mount_id mountID, fssh_vnode_id vnodeID)
src/tools/fs_shell/vfs.cpp
747
lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID)
src/tools/fs_shell/vfs.cpp
774
get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, struct vnode **_vnode, int reenter)
src/tools/fs_shell/vfs.cpp
79
fssh_mount_id device;
src/tools/fs_shell/vfs.cpp
941
resolve_mount_point_to_volume_root(fssh_mount_id mountID, fssh_vnode_id nodeID,
src/tools/fs_shell/vfs.cpp
942
fssh_mount_id *resolvedMountID, fssh_vnode_id *resolvedNodeID)
src/tools/fs_shell/vfs.cpp
96
fssh_mount_id device;
src/tools/fs_shell/vfs.h
108
fssh_status_t resolve_mount_point_to_volume_root(fssh_mount_id mountID,
src/tools/fs_shell/vfs.h
109
fssh_vnode_id nodeID, fssh_mount_id *resolvedMountID,
src/tools/fs_shell/vfs.h
66
fssh_status_t vfs_get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID,
src/tools/fs_shell/vfs.h
68
fssh_status_t vfs_entry_ref_to_vnode(fssh_mount_id mountID,
src/tools/fs_shell/vfs.h
70
void vfs_vnode_to_node_ref(void *_vnode, fssh_mount_id *_mountID,
src/tools/fs_shell/vfs.h
73
fssh_status_t vfs_lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID,
src/tools/fs_shell/vfs.h
87
fssh_status_t vfs_get_fs_node_from_path(fssh_mount_id mountID,
src/tools/fs_shell/vfs.h
92
fssh_status_t vfs_get_cwd(fssh_mount_id *_mountID, fssh_vnode_id *_vnodeID);
src/tools/fs_shell/vfs.h
94
fssh_status_t vfs_disconnect_vnode(fssh_mount_id mountID,