Searched refs:CP_UMOUNT (Results 1 – 5 of 5) sorted by relevance
1330 if (cpc->reason & CP_UMOUNT) { in update_ckpt_flags()1350 if (cpc->reason & CP_UMOUNT) in update_ckpt_flags()1527 if ((cpc->reason & CP_UMOUNT) && in do_checkpoint()
3041 if ((cpc->reason & CP_UMOUNT) || in __flush_nat_entry_set()3119 if (cpc->reason & CP_UMOUNT) { in f2fs_flush_nat_entries()3135 if (cpc->reason & CP_UMOUNT || in f2fs_flush_nat_entries()
227 #define CP_UMOUNT 0x00000001 macro2234 reason = CP_UMOUNT; in __get_cp_reason()2240 return (reason & (CP_UMOUNT | CP_FASTBOOT)); in __remain_node_summaries()
1599 .reason = CP_UMOUNT, in f2fs_put_super()1609 .reason = CP_UMOUNT | CP_TRIMMED, in f2fs_put_super()4858 .reason = CP_UMOUNT, in kill_f2fs_super()
43 TRACE_DEFINE_ENUM(CP_UMOUNT);121 { CP_UMOUNT, "Umount" }, \