Searched refs:sum_compact_p (Results 1 – 1 of 1) sorted by relevance
446 char *sum_compact, *sum_compact_p; in f2fs_write_check_point_pack() local467 sum_compact_p = sum_compact; in f2fs_write_check_point_pack()566 memcpy(sum_compact_p, &sum->n_nats, SUM_JOURNAL_SIZE); in f2fs_write_check_point_pack()567 sum_compact_p += SUM_JOURNAL_SIZE; in f2fs_write_check_point_pack()589 memcpy(sum_compact_p, &sum->n_sits, SUM_JOURNAL_SIZE); in f2fs_write_check_point_pack()590 sum_compact_p += SUM_JOURNAL_SIZE; in f2fs_write_check_point_pack()593 sum_entry = (struct f2fs_summary *)sum_compact_p; in f2fs_write_check_point_pack()