Symbol: fssh_status_t
headers/private/fs_shell/KPath.h
23
fssh_status_t SetTo(const char *path, bool normalize = false,
headers/private/fs_shell/KPath.h
26
fssh_status_t InitCheck() const;
headers/private/fs_shell/KPath.h
28
fssh_status_t SetPath(const char *path, bool normalize = false);
headers/private/fs_shell/KPath.h
37
fssh_status_t ReplaceLeaf(const char *newLeaf);
headers/private/fs_shell/KPath.h
39
fssh_status_t Append(const char *toAppend, bool isComponent = true);
headers/private/fs_shell/Stack.h
43
fssh_status_t Push(T value)
headers/private/fs_shell/fssh_api_wrapper.h
1545
#define status_t fssh_status_t
headers/private/fs_shell/fssh_byte_order.h
115
extern fssh_status_t fssh_swap_data(fssh_type_code type, void *data,
headers/private/fs_shell/fssh_disk_device_manager.h
116
fssh_status_t fssh_scan_partition(fssh_partition_id partitionID);
headers/private/fs_shell/fssh_driver_settings.h
28
extern fssh_status_t fssh_unload_driver_settings(void *handle);
headers/private/fs_shell/fssh_driver_settings.h
32
extern fssh_status_t fssh_get_driver_settings_string(void *_handle,
headers/private/fs_shell/fssh_drivers.h
16
typedef fssh_status_t (*fssh_device_open_hook) (const char *name,
headers/private/fs_shell/fssh_drivers.h
18
typedef fssh_status_t (*fssh_device_close_hook) (void *cookie);
headers/private/fs_shell/fssh_drivers.h
19
typedef fssh_status_t (*fssh_device_free_hook) (void *cookie);
headers/private/fs_shell/fssh_drivers.h
20
typedef fssh_status_t (*fssh_device_control_hook) (void *cookie, uint32_t op,
headers/private/fs_shell/fssh_drivers.h
22
typedef fssh_status_t (*fssh_device_read_hook) (void *cookie,
headers/private/fs_shell/fssh_drivers.h
25
typedef fssh_status_t (*fssh_device_write_hook) (void *cookie,
headers/private/fs_shell/fssh_drivers.h
28
typedef fssh_status_t (*fssh_device_select_hook) (void *cookie, uint8_t event,
headers/private/fs_shell/fssh_drivers.h
30
typedef fssh_status_t (*fssh_device_deselect_hook) (void *cookie, uint8_t event,
headers/private/fs_shell/fssh_drivers.h
32
typedef fssh_status_t (*fssh_device_read_pages_hook)(void *cookie,
headers/private/fs_shell/fssh_drivers.h
35
typedef fssh_status_t (*fssh_device_write_pages_hook) (void *cookie,
headers/private/fs_shell/fssh_drivers.h
59
fssh_status_t fssh_init_hardware(void);
headers/private/fs_shell/fssh_drivers.h
62
fssh_status_t fssh_init_driver(void);
headers/private/fs_shell/fssh_fs_cache.h
103
extern fssh_status_t fssh_file_cache_disable(void *_cacheRef);
headers/private/fs_shell/fssh_fs_cache.h
105
extern fssh_status_t fssh_file_cache_set_size(void *_cacheRef,
headers/private/fs_shell/fssh_fs_cache.h
107
extern fssh_status_t fssh_file_cache_sync(void *_cache);
headers/private/fs_shell/fssh_fs_cache.h
109
extern fssh_status_t fssh_file_cache_read(void *_cacheRef, void *cookie,
headers/private/fs_shell/fssh_fs_cache.h
112
extern fssh_status_t fssh_file_cache_write(void *_cacheRef, void *cookie,
headers/private/fs_shell/fssh_fs_cache.h
123
extern fssh_status_t fssh_file_map_set_mode(void *_map, uint32_t mode);
headers/private/fs_shell/fssh_fs_cache.h
124
extern fssh_status_t fssh_file_map_translate(void *_map, fssh_off_t offset,
headers/private/fs_shell/fssh_fs_cache.h
129
extern fssh_status_t fssh_entry_cache_add(fssh_dev_t mountID,
headers/private/fs_shell/fssh_fs_cache.h
132
extern fssh_status_t fssh_entry_cache_add_missing(fssh_dev_t mountID,
headers/private/fs_shell/fssh_fs_cache.h
134
extern fssh_status_t fssh_entry_cache_remove(fssh_dev_t mountID,
headers/private/fs_shell/fssh_fs_cache.h
36
extern fssh_status_t fssh_cache_sync_transaction(void *_cache, int32_t id);
headers/private/fs_shell/fssh_fs_cache.h
37
extern fssh_status_t fssh_cache_end_transaction(void *_cache, int32_t id,
headers/private/fs_shell/fssh_fs_cache.h
40
extern fssh_status_t fssh_cache_abort_transaction(void *_cache, int32_t id);
headers/private/fs_shell/fssh_fs_cache.h
44
extern fssh_status_t fssh_cache_abort_sub_transaction(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
46
extern fssh_status_t fssh_cache_start_sub_transaction(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
48
extern fssh_status_t fssh_cache_add_transaction_listener(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
52
extern fssh_status_t fssh_cache_remove_transaction_listener(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
55
extern fssh_status_t fssh_cache_next_block_in_transaction(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
72
extern fssh_status_t fssh_block_cache_sync(void *_cache);
headers/private/fs_shell/fssh_fs_cache.h
73
extern fssh_status_t fssh_block_cache_sync_etc(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
77
extern fssh_status_t fssh_block_cache_make_writable(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
79
extern fssh_status_t fssh_block_cache_get_writable_etc(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
86
extern fssh_status_t fssh_block_cache_get_etc(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
90
extern fssh_status_t fssh_block_cache_set_dirty(void *_cache,
headers/private/fs_shell/fssh_fs_cache.h
95
extern fssh_status_t fssh_block_cache_prefetch(void* _cache, fssh_off_t blockNumber,
headers/private/fs_shell/fssh_fs_interface.h
101
fssh_status_t (*remove_index)(fssh_fs_volume *volume, const char *name);
headers/private/fs_shell/fssh_fs_interface.h
102
fssh_status_t (*read_index_stat)(fssh_fs_volume *volume, const char *name,
headers/private/fs_shell/fssh_fs_interface.h
106
fssh_status_t (*open_query)(fssh_fs_volume *volume, const char *query,
headers/private/fs_shell/fssh_fs_interface.h
109
fssh_status_t (*close_query)(fssh_fs_volume *volume, fssh_fs_cookie cookie);
headers/private/fs_shell/fssh_fs_interface.h
110
fssh_status_t (*free_query_cookie)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
112
fssh_status_t (*read_query)(fssh_fs_volume *volume, fssh_fs_cookie cookie,
headers/private/fs_shell/fssh_fs_interface.h
115
fssh_status_t (*rewind_query)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
119
fssh_status_t (*create_sub_vnode)(fssh_fs_volume *volume, fssh_ino_t id,
headers/private/fs_shell/fssh_fs_interface.h
121
fssh_status_t (*delete_sub_vnode)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
127
fssh_status_t (*lookup)(fssh_fs_volume *volume, fssh_fs_vnode *dir,
headers/private/fs_shell/fssh_fs_interface.h
129
fssh_status_t (*get_vnode_name)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
132
fssh_status_t (*put_vnode)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
134
fssh_status_t (*remove_vnode)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
140
fssh_status_t (*read_pages)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
143
fssh_status_t (*write_pages)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
148
fssh_status_t (*io)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
150
fssh_status_t (*cancel_io)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
154
fssh_status_t (*get_file_map)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
159
fssh_status_t (*ioctl)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
162
fssh_status_t (*set_flags)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
164
fssh_status_t (*select)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
166
fssh_status_t (*deselect)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
168
fssh_status_t (*fsync)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, bool dataOnly);
headers/private/fs_shell/fssh_fs_interface.h
170
fssh_status_t (*read_symlink)(fssh_fs_volume *volume, fssh_fs_vnode *link,
headers/private/fs_shell/fssh_fs_interface.h
172
fssh_status_t (*create_symlink)(fssh_fs_volume *volume, fssh_fs_vnode *dir,
headers/private/fs_shell/fssh_fs_interface.h
175
fssh_status_t (*link)(fssh_fs_volume *volume, fssh_fs_vnode *dir,
headers/private/fs_shell/fssh_fs_interface.h
177
fssh_status_t (*unlink)(fssh_fs_volume *volume, fssh_fs_vnode *dir,
headers/private/fs_shell/fssh_fs_interface.h
179
fssh_status_t (*rename)(fssh_fs_volume *volume, fssh_fs_vnode *fromDir,
headers/private/fs_shell/fssh_fs_interface.h
182
fssh_status_t (*access)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
184
fssh_status_t (*read_stat)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
186
fssh_status_t (*write_stat)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
188
fssh_status_t (*preallocate)(fssh_fs_volume* volume, fssh_fs_vnode* vnode,
headers/private/fs_shell/fssh_fs_interface.h
192
fssh_status_t (*create)(fssh_fs_volume *volume, fssh_fs_vnode *dir,
headers/private/fs_shell/fssh_fs_interface.h
195
fssh_status_t (*open)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
197
fssh_status_t (*close)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
199
fssh_status_t (*free_cookie)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
201
fssh_status_t (*read)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
204
fssh_status_t (*write)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
209
fssh_status_t (*create_dir)(fssh_fs_volume *volume, fssh_fs_vnode *parent,
headers/private/fs_shell/fssh_fs_interface.h
211
fssh_status_t (*remove_dir)(fssh_fs_volume *volume, fssh_fs_vnode *parent,
headers/private/fs_shell/fssh_fs_interface.h
213
fssh_status_t (*open_dir)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
215
fssh_status_t (*close_dir)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
217
fssh_status_t (*free_dir_cookie)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
219
fssh_status_t (*read_dir)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
222
fssh_status_t (*rewind_dir)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
226
fssh_status_t (*open_attr_dir)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
228
fssh_status_t (*close_attr_dir)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
230
fssh_status_t (*free_attr_dir_cookie)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
232
fssh_status_t (*read_attr_dir)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
235
fssh_status_t (*rewind_attr_dir)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
239
fssh_status_t (*create_attr)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
242
fssh_status_t (*open_attr)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
244
fssh_status_t (*close_attr)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
246
fssh_status_t (*free_attr_cookie)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
248
fssh_status_t (*read_attr)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
251
fssh_status_t (*write_attr)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
255
fssh_status_t (*read_attr_stat)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
258
fssh_status_t (*write_attr_stat)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
261
fssh_status_t (*rename_attr)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
264
fssh_status_t (*remove_attr)(fssh_fs_volume *volume, fssh_fs_vnode *vnode,
headers/private/fs_shell/fssh_fs_interface.h
268
fssh_status_t (*create_special_node)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
272
fssh_status_t (*get_super_vnode)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
286
fssh_status_t (*scan_partition)(int fd, fssh_partition_data *partition,
headers/private/fs_shell/fssh_fs_interface.h
293
fssh_status_t (*mount)(fssh_fs_volume *volume, const char *device,
headers/private/fs_shell/fssh_fs_interface.h
310
fssh_status_t (*shadow_changed)(fssh_partition_data *partition,
headers/private/fs_shell/fssh_fs_interface.h
314
fssh_status_t (*defragment)(int fd, fssh_partition_id partition,
headers/private/fs_shell/fssh_fs_interface.h
316
fssh_status_t (*repair)(int fd, fssh_partition_id partition, bool checkOnly,
headers/private/fs_shell/fssh_fs_interface.h
318
fssh_status_t (*resize)(int fd, fssh_partition_id partition,
headers/private/fs_shell/fssh_fs_interface.h
320
fssh_status_t (*move)(int fd, fssh_partition_id partition,
headers/private/fs_shell/fssh_fs_interface.h
322
fssh_status_t (*set_content_name)(int fd, fssh_partition_id partition,
headers/private/fs_shell/fssh_fs_interface.h
324
fssh_status_t (*set_content_parameters)(int fd, fssh_partition_id partition,
headers/private/fs_shell/fssh_fs_interface.h
326
fssh_status_t (*initialize)(int fd, fssh_partition_id partition,
headers/private/fs_shell/fssh_fs_interface.h
329
fssh_status_t (*uninitialize)(int fd, fssh_partition_id partition,
headers/private/fs_shell/fssh_fs_interface.h
338
typedef fssh_status_t (*fssh_iterative_io_get_vecs)(void *cookie,
headers/private/fs_shell/fssh_fs_interface.h
341
typedef fssh_status_t (*fssh_iterative_io_finished)(void* cookie,
headers/private/fs_shell/fssh_fs_interface.h
342
fssh_io_request* request, fssh_status_t status,
headers/private/fs_shell/fssh_fs_interface.h
345
extern fssh_status_t fssh_new_vnode(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
348
extern fssh_status_t fssh_publish_vnode(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
351
extern fssh_status_t fssh_get_vnode(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
353
extern fssh_status_t fssh_put_vnode(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
355
extern fssh_status_t fssh_acquire_vnode(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
357
extern fssh_status_t fssh_remove_vnode(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
359
extern fssh_status_t fssh_unremove_vnode(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
361
extern fssh_status_t fssh_get_vnode_removed(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
364
extern fssh_status_t fssh_check_access_permissions(int accessMode,
headers/private/fs_shell/fssh_fs_interface.h
367
extern fssh_status_t fssh_check_write_stat_permissions(fssh_gid_t nodeGroupID,
headers/private/fs_shell/fssh_fs_interface.h
371
extern fssh_status_t fssh_read_pages(int fd, fssh_off_t pos,
headers/private/fs_shell/fssh_fs_interface.h
374
extern fssh_status_t fssh_write_pages(int fd, fssh_off_t pos,
headers/private/fs_shell/fssh_fs_interface.h
377
extern fssh_status_t fssh_read_file_io_vec_pages(int fd,
headers/private/fs_shell/fssh_fs_interface.h
382
extern fssh_status_t fssh_write_file_io_vec_pages(int fd,
headers/private/fs_shell/fssh_fs_interface.h
387
extern fssh_status_t fssh_do_fd_io(int fd, fssh_io_request *request);
headers/private/fs_shell/fssh_fs_interface.h
388
extern fssh_status_t fssh_do_iterative_fd_io(int fd, fssh_io_request *request,
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
406
extern fssh_status_t fssh_notify_query_entry_created(fssh_port_id port,
headers/private/fs_shell/fssh_fs_interface.h
410
extern fssh_status_t fssh_notify_query_entry_moved(fssh_port_id port, int32_t token,
headers/private/fs_shell/fssh_fs_interface.h
414
extern fssh_status_t fssh_notify_query_entry_removed(fssh_port_id port,
headers/private/fs_shell/fssh_fs_interface.h
418
extern fssh_status_t fssh_notify_query_attribute_changed(fssh_port_id port,
headers/private/fs_shell/fssh_fs_interface.h
74
fssh_status_t (*unmount)(fssh_fs_volume *volume);
headers/private/fs_shell/fssh_fs_interface.h
76
fssh_status_t (*read_fs_info)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
78
fssh_status_t (*write_fs_info)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
80
fssh_status_t (*sync)(fssh_fs_volume *volume);
headers/private/fs_shell/fssh_fs_interface.h
82
fssh_status_t (*get_vnode)(fssh_fs_volume *volume, fssh_vnode_id id,
headers/private/fs_shell/fssh_fs_interface.h
87
fssh_status_t (*open_index_dir)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
89
fssh_status_t (*close_index_dir)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
91
fssh_status_t (*free_index_dir_cookie)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
93
fssh_status_t (*read_index_dir)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
96
fssh_status_t (*rewind_index_dir)(fssh_fs_volume *volume,
headers/private/fs_shell/fssh_fs_interface.h
99
fssh_status_t (*create_index)(fssh_fs_volume *volume, const char *name,
headers/private/fs_shell/fssh_fs_query.h
32
extern fssh_status_t fssh_get_path_for_dirent(struct fssh_dirent *dent,
headers/private/fs_shell/fssh_fs_volume.h
27
extern fssh_status_t fssh_fs_unmount_volume(const char *path,
headers/private/fs_shell/fssh_kernel_export.h
22
extern fssh_status_t fssh_user_memcpy(void *dest, const void *source,
headers/private/fs_shell/fssh_lock.h
60
extern fssh_status_t fssh_recursive_lock_lock(fssh_recursive_lock *lock);
headers/private/fs_shell/fssh_lock.h
61
extern fssh_status_t fssh_recursive_lock_trylock(fssh_recursive_lock *lock);
headers/private/fs_shell/fssh_lock.h
70
extern fssh_status_t fssh_rw_lock_read_lock(fssh_rw_lock* lock);
headers/private/fs_shell/fssh_lock.h
71
extern fssh_status_t fssh_rw_lock_read_unlock(fssh_rw_lock* lock);
headers/private/fs_shell/fssh_lock.h
72
extern fssh_status_t fssh_rw_lock_write_lock(fssh_rw_lock* lock);
headers/private/fs_shell/fssh_lock.h
73
extern fssh_status_t fssh_rw_lock_write_unlock(fssh_rw_lock* lock);
headers/private/fs_shell/fssh_lock.h
79
extern fssh_status_t fssh_mutex_lock(fssh_mutex* lock);
headers/private/fs_shell/fssh_lock.h
80
extern fssh_status_t fssh_mutex_trylock(fssh_mutex* lock);
headers/private/fs_shell/fssh_module.h
21
fssh_status_t (*std_ops)(int32_t, ...);
headers/private/fs_shell/fssh_module.h
47
extern fssh_status_t fssh_get_module(const char *path,
headers/private/fs_shell/fssh_module.h
49
extern fssh_status_t fssh_put_module(const char *path);
headers/private/fs_shell/fssh_os.h
147
typedef fssh_status_t (*fssh_thread_func)(void *);
headers/private/fs_shell/fssh_os.h
153
extern fssh_status_t fssh_kill_thread(fssh_thread_id thread);
headers/private/fs_shell/fssh_os.h
154
extern fssh_status_t fssh_resume_thread(fssh_thread_id thread);
headers/private/fs_shell/fssh_os.h
155
extern fssh_status_t fssh_suspend_thread(fssh_thread_id thread);
headers/private/fs_shell/fssh_os.h
157
extern fssh_status_t fssh_rename_thread(fssh_thread_id thread,
headers/private/fs_shell/fssh_os.h
159
extern fssh_status_t fssh_set_thread_priority (fssh_thread_id thread,
headers/private/fs_shell/fssh_os.h
161
extern void fssh_exit_thread(fssh_status_t status);
headers/private/fs_shell/fssh_os.h
162
extern fssh_status_t fssh_wait_for_thread (fssh_thread_id thread,
headers/private/fs_shell/fssh_os.h
163
fssh_status_t *threadReturnValue);
headers/private/fs_shell/fssh_os.h
164
extern fssh_status_t fssh_on_exit_thread(void (*callback)(void *),
headers/private/fs_shell/fssh_os.h
169
extern fssh_status_t fssh_send_data(fssh_thread_id thread, int32_t code,
headers/private/fs_shell/fssh_os.h
176
extern fssh_status_t fssh_snooze(fssh_bigtime_t amount);
headers/private/fs_shell/fssh_os.h
177
extern fssh_status_t fssh_snooze_etc(fssh_bigtime_t amount, int timeBase,
headers/private/fs_shell/fssh_os.h
179
extern fssh_status_t fssh_snooze_until(fssh_bigtime_t time, int timeBase);
headers/private/fs_shell/fssh_os.h
182
extern fssh_status_t _fssh_get_thread_info(fssh_thread_id id,
headers/private/fs_shell/fssh_os.h
184
extern fssh_status_t _fssh_get_next_thread_info(fssh_team_id team,
headers/private/fs_shell/fssh_os.h
201
extern fssh_status_t fssh_set_timezone(char *timezone);
headers/private/fs_shell/fssh_os.h
66
extern fssh_status_t fssh_delete_sem(fssh_sem_id id);
headers/private/fs_shell/fssh_os.h
67
extern fssh_status_t fssh_acquire_sem(fssh_sem_id id);
headers/private/fs_shell/fssh_os.h
68
extern fssh_status_t fssh_acquire_sem_etc(fssh_sem_id id, int32_t count,
headers/private/fs_shell/fssh_os.h
70
extern fssh_status_t fssh_release_sem(fssh_sem_id id);
headers/private/fs_shell/fssh_os.h
71
extern fssh_status_t fssh_release_sem_etc(fssh_sem_id id, int32_t count,
headers/private/fs_shell/fssh_os.h
73
extern fssh_status_t fssh_get_sem_count(fssh_sem_id id,
headers/private/fs_shell/fssh_os.h
75
extern fssh_status_t fssh_set_sem_owner(fssh_sem_id id, fssh_team_id team);
headers/private/fs_shell/fssh_os.h
78
extern fssh_status_t _fssh_get_sem_info(fssh_sem_id id,
headers/private/fs_shell/fssh_os.h
80
extern fssh_status_t _fssh_get_next_sem_info(fssh_team_id team,
src/tools/bfs_shell/command_checkfs.cpp
17
fssh_status_t
src/tools/bfs_shell/command_checkfs.cpp
44
fssh_status_t status = _kern_ioctl(rootDir, BFS_IOCTL_START_CHECKING,
src/tools/bfs_shell/command_checkfs.h
15
fssh_status_t command_checkfs(int argc, const char* const* argv);
src/tools/bfs_shell/command_resizefs.cpp
17
fssh_status_t
src/tools/bfs_shell/command_resizefs.h
15
fssh_status_t command_resizefs(int argc, const char* const* argv);
src/tools/fs_shell/KPath.cpp
104
fssh_status_t error = vfs_normalize_path(path, fBuffer, fBufferSize,
src/tools/fs_shell/KPath.cpp
183
fssh_status_t
src/tools/fs_shell/KPath.cpp
205
fssh_status_t
src/tools/fs_shell/KPath.cpp
60
fssh_status_t
src/tools/fs_shell/KPath.cpp
88
fssh_status_t
src/tools/fs_shell/KPath.cpp
95
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1000
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1005
fssh_status_t status = FSSH_B_ENTRY_NOT_FOUND;
src/tools/fs_shell/block_cache.cpp
1041
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1104
fssh_status_t
src/tools/fs_shell/block_cache.cpp
123
fssh_status_t Init();
src/tools/fs_shell/block_cache.cpp
1249
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1302
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1364
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1373
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1382
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1536
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1552
fssh_status_t status = write_cached_block(cache, block);
src/tools/fs_shell/block_cache.cpp
1563
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1588
fssh_status_t status = write_cached_block(cache, block);
src/tools/fs_shell/block_cache.cpp
1631
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1643
fssh_status_t status = get_writable_cached_block(cache, blockNumber,
src/tools/fs_shell/block_cache.cpp
1654
fssh_status_t
src/tools/fs_shell/block_cache.cpp
166
static fssh_status_t write_cached_block(block_cache* cache, cached_block* block,
src/tools/fs_shell/block_cache.cpp
1676
fssh_status_t status = fssh_block_cache_get_writable_etc(_cache,
src/tools/fs_shell/block_cache.cpp
1706
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1714
fssh_status_t status = get_cached_block(cache, blockNumber, &allocated,
src/tools/fs_shell/block_cache.cpp
1749
fssh_status_t
src/tools/fs_shell/block_cache.cpp
1783
fssh_status_t
src/tools/fs_shell/block_cache.cpp
355
static fssh_status_t
src/tools/fs_shell/block_cache.cpp
496
fssh_status_t
src/tools/fs_shell/block_cache.cpp
719
static fssh_status_t
src/tools/fs_shell/block_cache.cpp
775
static fssh_status_t
src/tools/fs_shell/block_cache.cpp
791
fssh_status_t status = get_cached_block(cache, blockNumber, &allocated,
src/tools/fs_shell/block_cache.cpp
888
static fssh_status_t
src/tools/fs_shell/block_cache.cpp
957
fssh_status_t
src/tools/fs_shell/command_cp.cpp
1038
static fssh_status_t
src/tools/fs_shell/command_cp.cpp
1047
fssh_status_t error = sourceNode->GetAttrInfo(name, info);
src/tools/fs_shell/command_cp.cpp
1071
static fssh_status_t
src/tools/fs_shell/command_cp.cpp
1082
fssh_status_t error = sourceDomain->Open(source,
src/tools/fs_shell/command_cp.cpp
1231
fssh_status_t
src/tools/fs_shell/command_cp.cpp
125
virtual fssh_status_t Open(const char *path, int openMode, Node *&node) = 0;
src/tools/fs_shell/command_cp.cpp
127
virtual fssh_status_t CreateFile(const char *path,
src/tools/fs_shell/command_cp.cpp
129
virtual fssh_status_t CreateDirectory(const char *path,
src/tools/fs_shell/command_cp.cpp
131
virtual fssh_status_t CreateSymLink(const char *path, const char *linkTo,
src/tools/fs_shell/command_cp.cpp
1323
fssh_status_t error = targetDomain->Open(target, FSSH_O_RDONLY, targetNode);
src/tools/fs_shell/command_cp.cpp
134
virtual fssh_status_t Unlink(const char *path) = 0;
src/tools/fs_shell/command_cp.cpp
158
virtual fssh_status_t Init(const char *path, int fd,
src/tools/fs_shell/command_cp.cpp
190
virtual fssh_status_t GetAttrInfo(const char *name, fssh_attr_info &info)
src/tools/fs_shell/command_cp.cpp
217
virtual fssh_status_t RemoveAttr(const char *name)
src/tools/fs_shell/command_cp.cpp
243
virtual fssh_status_t Init(const char *path, int fd,
src/tools/fs_shell/command_cp.cpp
246
fssh_status_t error = HostNode::Init(path, fd, st);
src/tools/fs_shell/command_cp.cpp
325
virtual fssh_status_t Init(const char *path, int fd,
src/tools/fs_shell/command_cp.cpp
328
fssh_status_t error = HostNode::Init(path, fd, st);
src/tools/fs_shell/command_cp.cpp
355
virtual fssh_status_t Open(const char *path, int openMode, Node *&_node)
src/tools/fs_shell/command_cp.cpp
387
fssh_status_t error = node->Init(path, fd, st);
src/tools/fs_shell/command_cp.cpp
398
virtual fssh_status_t CreateFile(const char *path,
src/tools/fs_shell/command_cp.cpp
407
fssh_status_t error = _ApplyStat(fd, st);
src/tools/fs_shell/command_cp.cpp
425
virtual fssh_status_t CreateDirectory(const char *path,
src/tools/fs_shell/command_cp.cpp
438
fssh_status_t error = _ApplyStat(fd, st);
src/tools/fs_shell/command_cp.cpp
456
virtual fssh_status_t CreateSymLink(const char *path, const char *linkTo,
src/tools/fs_shell/command_cp.cpp
469
fssh_status_t error = _ApplyStat(fd, st);
src/tools/fs_shell/command_cp.cpp
488
virtual fssh_status_t Unlink(const char *path)
src/tools/fs_shell/command_cp.cpp
496
fssh_status_t _ApplyStat(int fd, const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
524
virtual fssh_status_t Init(const char *path, int fd,
src/tools/fs_shell/command_cp.cpp
560
virtual fssh_status_t GetAttrInfo(const char *name, fssh_attr_info &info)
src/tools/fs_shell/command_cp.cpp
569
fssh_status_t error = _kern_read_stat(attrFD, NULL, false, &st,
src/tools/fs_shell/command_cp.cpp
619
virtual fssh_status_t RemoveAttr(const char *name)
src/tools/fs_shell/command_cp.cpp
645
virtual fssh_status_t Init(const char *path, int fd,
src/tools/fs_shell/command_cp.cpp
648
fssh_status_t error = GuestNode::Init(path, fd, st);
src/tools/fs_shell/command_cp.cpp
708
fssh_status_t error = _kern_read_link(fFD, NULL, buffer, &bufferSize);
src/tools/fs_shell/command_cp.cpp
719
virtual fssh_status_t Open(const char *path, int openMode, Node *&_node)
src/tools/fs_shell/command_cp.cpp
728
fssh_status_t error = _kern_read_stat(fd, NULL, false, &st, sizeof(st));
src/tools/fs_shell/command_cp.cpp
763
virtual fssh_status_t CreateFile(const char *path,
src/tools/fs_shell/command_cp.cpp
773
fssh_status_t error = _ApplyStat(fd, st);
src/tools/fs_shell/command_cp.cpp
791
virtual fssh_status_t CreateDirectory(const char *path,
src/tools/fs_shell/command_cp.cpp
795
fssh_status_t error = _kern_create_dir(-1, path,
src/tools/fs_shell/command_cp.cpp
824
virtual fssh_status_t CreateSymLink(const char *path, const char *linkTo,
src/tools/fs_shell/command_cp.cpp
828
fssh_status_t error = _kern_create_symlink(-1, path, linkTo,
src/tools/fs_shell/command_cp.cpp
83
virtual fssh_status_t GetAttrInfo(const char *name,
src/tools/fs_shell/command_cp.cpp
857
virtual fssh_status_t Unlink(const char *path)
src/tools/fs_shell/command_cp.cpp
863
fssh_status_t _ApplyStat(int fd, const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
873
static fssh_status_t copy_entry(FSDomain *sourceDomain, const char *source,
src/tools/fs_shell/command_cp.cpp
89
virtual fssh_status_t RemoveAttr(const char *name) = 0;
src/tools/fs_shell/command_cp.cpp
894
static fssh_status_t
src/tools/fs_shell/command_cp.cpp
942
static fssh_status_t
src/tools/fs_shell/command_cp.cpp
971
fssh_status_t error = copy_entry(sourceDomain, sourceEntry,
src/tools/fs_shell/command_cp.cpp
987
static fssh_status_t
src/tools/fs_shell/command_cp.h
15
fssh_status_t command_cp(int argc, const char* const* argv);
src/tools/fs_shell/disk_device_manager.cpp
11
fssh_status_t
src/tools/fs_shell/driver_settings.cpp
138
static fssh_status_t
src/tools/fs_shell/driver_settings.cpp
247
static fssh_status_t
src/tools/fs_shell/driver_settings.cpp
251
fssh_status_t status;
src/tools/fs_shell/driver_settings.cpp
282
static fssh_status_t
src/tools/fs_shell/driver_settings.cpp
292
fssh_status_t status;
src/tools/fs_shell/driver_settings.cpp
337
static fssh_status_t
src/tools/fs_shell/driver_settings.cpp
596
fssh_status_t
src/tools/fs_shell/driver_settings.cpp
609
fssh_status_t
src/tools/fs_shell/driver_settings.cpp
767
fssh_status_t
src/tools/fs_shell/driver_settings.h
15
fssh_status_t driver_settings_init();
src/tools/fs_shell/fd.cpp
359
fssh_status_t
src/tools/fs_shell/fd.cpp
386
fssh_status_t
src/tools/fs_shell/fd.cpp
442
static fssh_status_t
src/tools/fs_shell/fd.cpp
508
fssh_status_t status;
src/tools/fs_shell/fd.cpp
587
fssh_status_t status;
src/tools/fs_shell/fd.cpp
645
fssh_status_t
src/tools/fs_shell/fd.cpp
692
fssh_status_t
src/tools/fs_shell/fd.cpp
696
fssh_status_t status;
src/tools/fs_shell/fd.cpp
714
fssh_status_t
src/tools/fs_shell/fd.h
23
fssh_status_t (*fd_read)(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/fd.h
25
fssh_status_t (*fd_write)(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/fd.h
29
fssh_status_t (*fd_ioctl)(struct file_descriptor *, uint32_t op,
src/tools/fs_shell/fd.h
31
fssh_status_t (*fd_select)(struct file_descriptor *, uint8_t event,
src/tools/fs_shell/fd.h
33
fssh_status_t (*fd_deselect)(struct file_descriptor *, uint8_t event,
src/tools/fs_shell/fd.h
35
fssh_status_t (*fd_read_dir)(struct file_descriptor *,
src/tools/fs_shell/fd.h
38
fssh_status_t (*fd_rewind_dir)(struct file_descriptor *);
src/tools/fs_shell/fd.h
39
fssh_status_t (*fd_read_stat)(struct file_descriptor *,
src/tools/fs_shell/fd.h
41
fssh_status_t (*fd_write_stat)(struct file_descriptor *,
src/tools/fs_shell/fd.h
43
fssh_status_t (*fd_close)(struct file_descriptor *);
src/tools/fs_shell/fd.h
89
extern fssh_status_t select_fd(int fd, uint8_t event, uint32_t ref,
src/tools/fs_shell/fd.h
91
extern fssh_status_t deselect_fd(int fd, uint8_t event,
src/tools/fs_shell/file_cache.cpp
101
static fssh_status_t
src/tools/fs_shell/file_cache.cpp
111
fssh_status_t status = vfs_write_pages(ref->node, cookie,
src/tools/fs_shell/file_cache.cpp
120
static inline fssh_status_t
src/tools/fs_shell/file_cache.cpp
131
fssh_status_t status = function(ref, cookie, lastOffset, lastPageOffset,
src/tools/fs_shell/file_cache.cpp
144
static fssh_status_t
src/tools/fs_shell/file_cache.cpp
210
fssh_status_t status = satisfy_cache_io(ref, cookie, function,
src/tools/fs_shell/file_cache.cpp
250
fssh_status_t error = vfs_lookup_vnode(mountID, vnodeID, &ref->node);
src/tools/fs_shell/file_cache.cpp
292
fssh_status_t
src/tools/fs_shell/file_cache.cpp
307
fssh_status_t
src/tools/fs_shell/file_cache.cpp
325
fssh_status_t
src/tools/fs_shell/file_cache.cpp
336
fssh_status_t
src/tools/fs_shell/file_cache.cpp
349
fssh_status_t
src/tools/fs_shell/file_cache.cpp
355
fssh_status_t status = cache_io(ref, cookie, offset,
src/tools/fs_shell/file_cache.cpp
59
typedef fssh_status_t (*cache_func)(file_cache_ref *ref, void *cookie,
src/tools/fs_shell/file_cache.cpp
72
fssh_status_t
src/tools/fs_shell/file_cache.cpp
82
static fssh_status_t
src/tools/fs_shell/file_cache.cpp
92
fssh_status_t status = vfs_read_pages(ref->node, cookie,
src/tools/fs_shell/fssh.cpp
1001
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1018
fssh_status_t error = create_file(file);
src/tools/fs_shell/fssh.cpp
1027
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1069
fssh_status_t error = create_dir(dir, createParents);
src/tools/fs_shell/fssh.cpp
1078
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1109
fssh_status_t error =_kern_create_index(volumeID, indexName, type, 0);
src/tools/fs_shell/fssh.cpp
1120
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1160
fssh_status_t status = _kern_read_stat(-1, target, true, &st, sizeof(st));
src/tools/fs_shell/fssh.cpp
1194
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1217
fssh_status_t error = FSSH_B_OK;
src/tools/fs_shell/fssh.cpp
1249
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1256
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1297
fssh_status_t error = remove_entry(-1, argv[argi], recursive, force);
src/tools/fs_shell/fssh.cpp
1306
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1309
fssh_status_t error = _kern_sync();
src/tools/fs_shell/fssh.cpp
1319
static fssh_status_t
src/tools/fs_shell/fssh.cpp
1331
fssh_status_t status = _kern_ioctl(rootDir, atoi(argv[1]), NULL, 0);
src/tools/fs_shell/fssh.cpp
159
fssh_status_t
src/tools/fs_shell/fssh.cpp
1621
fssh_status_t error = _kern_unmount(kMountPoint, 0);
src/tools/fs_shell/fssh.cpp
1636
fssh_status_t error = _kern_initialize_volume(fsName, device,
src/tools/fs_shell/fssh.cpp
1743
fssh_status_t error;
src/tools/fs_shell/fssh.cpp
286
fssh_status_t error = _kern_read_stat(-1, kMountPoint, false, &st,
src/tools/fs_shell/fssh.cpp
345
fssh_status_t error = _kern_read_stat(-1, file, false, &st, sizeof(st));
src/tools/fs_shell/fssh.cpp
421
static fssh_status_t
src/tools/fs_shell/fssh.cpp
426
fssh_status_t error = _kern_read_stat(-1, path, false, &st, sizeof(st));
src/tools/fs_shell/fssh.cpp
451
static fssh_status_t
src/tools/fs_shell/fssh.cpp
456
fssh_status_t error = _kern_read_stat(-1, path, false, &st, sizeof(st));
src/tools/fs_shell/fssh.cpp
520
static fssh_status_t remove_entry(int dir, const char *entry, bool recursive,
src/tools/fs_shell/fssh.cpp
524
static fssh_status_t
src/tools/fs_shell/fssh.cpp
535
fssh_status_t error = FSSH_B_OK;
src/tools/fs_shell/fssh.cpp
564
static fssh_status_t
src/tools/fs_shell/fssh.cpp
569
fssh_status_t error = _kern_read_stat(dir, entry, false, &st, sizeof(st));
src/tools/fs_shell/fssh.cpp
57
static fssh_status_t
src/tools/fs_shell/fssh.cpp
60
fssh_status_t error;
src/tools/fs_shell/fssh.cpp
612
static fssh_status_t
src/tools/fs_shell/fssh.cpp
618
fssh_status_t status = _kern_read_stat(dir, entry, false, &st, sizeof(st));
src/tools/fs_shell/fssh.cpp
635
static fssh_status_t
src/tools/fs_shell/fssh.cpp
644
fssh_status_t error = FSSH_B_OK;
src/tools/fs_shell/fssh.cpp
660
static fssh_status_t
src/tools/fs_shell/fssh.cpp
706
fssh_status_t error = _kern_write_stat(-1, file, false, &st, sizeof(st),
src/tools/fs_shell/fssh.cpp
718
static fssh_status_t
src/tools/fs_shell/fssh.cpp
746
fssh_status_t error = _kern_read_stat(-1, file, false, &st, sizeof(st));
src/tools/fs_shell/fssh.cpp
784
static fssh_status_t
src/tools/fs_shell/fssh.cpp
793
static fssh_status_t
src/tools/fs_shell/fssh.cpp
801
fssh_status_t status = _kern_read_fs_info(volumeID, &info);
src/tools/fs_shell/fssh.cpp
830
static fssh_status_t
src/tools/fs_shell/fssh.cpp
878
fssh_status_t error = _kern_read_stat(-1, target, dereference, &st,
src/tools/fs_shell/fssh.cpp
939
static fssh_status_t
src/tools/fs_shell/fssh.cpp
953
fssh_status_t error = _kern_read_stat(-1, file, false, &st, sizeof(st));
src/tools/fs_shell/fssh.h
17
typedef fssh_status_t command_function(int argc, const char* const* argv);
src/tools/fs_shell/fssh.h
40
virtual fssh_status_t Do(int argc, const char* const* argv);
src/tools/fs_shell/fuse.cpp
142
fssh_status_t status = _kern_read_stat(-1, path, false, &f_stbuf,
src/tools/fs_shell/fuse.cpp
164
fssh_status_t st = _kern_read_link(-1, path, buffer, &n_size);
src/tools/fs_shell/fuse.cpp
189
fssh_status_t status = _kern_read_stat(dfp, dirEntry->d_name,
src/tools/fs_shell/fuse.cpp
351
fssh_status_t res = _kern_write_stat(-1, path, true, &st, sizeof(st), FSSH_B_STAT_SIZE);
src/tools/fs_shell/fuse.cpp
369
fssh_status_t error = _kern_read_stat(-1, kMountPoint, false, &st,
src/tools/fs_shell/fuse.cpp
388
fssh_status_t status = _kern_read_fs_info(volumeID, &info);
src/tools/fs_shell/fuse.cpp
449
fssh_status_t status = _kern_read_fs_info(volumeID, &info);
src/tools/fs_shell/fuse.cpp
469
fssh_status_t error = _kern_unmount(kMountPoint, 0);
src/tools/fs_shell/fuse.cpp
48
static fssh_status_t
src/tools/fs_shell/fuse.cpp
51
fssh_status_t error;
src/tools/fs_shell/fuse.cpp
636
fssh_status_t error = init_kernel();
src/tools/fs_shell/hash.cpp
110
fssh_status_t
src/tools/fs_shell/hash.cpp
129
fssh_status_t
src/tools/fs_shell/hash.h
25
fssh_status_t hash_insert(struct hash_table *table, void *_element);
src/tools/fs_shell/hash.h
26
fssh_status_t hash_remove(struct hash_table *table, void *_element);
src/tools/fs_shell/kernel_export.cpp
24
fssh_status_t
src/tools/fs_shell/kernel_export.cpp
25
fssh_wait_for_thread(fssh_thread_id thread, fssh_status_t *_returnCode)
src/tools/fs_shell/kernel_export.cpp
31
fssh_status_t
src/tools/fs_shell/lock.cpp
167
extern "C" fssh_status_t
src/tools/fs_shell/lock.cpp
171
fssh_status_t status;
src/tools/fs_shell/lock.cpp
245
extern "C" fssh_status_t
src/tools/fs_shell/lock.cpp
257
extern "C" fssh_status_t
src/tools/fs_shell/lock.cpp
267
extern "C" fssh_status_t
src/tools/fs_shell/lock.cpp
275
fssh_status_t status = fssh_acquire_sem_etc(lock->sem, FSSH_RW_MAX_READERS,
src/tools/fs_shell/lock.cpp
285
extern "C" fssh_status_t
src/tools/fs_shell/lock.cpp
67
extern "C" fssh_status_t
src/tools/fs_shell/lock.cpp
73
fssh_status_t status = fssh_acquire_sem(lock->sem);
src/tools/fs_shell/lock.cpp
84
extern "C" fssh_status_t
src/tools/fs_shell/lock.cpp
90
fssh_status_t status = fssh_acquire_sem_etc(lock->sem, 1,
src/tools/fs_shell/module.cpp
128
static fssh_status_t
src/tools/fs_shell/module.cpp
183
static inline fssh_status_t
src/tools/fs_shell/module.cpp
190
fssh_status_t status;
src/tools/fs_shell/module.cpp
255
fssh_status_t status;
src/tools/fs_shell/module.cpp
323
fssh_status_t
src/tools/fs_shell/module.cpp
348
fssh_status_t
src/tools/fs_shell/module.cpp
352
fssh_status_t status;
src/tools/fs_shell/module.cpp
386
fssh_status_t
src/tools/fs_shell/module.h
16
fssh_status_t module_init(kernel_args *args);
src/tools/fs_shell/node_monitor.cpp
10
fssh_status_t
src/tools/fs_shell/node_monitor.cpp
18
fssh_status_t
src/tools/fs_shell/node_monitor.cpp
26
fssh_status_t
src/tools/fs_shell/node_monitor.cpp
35
fssh_status_t
src/tools/fs_shell/node_monitor.cpp
43
fssh_status_t
src/tools/fs_shell/node_monitor.cpp
51
fssh_status_t
src/tools/fs_shell/node_monitor.cpp
60
fssh_status_t
src/tools/fs_shell/node_monitor.cpp
69
fssh_status_t
src/tools/fs_shell/node_monitor.cpp
78
fssh_status_t
src/tools/fs_shell/path_util.cpp
17
fssh_status_t
src/tools/fs_shell/path_util.h
14
fssh_status_t get_last_path_component(const char *path, char *buffer,
src/tools/fs_shell/sem.cpp
104
fssh_status_t
src/tools/fs_shell/sem.cpp
37
fssh_status_t
src/tools/fs_shell/sem.cpp
44
fssh_status_t
src/tools/fs_shell/sem.cpp
51
fssh_status_t
src/tools/fs_shell/sem.cpp
59
fssh_status_t
src/tools/fs_shell/sem.cpp
66
fssh_status_t
src/tools/fs_shell/sem.cpp
73
fssh_status_t
src/tools/fs_shell/sem.cpp
80
fssh_status_t
src/tools/fs_shell/sem.cpp
89
fssh_status_t
src/tools/fs_shell/syscalls.h
22
fssh_status_t _kern_unmount(const char *path, uint32_t flags);
src/tools/fs_shell/syscalls.h
23
fssh_status_t _kern_read_fs_info(fssh_dev_t device,
src/tools/fs_shell/syscalls.h
25
fssh_status_t _kern_write_fs_info(fssh_dev_t device,
src/tools/fs_shell/syscalls.h
27
fssh_status_t _kern_sync(void);
src/tools/fs_shell/syscalls.h
28
fssh_status_t _kern_entry_ref_to_path(fssh_dev_t device, fssh_ino_t inode,
src/tools/fs_shell/syscalls.h
37
fssh_status_t _kern_fcntl(int fd, int op, uint32_t argument);
src/tools/fs_shell/syscalls.h
38
fssh_status_t _kern_fsync(int fd, bool dataOnly);
src/tools/fs_shell/syscalls.h
39
fssh_status_t _kern_lock_node(int fd);
src/tools/fs_shell/syscalls.h
40
fssh_status_t _kern_unlock_node(int fd);
src/tools/fs_shell/syscalls.h
41
fssh_status_t _kern_create_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode,
src/tools/fs_shell/syscalls.h
43
fssh_status_t _kern_create_dir(int fd, const char *path, int perms);
src/tools/fs_shell/syscalls.h
44
fssh_status_t _kern_remove_dir(int fd, const char *path);
src/tools/fs_shell/syscalls.h
45
fssh_status_t _kern_read_link(int fd, const char *path, char *buffer,
src/tools/fs_shell/syscalls.h
47
fssh_status_t _kern_create_symlink(int fd, const char *path,
src/tools/fs_shell/syscalls.h
49
fssh_status_t _kern_create_link(const char *path, const char *toPath);
src/tools/fs_shell/syscalls.h
50
fssh_status_t _kern_unlink(int fd, const char *path);
src/tools/fs_shell/syscalls.h
51
fssh_status_t _kern_rename(int oldFD, const char *oldPath, int newFD,
src/tools/fs_shell/syscalls.h
53
fssh_status_t _kern_access(const char *path, int mode);
src/tools/fs_shell/syscalls.h
54
fssh_status_t _kern_read_stat(int fd, const char *path, bool traverseLeafLink,
src/tools/fs_shell/syscalls.h
56
fssh_status_t _kern_write_stat(int fd, const char *path,
src/tools/fs_shell/syscalls.h
63
fssh_status_t _kern_remove_attr(int fd, const char *name);
src/tools/fs_shell/syscalls.h
64
fssh_status_t _kern_rename_attr(int fromFile, const char *fromName,
src/tools/fs_shell/syscalls.h
67
fssh_status_t _kern_create_index(fssh_dev_t device, const char *name,
src/tools/fs_shell/syscalls.h
69
fssh_status_t _kern_read_index_stat(fssh_dev_t device, const char *name,
src/tools/fs_shell/syscalls.h
71
fssh_status_t _kern_remove_index(fssh_dev_t device, const char *name);
src/tools/fs_shell/syscalls.h
72
fssh_status_t _kern_getcwd(char *buffer, fssh_size_t size);
src/tools/fs_shell/syscalls.h
73
fssh_status_t _kern_setcwd(int fd, const char *path);
src/tools/fs_shell/syscalls.h
75
fssh_status_t _kern_initialize_volume(const char* fileSystem,
src/tools/fs_shell/syscalls.h
93
fssh_status_t _kern_ioctl(int fd, uint32_t op, void *buffer,
src/tools/fs_shell/syscalls.h
97
fssh_status_t _kern_rewind_dir(int fd);
src/tools/fs_shell/syscalls.h
98
fssh_status_t _kern_close(int fd);
src/tools/fs_shell/thread.cpp
15
fssh_status_t
src/tools/fs_shell/thread.cpp
22
fssh_status_t
src/tools/fs_shell/thread.cpp
29
fssh_status_t
src/tools/fs_shell/thread.cpp
43
fssh_status_t
src/tools/fs_shell/thread.cpp
50
fssh_status_t
src/tools/fs_shell/time.cpp
29
fssh_status_t
src/tools/fs_shell/vfs.cpp
1012
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1045
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1055
fssh_status_t status = get_vnode(mountID, directoryID, &directory, false);
src/tools/fs_shell/vfs.cpp
1063
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1067
fssh_status_t status = FS_CALL(dir, lookup, name, &id);
src/tools/fs_shell/vfs.cpp
1093
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1097
fssh_status_t status = 0;
src/tools/fs_shell/vfs.cpp
1247
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1291
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1294
fssh_status_t status = get_dir_path_and_leaf(path, filename);
src/tools/fs_shell/vfs.cpp
1327
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1336
fssh_status_t status = get_dir_path_and_leaf(path, filename);
src/tools/fs_shell/vfs.cpp
1347
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1377
fssh_status_t status = FS_CALL(parent, open_dir, &cookie);
src/tools/fs_shell/vfs.cpp
1402
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1409
fssh_status_t status = get_vnode_name(vnode, parent, dirent, sizeof(buffer));
src/tools/fs_shell/vfs.cpp
1436
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1453
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
1551
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1634
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1730
static fssh_status_t
src/tools/fs_shell/vfs.cpp
1746
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
1884
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
1909
fssh_status_t status = create_new_vnode(&vnode, volume->id, vnodeID);
src/tools/fs_shell/vfs.cpp
192
static fssh_status_t file_read(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
1924
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
1933
fssh_status_t status = FSSH_B_OK;
src/tools/fs_shell/vfs.cpp
194
static fssh_status_t file_write(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
1983
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
199
static fssh_status_t file_close(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
1992
fssh_status_t status = get_vnode(volume->id, vnodeID, &vnode, true);
src/tools/fs_shell/vfs.cpp
200
static fssh_status_t dir_read(struct file_descriptor *,
src/tools/fs_shell/vfs.cpp
2000
fssh_status_t status = FS_CALL(vnode, get_super_vnode, volume,
src/tools/fs_shell/vfs.cpp
2018
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
203
static fssh_status_t dir_read(struct vnode *vnode, void *cookie,
src/tools/fs_shell/vfs.cpp
2035
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
2052
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
206
static fssh_status_t dir_rewind(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
208
static fssh_status_t dir_close(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
2089
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
209
static fssh_status_t attr_dir_read(struct file_descriptor *,
src/tools/fs_shell/vfs.cpp
2105
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
2110
fssh_status_t result;
src/tools/fs_shell/vfs.cpp
212
static fssh_status_t attr_dir_rewind(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
2135
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
214
static fssh_status_t attr_dir_close(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
215
static fssh_status_t attr_read(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
217
static fssh_status_t attr_write(struct file_descriptor *, fssh_off_t pos,
src/tools/fs_shell/vfs.cpp
2171
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
222
static fssh_status_t attr_close(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
2220
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
223
static fssh_status_t attr_read_stat(struct file_descriptor *,
src/tools/fs_shell/vfs.cpp
225
static fssh_status_t attr_write_stat(struct file_descriptor *,
src/tools/fs_shell/vfs.cpp
2261
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
227
static fssh_status_t index_dir_read(struct file_descriptor *,
src/tools/fs_shell/vfs.cpp
230
static fssh_status_t index_dir_rewind(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
2302
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
2313
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
232
static fssh_status_t index_dir_close(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
2323
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
233
static fssh_status_t query_read(struct file_descriptor *,
src/tools/fs_shell/vfs.cpp
2332
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
2341
extern "C" fssh_status_t
src/tools/fs_shell/vfs.cpp
236
static fssh_status_t query_rewind(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
2372
fssh_status_t
src/tools/fs_shell/vfs.cpp
238
static fssh_status_t query_close(struct file_descriptor *);
src/tools/fs_shell/vfs.cpp
2398
fssh_status_t
src/tools/fs_shell/vfs.cpp
240
static fssh_status_t common_ioctl(struct file_descriptor *, uint32_t, void *buf,
src/tools/fs_shell/vfs.cpp
2411
fssh_status_t status = path_to_vnode(buffer, true, &vnode, NULL, kernel);
src/tools/fs_shell/vfs.cpp
242
static fssh_status_t common_read_stat(struct file_descriptor *,
src/tools/fs_shell/vfs.cpp
2420
fssh_status_t
src/tools/fs_shell/vfs.cpp
2425
fssh_status_t status = get_vnode(mountID, vnodeID, &vnode, false);
src/tools/fs_shell/vfs.cpp
2434
fssh_status_t
src/tools/fs_shell/vfs.cpp
244
static fssh_status_t common_write_stat(struct file_descriptor *,
src/tools/fs_shell/vfs.cpp
2445
fssh_status_t
src/tools/fs_shell/vfs.cpp
2456
fssh_status_t
src/tools/fs_shell/vfs.cpp
247
static fssh_status_t vnode_path_to_vnode(struct vnode *vnode, char *path,
src/tools/fs_shell/vfs.cpp
2482
fssh_status_t
src/tools/fs_shell/vfs.cpp
2498
fssh_status_t
src/tools/fs_shell/vfs.cpp
250
static fssh_status_t dir_vnode_to_path(struct vnode *vnode, char *buffer,
src/tools/fs_shell/vfs.cpp
2510
fssh_status_t status = get_mount(volume->id, &mount);
src/tools/fs_shell/vfs.cpp
252
static fssh_status_t fd_and_path_to_vnode(int fd, char *path,
src/tools/fs_shell/vfs.cpp
2554
fssh_status_t
src/tools/fs_shell/vfs.cpp
2559
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
256
static fssh_status_t dec_vnode_ref_count(struct vnode *vnode, bool reenter);
src/tools/fs_shell/vfs.cpp
2656
fssh_status_t
src/tools/fs_shell/vfs.cpp
2677
fssh_status_t error = path_to_dir_vnode(mutablePath, &dirNode, leaf, kernel);
src/tools/fs_shell/vfs.cpp
2724
fssh_status_t
src/tools/fs_shell/vfs.cpp
2729
fssh_status_t status = FSSH_B_OK;
src/tools/fs_shell/vfs.cpp
2744
fssh_status_t
src/tools/fs_shell/vfs.cpp
2756
fssh_status_t
src/tools/fs_shell/vfs.cpp
2761
fssh_status_t status = FS_CALL(vnode, read_stat, stat);
src/tools/fs_shell/vfs.cpp
2773
fssh_status_t
src/tools/fs_shell/vfs.cpp
2780
fssh_status_t
src/tools/fs_shell/vfs.cpp
2785
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
2942
fssh_status_t
src/tools/fs_shell/vfs.cpp
2969
fssh_status_t
src/tools/fs_shell/vfs.cpp
3217
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3221
fssh_status_t status = FSSH_B_OK;
src/tools/fs_shell/vfs.cpp
3244
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3254
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3283
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3311
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3315
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3336
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3341
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3409
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3435
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3460
fssh_status_t status = vnode_path_to_vnode(parent, (char*)"..", false,
src/tools/fs_shell/vfs.cpp
3470
fssh_status_t status = get_vnode(entry->d_dev, entry->d_ino, &vnode, false);
src/tools/fs_shell/vfs.cpp
3486
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3493
fssh_status_t error = FS_CALL(vnode, read_dir,cookie,buffer,bufferSize,_count);
src/tools/fs_shell/vfs.cpp
3507
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3519
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3524
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3562
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3577
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3582
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3670
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3675
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3693
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3703
fssh_status_t status = FSSH_B_OK;
src/tools/fs_shell/vfs.cpp
3721
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3731
fssh_status_t status = FSSH_B_OK;
src/tools/fs_shell/vfs.cpp
3749
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3754
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3770
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3777
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3796
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3802
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3833
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3838
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3857
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3861
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3878
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3884
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3915
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3927
fssh_status_t status = FS_CALL(vnode, read_stat, stat);
src/tools/fs_shell/vfs.cpp
3939
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3953
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3958
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
3979
static fssh_status_t
src/tools/fs_shell/vfs.cpp
3984
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
4023
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4049
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4064
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4153
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4179
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4192
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4221
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
4249
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4263
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4278
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4283
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
4305
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4310
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
4347
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4355
fssh_status_t status = get_mount(mountID, &mount);
src/tools/fs_shell/vfs.cpp
4383
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4410
static fssh_status_t
src/tools/fs_shell/vfs.cpp
442
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4423
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4435
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4441
fssh_status_t status = get_mount(mountID, &mount);
src/tools/fs_shell/vfs.cpp
4458
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4465
fssh_status_t status = get_mount(mountID, &mount);
src/tools/fs_shell/vfs.cpp
4482
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4488
fssh_status_t status = get_mount(mountID, &mount);
src/tools/fs_shell/vfs.cpp
4519
fssh_status_t status = get_mount(device, &mount);
src/tools/fs_shell/vfs.cpp
4547
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4574
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4587
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4608
fssh_status_t status = 0;
src/tools/fs_shell/vfs.cpp
472
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4782
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4787
fssh_status_t err;
src/tools/fs_shell/vfs.cpp
4917
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4921
fssh_status_t status = get_mount(device, &mount);
src/tools/fs_shell/vfs.cpp
4976
static fssh_status_t
src/tools/fs_shell/vfs.cpp
4980
fssh_status_t status = get_mount(device, &mount);
src/tools/fs_shell/vfs.cpp
5008
static fssh_status_t
src/tools/fs_shell/vfs.cpp
5012
fssh_status_t status = get_mount(device, &mount);
src/tools/fs_shell/vfs.cpp
5058
static fssh_status_t
src/tools/fs_shell/vfs.cpp
5063
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
5079
static fssh_status_t
src/tools/fs_shell/vfs.cpp
5086
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
5142
fssh_status_t
src/tools/fs_shell/vfs.cpp
5153
fssh_status_t
src/tools/fs_shell/vfs.cpp
5163
fssh_status_t
src/tools/fs_shell/vfs.cpp
5173
fssh_status_t
src/tools/fs_shell/vfs.cpp
5180
fssh_status_t status = fs_sync(device);
src/tools/fs_shell/vfs.cpp
5287
fssh_status_t
src/tools/fs_shell/vfs.cpp
5294
fssh_status_t
src/tools/fs_shell/vfs.cpp
5301
fssh_status_t
src/tools/fs_shell/vfs.cpp
5308
fssh_status_t
src/tools/fs_shell/vfs.cpp
5315
fssh_status_t
src/tools/fs_shell/vfs.cpp
5337
fssh_status_t
src/tools/fs_shell/vfs.cpp
5348
fssh_status_t
src/tools/fs_shell/vfs.cpp
5382
fssh_status_t
src/tools/fs_shell/vfs.cpp
5413
fssh_status_t
src/tools/fs_shell/vfs.cpp
5423
fssh_status_t status = check_path(toBuffer);
src/tools/fs_shell/vfs.cpp
5432
fssh_status_t
src/tools/fs_shell/vfs.cpp
5459
fssh_status_t
src/tools/fs_shell/vfs.cpp
5489
fssh_status_t
src/tools/fs_shell/vfs.cpp
5502
fssh_status_t
src/tools/fs_shell/vfs.cpp
5533
fssh_status_t
src/tools/fs_shell/vfs.cpp
5539
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
5602
fssh_status_t
src/tools/fs_shell/vfs.cpp
5618
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
5675
fssh_status_t
src/tools/fs_shell/vfs.cpp
5682
fssh_status_t
src/tools/fs_shell/vfs.cpp
5696
fssh_status_t
src/tools/fs_shell/vfs.cpp
5703
fssh_status_t
src/tools/fs_shell/vfs.cpp
5710
fssh_status_t
src/tools/fs_shell/vfs.cpp
5717
fssh_status_t
src/tools/fs_shell/vfs.cpp
5727
fssh_status_t
src/tools/fs_shell/vfs.cpp
5741
fssh_status_t
src/tools/fs_shell/vfs.cpp
5763
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
5780
fssh_status_t
src/tools/fs_shell/vfs.cpp
592
static fssh_status_t
src/tools/fs_shell/vfs.cpp
676
static fssh_status_t
src/tools/fs_shell/vfs.cpp
773
static fssh_status_t
src/tools/fs_shell/vfs.cpp
799
fssh_status_t status;
src/tools/fs_shell/vfs.cpp
940
fssh_status_t
src/tools/fs_shell/vfs.cpp
946
fssh_status_t error = get_vnode(mountID, nodeID, &node, false);
src/tools/fs_shell/vfs.h
104
fssh_status_t vfs_normalize_path(const char *path, char *buffer,
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
113
extern fssh_status_t block_cache_init();
src/tools/fs_shell/vfs.h
114
extern fssh_status_t file_cache_init();
src/tools/fs_shell/vfs.h
56
fssh_status_t vfs_init(struct kernel_args *args);
src/tools/fs_shell/vfs.h
57
fssh_status_t vfs_bootstrap_file_systems(void);
src/tools/fs_shell/vfs.h
61
fssh_status_t vfs_free_io_context(void *context);
src/tools/fs_shell/vfs.h
65
fssh_status_t vfs_get_vnode_from_path(const char *path, bool kernel, void **vnode);
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
73
fssh_status_t vfs_lookup_vnode(fssh_mount_id mountID, fssh_vnode_id vnodeID,
src/tools/fs_shell/vfs.h
77
fssh_status_t vfs_get_cookie_from_fd(int fd, void **_cookie);
src/tools/fs_shell/vfs.h
78
fssh_status_t vfs_read_pages(void *vnode, void *cookie, fssh_off_t pos,
src/tools/fs_shell/vfs.h
81
fssh_status_t vfs_write_pages(void *vnode, void *cookie,
src/tools/fs_shell/vfs.h
84
fssh_status_t vfs_get_file_map(void *_vnode, fssh_off_t offset,
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
89
fssh_status_t vfs_stat_vnode(void *_vnode, struct fssh_stat *stat);
src/tools/fs_shell/vfs.h
90
fssh_status_t vfs_get_vnode_name(void *vnode, char *name,
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,
src/tools/fs_shell/vfs.h
99
fssh_status_t vfs_get_module_path(const char *basePath,
src/tools/fs_shell/vfs_request_io.cpp
14
extern "C" fssh_status_t
src/tools/fs_shell/vfs_request_io.cpp
22
extern "C" fssh_status_t