Searched defs:segno (Results 1 - 6 of 6) sorted by relevance

/external/f2fs-tools/fsck/
H A Ddump.c27 int segno; local
37 for (segno = start_sit; segno < end_sit; segno++) {
38 se = get_seg_entry(sbi, segno);
41 snprintf(buf, BUF_SZ, "%5d %8d\n", segno, se->valid_blocks);
46 DBG(4, "SIT[0x%3x] : 0x%x\n", segno, se->valid_blocks);
69 int segno, i, ret; local
75 snprintf(buf, BUF_SZ, "Note: dump.f2fs -b blkaddr = 0x%x + segno * "
81 for (segno
[all...]
H A Df2fs.h105 unsigned int segno; /* current segment number */ member in struct:curseg_info
257 #define GET_ZONENO_FROM_SEGNO(sbi, segno) \
258 ((segno / sbi->segs_per_sec) / sbi->secs_per_zone)
268 #define GET_SUM_BLKADDR(sbi, segno) \
269 ((sbi->sm_info->ssa_blkaddr) + segno)
282 #define GET_R2L_SEGNO(sbi, segno) (segno + FREE_I_START_SEGNO(sbi))
284 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \
285 (segno << sbi->log_blocks_per_seg))
310 #define segno_in_journal(sum, i) (sum->sit_j.entries[i].segno)
[all...]
H A Dmount.c520 se = get_seg_entry(sbi, curseg->segno);
575 unsigned int segno, struct f2fs_summary_block *sum_blk)
587 addr = START_BLOCK(sbi, segno);
604 unsigned int segno = 0; local
609 segno = le32_to_cpu(ckpt->cur_data_segno[type]);
615 segno = le32_to_cpu(ckpt->cur_node_segno[type -
621 blk_addr = GET_SUM_BLKADDR(sbi, segno);
629 restore_node_summary(sbi, segno, sum_blk);
655 unsigned int segno; local
668 segno
574 restore_node_summary(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_summary_block *sum_blk) argument
685 check_seg_range(struct f2fs_sb_info *sbi, unsigned int segno) argument
691 get_current_sit_page(struct f2fs_sb_info *sbi, unsigned int segno) argument
712 rewrite_current_sit_page(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_sit_block *sit_blk) argument
728 check_block_count(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_sit_entry *raw_sit) argument
769 get_seg_entry(struct f2fs_sb_info *sbi, unsigned int segno) argument
776 get_sum_block(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_summary_block *sum_blk) argument
829 u32 segno, offset; local
891 unsigned int segno; local
948 unsigned int segno = 0; local
994 unsigned int segno = 0; local
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1.c1374 OPJ_UINT32 segno, passno; local
1393 for (segno = 0; segno < cblk->real_num_segs; ++segno) {
1394 opj_tcd_seg_t *seg = &cblk->segs[segno];
/external/f2fs-tools/include/
H A Df2fs_fs.h633 __le32 segno; member in struct:sit_journal_entry
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c1605 Int segno; local
1609 segno = *pnt2.s++;
1618 linecount, filename, segno, start[k].start, start[k].end );
1621 Addr startaddr = bias + sectp[segno-1].VirtualAddress
1623 Addr endaddr = bias + sectp[segno-1].VirtualAddress

Completed in 925 milliseconds