Lines Matching refs:fs
135 struct fs { struct
170 void fs_mark_scan_required(struct fs* fs); argument
217 int fs_init(struct fs* fs,
224 static inline bool fs_is_repaired(struct fs* fs) { in fs_is_repaired() argument
225 return fs->main_repaired && !fs->alternate_data; in fs_is_repaired()
228 static inline bool fs_is_readable(struct fs* fs) { in fs_is_readable() argument
229 return fs->readable; in fs_is_readable()
232 static inline bool fs_is_writable(struct fs* fs) { in fs_is_writable() argument
233 return fs->writable; in fs_is_writable()
277 enum fs_check_result fs_check_full(struct fs* fs);
290 enum fs_check_result fs_check_quick(struct fs* fs);
304 enum fs_check_result fs_check(struct fs* fs);
306 void fs_file_tree_init(const struct fs* fs, struct block_tree* tree);
309 void write_current_super_block(struct fs* fs, bool reinitialize);
311 void fs_destroy(struct fs* fs);