Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:fs

39 	ext2_filsys		fs;
84 extern int ext2fs_process_dir_block(ext2_filsys fs,
91 extern errcode_t ext2fs_inline_data_ea_remove(ext2_filsys fs, ext2_ino_t ino);
92 extern errcode_t ext2fs_inline_data_expand(ext2_filsys fs, ext2_ino_t ino);
93 extern int ext2fs_inline_data_dir_iterate(ext2_filsys fs,
109 void (*init)(ext2_filsys fs,
112 void (*update)(ext2_filsys fs,
115 void (*close)(ext2_filsys fs,
122 extern void ext2fs_numeric_progress_init(ext2_filsys fs,
125 extern void ext2fs_numeric_progress_update(ext2_filsys fs,
128 extern void ext2fs_numeric_progress_close(ext2_filsys fs,
136 extern errcode_t ext2fs_alloc_generic_bmap(ext2_filsys fs, errcode_t magic,
169 extern int ext2fs_file_block_offset_too_big(ext2_filsys fs,