Searched refs:fssh_ino_t (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_dirent.h14 fssh_ino_t d_ino; /* inode number */
15 fssh_ino_t d_pino; /* parent inode (only for queries) */
H A Dfssh_fs_info.h28 fssh_ino_t root; /* root ino_t */
H A Dfssh_fs_cache.h130 fssh_ino_t dirID, const char* name,
131 fssh_ino_t nodeID);
133 fssh_ino_t dirID, const char* name);
135 fssh_ino_t dirID, const char* name);
H A Dfssh_stat.h15 fssh_ino_t fssh_st_ino; /* this file's inode #, unique per device */
H A Dfssh_types.h32 typedef int64_t fssh_ino_t; typedef
H A Dfssh_fs_interface.h24 typedef fssh_ino_t fssh_vnode_id;
119 fssh_status_t (*create_sub_vnode)(fssh_fs_volume *volume, fssh_ino_t id,
271 fssh_ino_t *_nodeID);
H A Dfssh_api_wrapper.h1527 #define ino_t fssh_ino_t
/haiku/src/tools/fs_shell/
H A Dpartition_support.cpp28 FileRestriction(fssh_dev_t device, fssh_ino_t node, fssh_off_t startOffset,
39 fssh_ino_t node;
51 find_file_restriction(fssh_dev_t device, fssh_ino_t node)
84 fssh_ino_t node = st.fssh_st_ino;
H A Dsyscalls.h28 fssh_status_t _kern_entry_ref_to_path(fssh_dev_t device, fssh_ino_t inode,
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,
H A Dvfs.h45 fssh_ino_t node;
H A Dvfs.cpp1065 fssh_ino_t id;
2275 fssh_entry_cache_add(fssh_dev_t mountID, fssh_ino_t dirID, const char* name,
2276 fssh_ino_t nodeID)
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,
5148 _kern_open_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int openMode, int perms)
5207 _kern_open_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name)
5267 _kern_create_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int perms)
5732 _kern_entry_ref_to_path(fssh_dev_t device, fssh_ino_t inod
[all...]

Completed in 216 milliseconds