Searched refs:fssh_dev_t (Results 1 - 17 of 17) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_fs_index.h27 extern int fssh_fs_create_index(fssh_dev_t device, const char *name,
29 extern int fssh_fs_remove_index(fssh_dev_t device, const char *name);
30 extern int fssh_fs_stat_index(fssh_dev_t device, const char *name,
33 extern fssh_DIR *fssh_fs_open_index_dir(fssh_dev_t device);
H A Dfssh_fs_volume.h24 extern fssh_dev_t fssh_fs_mount_volume(const char *where,
H A Dfssh_fs_info.h27 fssh_dev_t dev; /* volume dev_t */
46 extern fssh_dev_t dev_for_path(const char *path);
47 extern fssh_dev_t next_dev(int32_t *pos);
48 extern int fs_stat_dev(fssh_dev_t dev, fssh_fs_info *info);
H A Dfssh_fs_query.h28 extern fssh_DIR* fssh_fs_open_query(fssh_dev_t device,
30 extern fssh_DIR* fssh_fs_open_live_query(fssh_dev_t device,
H A Dfssh_dirent.h12 fssh_dev_t d_dev; /* device */
13 fssh_dev_t d_pdev; /* parent device (only for queries) */
H A Dfssh_fs_cache.h129 extern fssh_status_t fssh_entry_cache_add(fssh_dev_t mountID,
132 extern fssh_status_t fssh_entry_cache_add_missing(fssh_dev_t mountID,
134 extern fssh_status_t fssh_entry_cache_remove(fssh_dev_t mountID,
H A Dfssh_stat.h14 fssh_dev_t fssh_st_dev; /* "device" that this file resides on */
21 fssh_dev_t fssh_st_rdev; /* device type (not used) */
H A Dfssh_disk_device_manager.h30 fssh_dev_t volume; // [sys]
H A Dfssh_types.h31 typedef int32_t fssh_dev_t; typedef
H A Dfssh_fs_interface.h23 typedef fssh_dev_t fssh_mount_id;
60 fssh_dev_t id;
H A Dfssh_api_wrapper.h1526 #define dev_t fssh_dev_t
/haiku/src/tools/fs_shell/
H A Dsyscalls.h19 fssh_dev_t _kern_mount(const char *path, const char *device,
23 fssh_status_t _kern_read_fs_info(fssh_dev_t device,
25 fssh_status_t _kern_write_fs_info(fssh_dev_t device,
28 fssh_status_t _kern_entry_ref_to_path(fssh_dev_t device, fssh_ino_t inode,
30 fssh_dev_t _kern_next_device(int32_t *_cookie);
31 int _kern_open_entry_ref(fssh_dev_t device, fssh_ino_t inode,
34 int _kern_open_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode,
41 fssh_status_t _kern_create_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode,
66 int _kern_open_index_dir(fssh_dev_t device);
67 fssh_status_t _kern_create_index(fssh_dev_t devic
[all...]
H A Dpartition_support.cpp28 FileRestriction(fssh_dev_t device, fssh_ino_t node, fssh_off_t startOffset,
38 fssh_dev_t device;
51 find_file_restriction(fssh_dev_t device, fssh_ino_t node)
83 fssh_dev_t device = st.fssh_st_dev;
H A Dfuse.cpp88 fssh_dev_t rootDev = _kern_mount("/", NULL, "rootfs", 0, NULL, 0);
365 static fssh_dev_t
383 fssh_dev_t volumeID = get_volume_id();
435 fssh_dev_t fsDev = _kern_mount(kMountPoint, device, fsName, 0, NULL, 0);
444 fssh_dev_t volumeID = get_volume_id();
514 fssh_dev_t volumeID = get_volume_id();
H A Dvfs.h44 fssh_dev_t device;
H A Dvfs.cpp2275 fssh_entry_cache_add(fssh_dev_t mountID, fssh_ino_t dirID, const char* name,
2284 fssh_entry_cache_add_missing(fssh_dev_t mountID, fssh_ino_t dirID,
2293 fssh_entry_cache_remove(fssh_dev_t mountID, fssh_ino_t dirID, const char* name)
2732 vfs_entry_ref_to_path(fssh_dev_t device, fssh_ino_t inode, const char *leaf,
4462 query_open(fssh_dev_t device, const char *query, uint32_t flags,
4554 static fssh_dev_t
4869 fs_sync(fssh_dev_t device)
4928 fs_read_info(fssh_dev_t device, struct fssh_fs_info *info)
4960 fs_write_info(fssh_dev_t device, const struct fssh_fs_info *info, int mask)
4977 static fssh_dev_t
[all...]
H A Dfssh.cpp97 fssh_dev_t rootDev = _kern_mount("/", NULL, "rootfs", 0, NULL, 0);
282 static fssh_dev_t
796 fssh_dev_t volumeID = get_volume_id();
1104 fssh_dev_t volumeID = get_volume_id();
1205 fssh_dev_t volumeID = get_volume_id();
1605 fssh_dev_t fsDev = _kern_mount(kMountPoint, device, fsName, 0, NULL, 0);

Completed in 109 milliseconds