Home
last modified time | relevance | path

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

/aosp12/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_utils.h98 struct ext4_super_block* sb;
99 struct ext4_super_block* sb_block;
100 struct ext4_super_block* sb_zero;
101 struct ext4_super_block** backup_sb;
H A Dext4_sb.h52 int ext4_parse_sb(struct ext4_super_block* sb, struct fs_info* info);
H A Dext4.h415 struct ext4_super_block { struct
/aosp12/system/extras/ext4_utils/
H A Dext4_utils.cpp85 void read_sb(int fd, struct ext4_super_block* sb) { in read_sb()
130 aux_info.sb_zero = (struct ext4_super_block*)calloc(1, info.block_size); in ext4_create_fs_aux_info()
138 aux_info.sb_block = (struct ext4_super_block*)calloc(1, info.block_size); in ext4_create_fs_aux_info()
142 aux_info.sb = (struct ext4_super_block*)((char*)aux_info.sb_block + 1024); in ext4_create_fs_aux_info()
147 aux_info.backup_sb = (struct ext4_super_block**)calloc(aux_info.groups, sizeof(char*)); in ext4_create_fs_aux_info()
168 void ext4_parse_sb_info(struct ext4_super_block* sb) { in ext4_parse_sb_info()
280 struct ext4_super_block sb; in read_ext()
H A Dext4_sb.cpp21 int ext4_parse_sb(struct ext4_super_block* sb, struct fs_info* info) { in ext4_parse_sb()
/aosp12/system/extras/tests/fstest/
H A Drecovery_test.cpp81 bool getSuperBlock(const int blk_fd, struct ext4_super_block* sb) { in getSuperBlock()
102 struct ext4_super_block sb; in setSbErrorBit()
132 struct ext4_super_block sb; in corruptGdtFreeBlock()
312 struct ext4_super_block sb; in TEST_F()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp288 static ext4_fsblk_t ext4_blocks_count(const struct ext4_super_block* es) { in ext4_blocks_count()
293 static ext4_fsblk_t ext4_r_blocks_count(const struct ext4_super_block* es) { in ext4_r_blocks_count()
298 static bool is_ext4_superblock_valid(const struct ext4_super_block* es) { in is_ext4_superblock_valid()
340 ext4_super_block sb; in fs_mgr_is_ext4()
361 const struct ext4_super_block* sb, int* fs_stat) { in tune_quota()
444 const struct ext4_super_block* sb, int* fs_stat) { in tune_encrypt()
489 const struct ext4_super_block* sb, int* fs_stat) { in tune_verity()
526 const struct ext4_super_block* sb, int* fs_stat) { in tune_casefold()
719 struct ext4_super_block sb; in prepare_fs_for_mount()
749 struct ext4_super_block sb; in prepare_fs_for_mount()
[all …]
H A Dfs_mgr_overlayfs.cpp1631 struct ext4_super_block sb; in fs_mgr_has_shared_blocks()
/aosp12/system/extras/libfec/
H A Dfec_open.cpp251 check(f->size > 1024 + sizeof(ext4_super_block)); in get_ext4_size()
254 ext4_super_block sb; in get_ext4_size()
/aosp12/system/vold/
H A Dcryptfs.cpp564 struct ext4_super_block sb; in get_fs_size()