Searched refs:CP_UMOUNT (Results 1 – 5 of 5) sorted by relevance
1325 if (cpc->reason & CP_UMOUNT) { in update_ckpt_flags()1345 if (cpc->reason & CP_UMOUNT) in update_ckpt_flags()1524 if ((cpc->reason & CP_UMOUNT) && in do_checkpoint()
2999 if ((cpc->reason & CP_UMOUNT) || in __flush_nat_entry_set()3077 if (cpc->reason & CP_UMOUNT) { in f2fs_flush_nat_entries()3093 if (cpc->reason & CP_UMOUNT || in f2fs_flush_nat_entries()
1562 .reason = CP_UMOUNT, in f2fs_put_super()1573 .reason = CP_UMOUNT | CP_TRIMMED, in f2fs_put_super()4604 .reason = CP_UMOUNT, in kill_f2fs_super()
224 #define CP_UMOUNT 0x00000001 macro2257 reason = CP_UMOUNT; in __get_cp_reason()2263 return (reason & (CP_UMOUNT | CP_FASTBOOT)); in __remain_node_summaries()
43 TRACE_DEFINE_ENUM(CP_UMOUNT);119 { CP_UMOUNT, "Umount" }, \