Searched defs:mountID (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dentry_cache.cpp14 entry_cache_add(dev_t mountID, ino_t dirID, const char* name, ino_t nodeID) argument
21 entry_cache_add_missing(dev_t mountID, ino_t dirID, const char* name) argument
28 entry_cache_remove(dev_t mountID, ino_t dirID, const char* name) argument
H A Dfile_cache.cpp17 dev_t mountID; member in struct:FileCache
21 FileCache(dev_t mountID, ino_t vnodeID) argument
32 file_cache_create(dev_t mountID, ino_t vnodeID, off_t size) argument
[all...]
H A Dhaiku_kernel_emu.cpp482 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode **_vnode) argument
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp294 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode) argument
/haiku/src/tools/fs_shell/
H A Dfile_cache.cpp65 fssh_mount_id mountID; member in struct:FSShell::file_cache_ref
235 fssh_file_cache_create(fssh_mount_id mountID, fssh_vnode_id vnodeID, argument
H A Dvfs.cpp592 create_new_vnode(struct vnode **_vnode, fssh_mount_id mountID, fssh_vnode_id vnodeID) argument
746 lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID) argument
773 get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, struct vnode **_vnode, int reenter) argument
940 resolve_mount_point_to_volume_root(fssh_mount_id mountID, fssh_vnode_id nodeID, fssh_mount_id *resolvedMountID, fssh_vnode_id *resolvedNodeID) argument
1045 entry_ref_to_vnode(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, struct vnode **_vnode) argument
2275 fssh_entry_cache_add(fssh_dev_t mountID, fssh_ino_t dirID, const char* name, fssh_ino_t nodeID) argument
2284 fssh_entry_cache_add_missing(fssh_dev_t mountID, fssh_ino_t dirID, const char* name) argument
2293 fssh_entry_cache_remove(fssh_dev_t mountID, fssh_ino_t dirID, const char* name) argument
2372 vfs_get_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, void **_vnode) argument
2408 vfs_entry_ref_to_vnode(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, void **_vnode) argument
2434 vfs_lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID, struct vnode **_vnode) argument
3077 file_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, int openMode, int perms, bool kernel) argument
3118 file_open_entry_ref(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, int openMode, bool kernel) argument
3263 dir_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id parentID, const char *name, int perms, bool kernel) argument
3311 dir_open_entry_ref(fssh_mount_id mountID, fssh_vnode_id parentID, const char *name, bool kernel) argument
4299 index_dir_open(fssh_mount_id mountID, bool kernel) argument
4387 index_create(fssh_mount_id mountID, const char *name, uint32_t type, uint32_t flags, bool kernel) argument
4410 index_name_read_stat(fssh_mount_id mountID, const char *name, struct fssh_stat *stat, bool kernel) argument
4434 index_remove(fssh_mount_id mountID, const char *name, bool kernel) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp578 UserlandFS::KernelEmu::file_cache_create(dev_t mountID, ino_t vnodeID, argument
614 UserlandFS::KernelEmu::file_cache_delete(dev_t mountID, ino_t vnodeID) argument
648 UserlandFS::KernelEmu::file_cache_set_enabled(dev_t mountID, ino_t vnodeID, argument
684 UserlandFS::KernelEmu::file_cache_set_size(dev_t mountID, ino_t vnodeID, argument
720 UserlandFS::KernelEmu::file_cache_sync(dev_t mountID, ino_t vnodeID) argument
754 file_cache_read(dev_t mountID, ino_t vnodeID, void *cookie, off_t offset, void *bufferBase, size_t *_size) argument
807 file_cache_write(dev_t mountID, ino_t vnodeID, void *cookie, off_t offset, const void *buffer, size_t *_size) argument
[all...]
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp603 file_map_create(dev_t mountID, ino_t vnodeID, off_t size) argument
H A Dfile_cache.cpp1039 cache_prefetch(dev_t mountID, ino_t vnodeID, off_t offset, size_t size) argument
1139 file_cache_create(dev_t mountID, ino_t vnodeID, off_t size) argument
1056 cache_node_opened(struct vnode* vnode, VMCache* cache, dev_t mountID, ino_t parentID, ino_t vnodeID, const char* name) argument
1075 cache_node_closed(struct vnode* vnode, VMCache* cache, dev_t mountID, ino_t vnodeID) argument
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp874 lookup_vnode(dev_t mountID, ino_t vnodeID) argument
895 retry_busy_vnode(int32& tries, dev_t mountID, ino_t vnodeID) argument
925 create_new_vnode_and_lock(dev_t mountID, ino_t vnodeID, struct vnode*& _vnode, argument
1154 get_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode, bool canWait, int reenter) argument
2061 entry_ref_to_vnode(dev_t mountID, ino_t directoryID, const char* name, bool traverse, bool kernel, VnodePutter& _vnode) argument
4089 entry_cache_add(dev_t mountID, ino_t dirID, const char* name, ino_t nodeID) argument
4104 entry_cache_add_missing(dev_t mountID, ino_t dirID, const char* name) argument
4119 entry_cache_remove(dev_t mountID, ino_t dirID, const char* name) argument
4204 vfs_get_vnode(dev_t mountID, ino_t vnodeID, bool canWait, struct vnode** _vnode) argument
4218 vfs_entry_ref_to_vnode(dev_t mountID, ino_t directoryID, const char* name, struct vnode** _vnode) argument
4265 vfs_lookup_vnode(dev_t mountID, ino_t vnodeID, struct vnode** _vnode) argument
4596 vfs_unmount(dev_t mountID, uint32 flags) argument
4603 vfs_disconnect_vnode(dev_t mountID, ino_t vnodeID) argument
5125 vfs_resolve_vnode_to_covering_vnode(dev_t mountID, ino_t nodeID, dev_t* resolvedMountID, ino_t* resolvedNodeID) argument
5151 vfs_get_mount_point(dev_t mountID, dev_t* _mountPointMountID, ino_t* _mountPointNodeID) argument
5171 vfs_bind_mount_directory(dev_t mountID, ino_t nodeID, dev_t coveredMountID, ino_t coveredNodeID) argument
5555 file_create_entry_ref(dev_t mountID, ino_t directoryID, const char* name, int openMode, int perms, bool kernel) argument
5593 file_open_entry_ref(dev_t mountID, ino_t directoryID, const char* name, int openMode, bool kernel) argument
5931 dir_create_entry_ref(dev_t mountID, ino_t parentID, const char* name, int perms, bool kernel) argument
5981 dir_open_entry_ref(dev_t mountID, ino_t parentID, const char* name, bool kernel) argument
7089 index_dir_open(dev_t mountID, bool kernel) argument
7182 index_create(dev_t mountID, const char* name, uint32 type, uint32 flags, bool kernel) argument
7236 index_name_read_stat(dev_t mountID, const char* name, struct stat* stat, bool kernel) argument
7261 index_remove(dev_t mountID, const char* name, bool kernel) argument
7719 fs_unmount(char* path, dev_t mountID, uint32 flags, bool kernel) argument
[all...]

Completed in 132 milliseconds