HomeSort by relevance Sort by last modified time
    Searched refs:ext4_super_block (Results 1 - 10 of 10) sorted by null

  /system/extras/ext4_utils/
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;
139 void read_sb(int fd, struct ext4_super_block *sb);
140 void write_sb(int fd, unsigned long long offset, struct ext4_super_block *sb);
148 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb);
153 void ext4_parse_sb_info(struct ext4_super_block *sb);
ext4_sb.h 49 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info);
ext4_sb.c 21 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info)
ext4_utils.c 141 void read_sb(int fd, struct ext4_super_block *sb)
157 void write_sb(int fd, unsigned long long offset, struct ext4_super_block *sb)
245 aux_info.sb = (struct ext4_super_block *)((char *)aux_info.sb_block + 1024);
278 struct ext4_super_block *sb = aux_info.sb;
367 memcpy(aux_info.backup_sb[i], sb, sizeof(struct ext4_super_block));
401 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb)
406 void ext4_parse_sb_info(struct ext4_super_block *sb)
598 struct ext4_super_block sb;
ext4fixup.c 120 struct ext4_super_block sb;
267 struct ext4_super_block sb;
ext4.h 381 struct ext4_super_block { struct
  /system/extras/tests/fstest/
recovery_test.cpp 80 bool getSuperBlock(const int blk_fd, struct ext4_super_block* sb) {
101 struct ext4_super_block sb;
131 struct ext4_super_block sb;
320 struct ext4_super_block sb;
  /system/core/fs_mgr/
fs_mgr.c 395 struct ext4_super_block *sb;
415 sb = (struct ext4_super_block *)super_buf;
  /system/extras/libfec/
fec_open.cpp 258 check(f->size > 1024 + sizeof(ext4_super_block));
261 ext4_super_block sb;
  /system/vold/
cryptfs.c 501 struct ext4_super_block sb;
    [all...]

Completed in 534 milliseconds