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

  /system/extras/f2fs_utils/
f2fs_sparseblock.c 339 static inline int is_set_ckpt_flags(struct f2fs_checkpoint *cp, unsigned int f) function
360 if (is_set_ckpt_flags(cp, CP_COMPACT_SUM_FLAG)) {
366 if (is_set_ckpt_flags(cp, CP_UMOUNT_FLAG))
  /external/f2fs-tools/fsck/
f2fs.h 235 static inline bool is_set_ckpt_flags(struct f2fs_checkpoint *cp, unsigned int f) function

Completed in 247 milliseconds