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

  /system/extras/f2fs_utils/
f2fs_sparseblock.h 36 struct f2fs_sit_block;
46 struct f2fs_sit_block *sit_blocks;
f2fs_sparseblock.c 316 info->sit_blocks = malloc(num_sit_blocks * sizeof(struct f2fs_sit_block));
327 if (read_structure(fd, address * F2FS_BLKSIZE, &info->sit_blocks[sit_block], sizeof(struct f2fs_sit_block))) {
483 struct f2fs_sit_block sit_block_cache;
  /external/f2fs-tools/fsck/
mount.c 691 struct f2fs_sit_block *get_current_sit_page(struct f2fs_sb_info *sbi, unsigned int segno)
696 struct f2fs_sit_block *sit_blk = calloc(BLOCK_SZ, 1);
864 struct f2fs_sit_block *sit_blk;
  /external/f2fs-tools/include/
f2fs_fs.h 477 struct f2fs_sit_block { struct

Completed in 2155 milliseconds