Searched refs:SUM_JOURNAL_SIZE (Results 1 – 2 of 2) sorted by relevance
603 #define SUM_JOURNAL_SIZE (F2FS_BLKSIZE - SUM_FOOTER_SIZE -\ macro605 #define NAT_JOURNAL_ENTRIES ((SUM_JOURNAL_SIZE - 2) /\607 #define NAT_JOURNAL_RESERVED ((SUM_JOURNAL_SIZE - 2) %\609 #define SIT_JOURNAL_ENTRIES ((SUM_JOURNAL_SIZE - 2) /\611 #define SIT_JOURNAL_RESERVED ((SUM_JOURNAL_SIZE - 2) %\
539 memcpy(&curseg->sum_blk->n_nats, kaddr, SUM_JOURNAL_SIZE); in read_compacted_summaries()542 memcpy(&curseg->sum_blk->n_sits, kaddr + SUM_JOURNAL_SIZE, in read_compacted_summaries()543 SUM_JOURNAL_SIZE); in read_compacted_summaries()545 offset = 2 * SUM_JOURNAL_SIZE; in read_compacted_summaries()