Searched refs:ext4_super_block (Results 1 – 10 of 10) sorted by relevance
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_utils.h | 101 struct ext4_super_block *sb; 102 struct ext4_super_block *sb_block; 103 struct ext4_super_block *sb_zero; 104 struct ext4_super_block **backup_sb;
|
D | ext4_sb.h | 51 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info);
|
D | ext4.h | 382 struct ext4_super_block { struct
|
/system/extras/ext4_utils/ |
D | ext4_utils.cpp | 94 void read_sb(int fd, struct ext4_super_block *sb) in read_sb() 145 aux_info.sb_zero = (struct ext4_super_block *)calloc(1, info.block_size); in ext4_create_fs_aux_info() 154 aux_info.sb_block = (struct ext4_super_block *)calloc(1, info.block_size); in ext4_create_fs_aux_info() 159 aux_info.sb = (struct ext4_super_block *)((char *)aux_info.sb_block + 1024); in ext4_create_fs_aux_info() 164 aux_info.backup_sb = (struct ext4_super_block **)calloc(aux_info.groups, sizeof(char *)); in ext4_create_fs_aux_info() 188 void ext4_parse_sb_info(struct ext4_super_block *sb) in ext4_parse_sb_info() 272 struct ext4_super_block sb; in read_ext()
|
D | ext4_sb.cpp | 21 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info) in ext4_parse_sb()
|
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 81 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()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 287 static ext4_fsblk_t ext4_blocks_count(const struct ext4_super_block* es) { in ext4_blocks_count() 292 static ext4_fsblk_t ext4_r_blocks_count(const struct ext4_super_block* es) { in ext4_r_blocks_count() 297 static bool is_ext4_superblock_valid(const struct ext4_super_block* es) { in is_ext4_superblock_valid() 310 struct ext4_super_block* sb, int* fs_stat) { in read_ext4_superblock() 364 ext4_super_block sb; in fs_mgr_is_ext4() 385 const struct ext4_super_block* sb, int* fs_stat) { in tune_quota() 426 const struct ext4_super_block* sb, int* fs_stat) { in tune_reserved_size() 468 const struct ext4_super_block* sb, int* fs_stat) { in tune_encrypt() 513 const struct ext4_super_block* sb, int* fs_stat) { in tune_verity() 549 static void tune_casefold(const std::string& blk_device, const struct ext4_super_block* sb, in tune_casefold() [all …]
|
D | fs_mgr_overlayfs.cpp | 1493 struct ext4_super_block sb; in fs_mgr_has_shared_blocks()
|
/system/extras/libfec/ |
D | fec_open.cpp | 251 check(f->size > 1024 + sizeof(ext4_super_block)); in get_ext4_size() 254 ext4_super_block sb; in get_ext4_size()
|
/system/vold/ |
D | cryptfs.cpp | 481 struct ext4_super_block sb; in get_fs_size()
|