Home
last modified time | relevance | path

Searched refs:ckpt_flags (Results 1 – 7 of 7) sorted by relevance

/external/f2fs-tools/fsck/
Df2fs.h275 unsigned int ckpt_flags = le32_to_cpu(cp->ckpt_flags); in is_set_ckpt_flags() local
276 return ckpt_flags & f; in is_set_ckpt_flags()
Dmain.c408 u32 flag = le32_to_cpu(ckpt->ckpt_flags); in do_fsck()
460 u32 flag = le32_to_cpu(ckpt->ckpt_flags); in do_dump()
Dresize.c480 flags = update_nat_bits_flags(new_sb, cp, get_cp(ckpt_flags)); in rebuild_checkpoint()
481 set_cp(ckpt_flags, flags); in rebuild_checkpoint()
Dmount.c232 DISP_u32(cp, ckpt_flags); in print_ckpt_info()
1889 set_cp(ckpt_flags, flags); in write_checkpoint()
2138 u32 flag = get_cp(ckpt_flags); in f2fs_do_mount()
Dfsck.c1758 set_cp(ckpt_flags, flags); in fix_checkpoint()
/external/f2fs-tools/include/
Df2fs_fs.h545 __le32 ckpt_flags; /* Flags : umount and journal_present */ member
/external/f2fs-tools/mkfs/
Df2fs_format.c586 set_cp(ckpt_flags, flags); in f2fs_write_check_point_pack()