Lines Matching refs:fssh_status_t

36 extern fssh_status_t	fssh_cache_sync_transaction(void *_cache, int32_t id);
37 extern fssh_status_t fssh_cache_end_transaction(void *_cache, int32_t id,
40 extern fssh_status_t fssh_cache_abort_transaction(void *_cache, int32_t id);
44 extern fssh_status_t fssh_cache_abort_sub_transaction(void *_cache,
46 extern fssh_status_t fssh_cache_start_sub_transaction(void *_cache,
48 extern fssh_status_t fssh_cache_add_transaction_listener(void *_cache,
52 extern fssh_status_t fssh_cache_remove_transaction_listener(void *_cache,
55 extern fssh_status_t fssh_cache_next_block_in_transaction(void *_cache,
72 extern fssh_status_t fssh_block_cache_sync(void *_cache);
73 extern fssh_status_t fssh_block_cache_sync_etc(void *_cache,
77 extern fssh_status_t fssh_block_cache_make_writable(void *_cache,
79 extern fssh_status_t fssh_block_cache_get_writable_etc(void *_cache,
87 extern fssh_status_t fssh_block_cache_get_etc(void *_cache,
92 extern fssh_status_t fssh_block_cache_set_dirty(void *_cache,
103 extern fssh_status_t fssh_file_cache_disable(void *_cacheRef);
105 extern fssh_status_t fssh_file_cache_set_size(void *_cacheRef,
107 extern fssh_status_t fssh_file_cache_sync(void *_cache);
109 extern fssh_status_t fssh_file_cache_read(void *_cacheRef, void *cookie,
112 extern fssh_status_t fssh_file_cache_write(void *_cacheRef, void *cookie,
123 extern fssh_status_t fssh_file_map_set_mode(void *_map, uint32_t mode);
124 extern fssh_status_t fssh_file_map_translate(void *_map, fssh_off_t offset,
129 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,