Searched refs:CP_UMOUNT (Results 1 – 5 of 5) sorted by relevance
1306 if (cpc->reason & CP_UMOUNT) { in update_ckpt_flags()1326 if (cpc->reason & CP_UMOUNT) in update_ckpt_flags()1505 if ((cpc->reason & CP_UMOUNT) && in do_checkpoint()
2989 if ((cpc->reason & CP_UMOUNT) || in __flush_nat_entry_set()3067 if (cpc->reason & CP_UMOUNT) { in f2fs_flush_nat_entries()3083 if (cpc->reason & CP_UMOUNT || in f2fs_flush_nat_entries()
205 #define CP_UMOUNT 0x00000001 macro2107 reason = CP_UMOUNT; in __get_cp_reason()2113 return (reason & (CP_UMOUNT | CP_FASTBOOT)); in __remain_node_summaries()
1511 .reason = CP_UMOUNT, in f2fs_put_super()1522 .reason = CP_UMOUNT | CP_TRIMMED, in f2fs_put_super()4436 .reason = CP_UMOUNT, in kill_f2fs_super()
47 TRACE_DEFINE_ENUM(CP_UMOUNT);127 { CP_UMOUNT, "Umount" }, \