Searched refs:segno (Results 1 - 9 of 9) sorted by relevance

/external/f2fs-tools/fsck/
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...]
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 Dfsck.c962 se = get_seg_entry(sbi, curseg->segno);
/external/f2fs-tools/scripts/
H A Ddumpf2fs.sh54 let segno=$addr-$BASE_MAIN
55 let segno=$segno/0x200000
58 echo $segno, $off
/external/f2fs-tools/mkfs/
H A Df2fs_format.c566 sum->sit_j.entries[0].segno = ckp->cur_node_segno[0];
569 sum->sit_j.entries[1].segno = ckp->cur_node_segno[1];
571 sum->sit_j.entries[2].segno = ckp->cur_node_segno[2];
575 sum->sit_j.entries[3].segno = ckp->cur_data_segno[0];
578 sum->sit_j.entries[4].segno = ckp->cur_data_segno[1];
580 sum->sit_j.entries[5].segno = ckp->cur_data_segno[2];
/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/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
/external/f2fs-tools/include/
H A Df2fs_fs.h633 __le32 segno; member in struct:sit_journal_entry

Completed in 2459 milliseconds