HomeSort by relevance Sort by last modified time
    Searched defs:ckpt_flags (Results 1 - 3 of 3) sorted by null

  /system/extras/f2fs_utils/
f2fs_sparseblock.c 114 D_DISP_u32(cp, ckpt_flags);
344 unsigned int ckpt_flags = le32_to_cpu(cp->ckpt_flags); local
345 return !!(ckpt_flags & f);
  /external/f2fs-tools/fsck/
f2fs.h 274 unsigned int ckpt_flags = le32_to_cpu(cp->ckpt_flags); local
275 return ckpt_flags & f ? 1 : 0;
  /external/f2fs-tools/include/
f2fs_fs.h 639 __le32 ckpt_flags; /* Flags : umount and journal_present */ member in struct:f2fs_checkpoint
    [all...]

Completed in 89 milliseconds