Searched defs:segno (Results 1 – 7 of 7) sorted by relevance
/external/f2fs-tools/fsck/ |
D | mount.c | 1749 unsigned int segno, struct f2fs_summary_block *sum_blk) in restore_node_summary() 1778 unsigned int segno = 0; in read_normal_summaries() local 1816 u32 segno, offset; in update_sum_entry() local 1857 unsigned int segno; in build_curseg() local 1903 static inline void check_seg_range(struct f2fs_sb_info *sbi, unsigned int segno) in check_seg_range() 1910 unsigned int segno) in current_sit_addr() 1926 unsigned int segno, struct f2fs_sit_block *sit_blk) in get_current_sit_page() 1934 unsigned int segno, struct f2fs_sit_block *sit_blk) in rewrite_current_sit_page() 1942 unsigned int segno, struct f2fs_sit_entry *raw_sit) in check_block_count() 1994 unsigned int segno) in get_seg_entry() [all …]
|
D | f2fs.h | 178 unsigned int segno; /* current segment number */ member 409 #define GET_ZONENO_FROM_SEGNO(sbi, segno) \ argument 427 #define GET_SUM_BLKADDR(sbi, segno) \ argument 439 #define GET_SEC_FROM_SEG(sbi, segno) \ argument 446 #define GET_R2L_SEGNO(sbi, segno) (segno + FREE_I_START_SEGNO(sbi)) argument 452 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ argument 493 #define SIT_ENTRY_OFFSET(sit_i, segno) \ argument 495 #define SIT_BLOCK_OFFSET(sit_i, segno) \ argument 520 static inline int IS_CUR_SEGNO(struct f2fs_sb_info *sbi, u32 segno) in IS_CUR_SEGNO()
|
D | resize.c | 209 static void move_ssa(struct f2fs_sb_info *sbi, unsigned int segno, in move_ssa() 395 unsigned int segno, index; in migrate_sit() local
|
D | dump.c | 111 unsigned int segno; in sit_dump() local 178 int segno, type, i, ret; in ssa_dump() local
|
D | fsck.c | 150 u32 segno, offset; in is_valid_ssa_node_blk() local 267 u32 segno, offset; in is_valid_ssa_data_blk() local
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1.c | 1933 OPJ_UINT32 segno, passno; in opj_t1_decode_cblk() local
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 1065 __le32 segno; member
|