Home
last modified time | relevance | path

Searched refs:CP_TRIMMED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/trace/events/
H A Df2fs.h48 TRACE_DEFINE_ENUM(CP_TRIMMED);
127 { CP_TRIMMED, "Trimmed" }, \
/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c1345 if (cpc->reason & CP_TRIMMED) in update_ckpt_flags()
H A Df2fs.h232 #define CP_TRIMMED 0x00000020 macro
H A Dsuper.c1609 .reason = CP_UMOUNT | CP_TRIMMED, in f2fs_put_super()