Lines Matching defs:segno
114 unsigned int segno;
130 for (segno = start_sit; segno < end_sit; segno++) {
131 se = get_seg_entry(sbi, segno);
132 offset = SIT_BLOCK_OFFSET(sit_i, segno);
136 segno, se->valid_blocks, se->type,
181 int segno, type, i, ret;
187 snprintf(buf, BUF_SZ, "Note: dump.f2fs -b blkaddr = 0x%x + segno * "
193 for (segno = start_ssa; segno < end_ssa; segno++) {
194 sum_blk = get_sum_block(sbi, segno, &type);
199 snprintf(buf, BUF_SZ, "\n\nsegno: %x, Current Node\n", segno);
202 snprintf(buf, BUF_SZ, "\n\nsegno: %x, Current Data\n", segno);
205 snprintf(buf, BUF_SZ, "\n\nsegno: %x, Node\n", segno);
208 snprintf(buf, BUF_SZ, "\n\nsegno: %x, Data\n", segno);
837 DBG(1, "Note: blkaddr = main_blkaddr + segno * 512 + offset\n");