Lines Matching defs:fs
53 static errcode_t write_bitmaps(ext2_filsys fs, int do_inode, int do_block) in write_bitmaps()
183 static errcode_t mark_uninit_bg_group_blocks(ext2_filsys fs) in mark_uninit_bg_group_blocks()
230 static errcode_t read_bitmaps_range_prepare(ext2_filsys fs, int flags) in read_bitmaps_range_prepare()
284 static errcode_t read_bitmaps_range_start(ext2_filsys fs, int flags, in read_bitmaps_range_start()
449 static errcode_t read_bitmaps_range_end(ext2_filsys fs, int flags, in read_bitmaps_range_end()
468 static void read_bitmaps_cleanup_on_error(ext2_filsys fs, int flags) in read_bitmaps_cleanup_on_error()
480 static errcode_t read_bitmaps_range(ext2_filsys fs, int flags, in read_bitmaps_range()
521 errcode_t ext2fs_rw_bitmaps(ext2_filsys fs, int flags, int num_threads) in ext2fs_rw_bitmaps()
640 errcode_t ext2fs_read_inode_bitmap(ext2_filsys fs) in ext2fs_read_inode_bitmap()
645 errcode_t ext2fs_read_block_bitmap(ext2_filsys fs) in ext2fs_read_block_bitmap()
650 errcode_t ext2fs_write_inode_bitmap(ext2_filsys fs) in ext2fs_write_inode_bitmap()
655 errcode_t ext2fs_write_block_bitmap (ext2_filsys fs) in ext2fs_write_block_bitmap()
660 errcode_t ext2fs_read_bitmaps(ext2_filsys fs) in ext2fs_read_bitmaps()
673 errcode_t ext2fs_write_bitmaps(ext2_filsys fs) in ext2fs_write_bitmaps()