Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Df2fs_fs.h102 #define CP_FASTBOOT_FLAG 0x00000020 macro
/linux-4.4.14/fs/f2fs/
Dcheckpoint.c1007 set_ckpt_flags(ckpt, CP_FASTBOOT_FLAG); in do_checkpoint()
1009 clear_ckpt_flags(ckpt, CP_FASTBOOT_FLAG); in do_checkpoint()
Df2fs.h989 is_set_ckpt_flags(F2FS_CKPT(sbi), CP_FASTBOOT_FLAG)); in __exist_node_summaries()