Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dmount.c33 static int get_device_idx(struct f2fs_sb_info *sbi, u_int32_t segno) in get_device_idx()
50 u_int32_t segno, u_int32_t dev_idx) in get_zone_idx_from_dev()
58 bool is_usable_seg(struct f2fs_sb_info *sbi, unsigned int segno) in is_usable_seg()
91 bool is_usable_seg(struct f2fs_sb_info *UNUSED(sbi), unsigned int UNUSED(segno)) in is_usable_seg()
1820 unsigned int segno, struct f2fs_summary_block *sum_blk) in restore_node_summary()
1849 unsigned int segno = 0; in read_normal_summaries() local
1887 u32 segno, offset; in update_sum_entry() local
1928 unsigned int segno; in build_curseg() local
1974 static inline void check_seg_range(struct f2fs_sb_info *sbi, unsigned int segno) in check_seg_range()
1981 unsigned int segno) in current_sit_addr()
[all …]
Df2fs.h178 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()
Dresize.c209 static void move_ssa(struct f2fs_sb_info *sbi, unsigned int segno, in move_ssa()
395 unsigned int segno, index; in migrate_sit() local
Ddump.c111 unsigned int segno; in sit_dump() local
178 int segno, type, i, ret; in ssa_dump() local
Dfsck.c150 u32 segno, offset; in is_valid_ssa_node_blk() local
267 u32 segno, offset; in is_valid_ssa_data_blk() local
/third_party/elfio/examples/c_wrapper/
Dc_example.c82 int segno = elfio_get_segments_num( pelfio ); in main() local
/third_party/f2fs-tools/include/
Df2fs_fs.h1069 __le32 segno; member