Searched refs:fssh_mount_id (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dnode_monitor.cpp11 fssh_notify_entry_created(fssh_mount_id device, fssh_vnode_id directory,
19 fssh_notify_entry_removed(fssh_mount_id device, fssh_vnode_id directory,
27 fssh_notify_entry_moved(fssh_mount_id device, fssh_vnode_id fromDirectory,
36 fssh_notify_stat_changed(fssh_mount_id device, fssh_vnode_id dir,
44 fssh_notify_attribute_changed(fssh_mount_id device, fssh_vnode_id dir,
53 fssh_mount_id device, fssh_vnode_id directory, const char *name,
62 fssh_mount_id device, fssh_vnode_id directory, const char *name,
71 fssh_mount_id device, fssh_vnode_id directory, const char *name,
H A Dvfs.h66 fssh_status_t vfs_get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID,
68 fssh_status_t vfs_entry_ref_to_vnode(fssh_mount_id mountID,
70 void vfs_vnode_to_node_ref(void *_vnode, fssh_mount_id *_mountID,
73 fssh_status_t vfs_lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID,
87 fssh_status_t vfs_get_fs_node_from_path(fssh_mount_id mountID,
92 fssh_status_t vfs_get_cwd(fssh_mount_id *_mountID, fssh_vnode_id *_vnodeID);
94 fssh_status_t vfs_disconnect_vnode(fssh_mount_id mountID,
108 fssh_status_t resolve_mount_point_to_volume_root(fssh_mount_id mountID,
109 fssh_vnode_id nodeID, fssh_mount_id *resolvedMountID,
H A Dfile_cache.cpp65 fssh_mount_id mountID;
235 fssh_file_cache_create(fssh_mount_id mountID, fssh_vnode_id vnodeID,
H A Dvfs.cpp78 fssh_mount_id device;
95 fssh_mount_id device;
114 fssh_mount_id id;
182 static fssh_mount_id sNextMountID = 1;
406 const fssh_mount_id *id = (fssh_mount_id *)_key;
419 const fssh_mount_id *id = (fssh_mount_id *)_key;
433 find_mount(fssh_mount_id id)
442 get_mount(fssh_mount_id i
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h23 typedef fssh_dev_t fssh_mount_id; typedef
389 extern fssh_status_t fssh_notify_entry_created(fssh_mount_id device,
391 extern fssh_status_t fssh_notify_entry_removed(fssh_mount_id device,
393 extern fssh_status_t fssh_notify_entry_moved(fssh_mount_id device,
397 extern fssh_status_t fssh_notify_stat_changed(fssh_mount_id device,
399 extern fssh_status_t fssh_notify_attribute_changed(fssh_mount_id device,
404 int32_t token, fssh_mount_id device,
408 int32_t token, fssh_mount_id device,
412 int32_t token, fssh_mount_id device,
H A Dfssh_fs_cache.h99 extern void * fssh_file_cache_create(fssh_mount_id mountID,
117 extern void * fssh_file_map_create(fssh_mount_id mountID,
H A Dfssh_api_wrapper.h910 #define mount_id fssh_mount_id

Completed in 132 milliseconds