Home
last modified time | relevance | path

Searched refs:GET_SUM_TYPE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/f2fs/ !
Dgc.c1096 if (type != GET_SUM_TYPE((&sum->footer))) { in do_garbage_collect()
1099 segno, type, GET_SUM_TYPE((&sum->footer))); in do_garbage_collect()
Dsegment.h105 #define GET_SUM_TYPE(footer) ((footer)->entry_type) macro