Home
last modified time | relevance | path

Searched refs:ext4_super_block (Results 1 – 10 of 10) sorted by relevance

/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h103 struct ext4_super_block *sb;
104 struct ext4_super_block *sb_block;
105 struct ext4_super_block *sb_zero;
106 struct ext4_super_block **backup_sb;
141 void read_sb(int fd, struct ext4_super_block *sb);
142 void write_sb(int fd, unsigned long long offset, struct ext4_super_block *sb);
150 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb);
155 void ext4_parse_sb_info(struct ext4_super_block *sb);
Dext4_sb.h51 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info);
Dext4.h382 struct ext4_super_block { struct
/system/extras/tests/fstest/
Drecovery_test.cpp79 bool getSuperBlock(const int blk_fd, struct ext4_super_block* sb) { in getSuperBlock()
100 struct ext4_super_block sb; in setSbErrorBit()
130 struct ext4_super_block sb; in corruptGdtFreeBlock()
315 struct ext4_super_block sb; in TEST_F()
/system/extras/ext4_utils/
Dext4_utils.c143 void read_sb(int fd, struct ext4_super_block *sb) in read_sb()
159 void write_sb(int fd, unsigned long long offset, struct ext4_super_block *sb) in write_sb()
250 aux_info.sb = (struct ext4_super_block *)((char *)aux_info.sb_block + 1024); in ext4_create_fs_aux_info()
283 struct ext4_super_block *sb = aux_info.sb; in ext4_fill_in_sb()
376 memcpy(aux_info.backup_sb[i], sb, sizeof(struct ext4_super_block)); in ext4_fill_in_sb()
410 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb) in ext4_queue_sb()
415 void ext4_parse_sb_info(struct ext4_super_block *sb) in ext4_parse_sb_info()
607 struct ext4_super_block sb; in read_ext()
Dext4_sb.c21 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info) in ext4_parse_sb()
Dext4fixup.c125 struct ext4_super_block sb; in set_fs_fixup_state()
272 struct ext4_super_block sb; in update_superblocks_and_bg_desc()
/system/core/fs_mgr/
Dfs_mgr.cpp246 static int read_super_block(int fd, struct ext4_super_block *sb) in read_super_block()
263 static ext4_fsblk_t ext4_blocks_count(struct ext4_super_block *es) in ext4_blocks_count()
269 static ext4_fsblk_t ext4_r_blocks_count(struct ext4_super_block *es) in ext4_r_blocks_count()
295 struct ext4_super_block sb; in do_quota_with_shutdown_check()
382 struct ext4_super_block sb; in do_reserved_size()
654 struct ext4_super_block *sb; in translate_ext_labels()
674 sb = (struct ext4_super_block *)super_buf; in translate_ext_labels()
/system/extras/libfec/
Dfec_open.cpp252 check(f->size > 1024 + sizeof(ext4_super_block)); in get_ext4_size()
255 ext4_super_block sb; in get_ext4_size()
/system/vold/
Dcryptfs.cpp255 struct ext4_super_block sb; in get_fs_size()