Lines Matching defs:entries
477 /* check the # of cached NAT entries */
499 /* checkpoint is the only way to shrink partial cached entries */
2043 int entries = SIT_VBLOCK_MAP_SIZE / sizeof(unsigned long);
2068 for (i = 0; i < entries; i++)
2614 memcpy(dst->entries, src->entries, SUM_ENTRY_SIZE);
2817 int entries = SIT_VBLOCK_MAP_SIZE / sizeof(unsigned long);
2823 for (i = 0; i < entries; i++)
3440 curseg->sum_blk->entries[curseg->next_blkoff] = *sum;
3747 curseg->sum_blk->entries[curseg->next_blkoff] = *sum;
3872 /* Step 3: restore summary entries */
3892 seg_i->sum_blk->entries[j] = *s;
3951 struct f2fs_summary *ns = &sum->entries[0];
3974 memcpy(curseg->sum_blk->entries, sum->entries, SUM_ENTRY_SIZE);
4021 f2fs_err(sbi, "invalid journal entries nats %u sits %u",
4052 /* Step 3: write summary entries */
4063 *summary = seg_i->sum_blk->entries[j];
4242 * CP calls this function, which flushes SIT entries including sit_journal,
4262 * add and account sit entries of dirty bitmap in sit entry
4269 * entries, remove all entries from journal and add and account
4277 * there are two steps to flush sit entries:
4278 * #1, flush sit entries to journal in current cold data summary block.
4279 * #2, flush sit entries to sit page.
4300 /* flush dirty sit entries in region of current sit set */
4330 &raw_sit->entries[sit_offset]);
4332 &raw_sit->entries[sit_offset]);
4569 sit = sit_blk->entries[SIT_ENTRY_OFFSET(sit_i, start)];