HomeSort by relevance Sort by last modified time
    Searched full:f2fs_checkpoint (Results 1 - 7 of 7) sorted by null

  /system/extras/f2fs_utils/
f2fs_sparseblock.c 75 static void dbg_print_raw_ckpt_struct(struct f2fs_checkpoint *cp)
211 static struct f2fs_checkpoint *validate_checkpoint(block_t cp_addr,
215 struct f2fs_checkpoint *cp_block, *cp_ret;
227 cp_block = (struct f2fs_checkpoint *)cp_block_1;
241 cp_block = (struct f2fs_checkpoint *)cp_block_2;
248 return (struct f2fs_checkpoint *)cp_block_1;
259 int get_valid_checkpoint_info(int fd, struct f2fs_super_block *sb, struct f2fs_checkpoint **cp, struct f2fs_info *info)
261 struct f2fs_checkpoint *cp_block;
263 struct f2fs_checkpoint *cp1, *cp2, *cur_cp;
339 static inline int is_set_ckpt_flags(struct f2fs_checkpoint *cp, unsigned int f
    [all...]
  /external/f2fs-tools/fsck/
f2fs.h 132 struct f2fs_checkpoint *ckpt;
170 static inline struct f2fs_checkpoint *F2FS_CKPT(struct f2fs_sb_info *sbi)
172 return (struct f2fs_checkpoint *)(sbi->ckpt);
208 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
221 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
235 static inline bool is_set_ckpt_flags(struct f2fs_checkpoint *cp, unsigned int f)
244 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
mount.c 152 struct f2fs_checkpoint *cp = F2FS_CKPT(sbi);
319 struct f2fs_checkpoint *cp_block;
330 cp_block = (struct f2fs_checkpoint *)cp_page_1;
348 cp_block = (struct f2fs_checkpoint *)cp_page_2;
447 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
511 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
646 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
697 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
825 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
964 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi)
    [all...]
main.c 160 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
fsck.c 906 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi);
979 struct f2fs_checkpoint *ckp = F2FS_CKPT(sbi);
  /external/f2fs-tools/mkfs/
f2fs_format.c 26 struct f2fs_checkpoint *cp;
261 (CHECKSUM_OFFSET - sizeof(struct f2fs_checkpoint) + 65)) {
262 max_nat_bitmap_size = CHECKSUM_OFFSET - sizeof(struct f2fs_checkpoint) + 1;
265 max_nat_bitmap_size = CHECKSUM_OFFSET - sizeof(struct f2fs_checkpoint) + 1
452 MSG(1, "\tError: Calloc Failed for f2fs_checkpoint!!!\n");
  /external/f2fs-tools/include/
f2fs_fs.h 368 struct f2fs_checkpoint { struct

Completed in 226 milliseconds