Home
last modified time | relevance | path

Searched refs:CP_FASTBOOT_FLAG (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Df2fs_fs.h94 #define CP_FASTBOOT_FLAG 0x00000020 macro
/linux-4.1.27/fs/f2fs/
Dcheckpoint.c958 set_ckpt_flags(ckpt, CP_FASTBOOT_FLAG); in do_checkpoint()
960 clear_ckpt_flags(ckpt, CP_FASTBOOT_FLAG); in do_checkpoint()
Df2fs.h868 is_set_ckpt_flags(F2FS_CKPT(sbi), CP_FASTBOOT_FLAG)); in __exist_node_summaries()