Searched refs:ckpt_flags (Results 1 - 5 of 5) sorted by relevance

/external/f2fs-tools/fsck/
H A Df2fs.h230 unsigned int ckpt_flags = le32_to_cpu(cp->ckpt_flags); local
231 return ckpt_flags & f;
H A Dmount.c181 DISP_u32(cp, ckpt_flags);
1219 u32 flag = le32_to_cpu(sbi->ckpt->ckpt_flags);
H A Dfsck.c915 ckp->ckpt_flags = cpu_to_le32(CP_UMOUNT_FLAG);
/external/f2fs-tools/include/
H A Df2fs_fs.h373 __le32 ckpt_flags; /* Flags : umount and journal_present */ member in struct:f2fs_checkpoint
/external/f2fs-tools/mkfs/
H A Df2fs_format.c496 ckp->ckpt_flags = cpu_to_le32(CP_UMOUNT_FLAG);

Completed in 106 milliseconds