Home
last modified time | relevance | path

Searched defs:segno (Results 1 – 7 of 7) sorted by relevance

/external/f2fs-tools/fsck/
Dmount.c34 static int get_device_idx(struct f2fs_sb_info *sbi, u_int32_t segno) in get_device_idx()
51 u_int32_t segno, u_int32_t dev_idx) in get_zone_idx_from_dev()
59 bool is_usable_seg(struct f2fs_sb_info *sbi, unsigned int segno) in is_usable_seg()
92 bool is_usable_seg(struct f2fs_sb_info *UNUSED(sbi), unsigned int UNUSED(segno)) in is_usable_seg()
1867 unsigned int segno, struct f2fs_summary_block *sum_blk) in restore_node_summary()
1896 unsigned int segno = 0; in read_normal_summaries() local
1935 u32 segno, offset; in update_sum_entry() local
1979 unsigned int segno; in build_curseg() local
2025 static inline void check_seg_range(struct f2fs_sb_info *sbi, unsigned int segno) in check_seg_range()
2032 unsigned int segno) in current_sit_addr()
[all …]
Df2fs.h178 unsigned int segno; /* current segment number */ member
419 #define GET_ZONENO_FROM_SEGNO(sbi, segno) \ argument
437 #define GET_SUM_BLKADDR(sbi, segno) \ argument
449 #define GET_SEC_FROM_SEG(sbi, segno) \ argument
456 #define GET_R2L_SEGNO(sbi, segno) (segno + FREE_I_START_SEGNO(sbi)) argument
462 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ argument
503 #define SIT_ENTRY_OFFSET(sit_i, segno) \ argument
505 #define SIT_BLOCK_OFFSET(sit_i, segno) \ argument
538 static inline int IS_CUR_SEGNO(struct f2fs_sb_info *sbi, u32 segno) in IS_CUR_SEGNO()
Dresize.c209 static void move_ssa(struct f2fs_sb_info *sbi, unsigned int segno, in move_ssa()
396 unsigned int segno, index; in migrate_sit() local
Ddump.c114 unsigned int segno; in sit_dump() local
181 int segno, type, i, ret; in ssa_dump() local
Dfsck.c151 u32 segno, offset; in is_valid_ssa_node_blk() local
276 u32 segno, offset; in is_valid_ssa_data_blk() local
/external/pdfium/third_party/libopenjpeg20/
Dt1.c1933 OPJ_UINT32 segno, passno; in opj_t1_decode_cblk() local
/external/f2fs-tools/include/
Df2fs_fs.h1195 __le32 segno; member