Searched defs:segno (Results 1 - 7 of 7) sorted by relevance
/third_party/elfio/examples/c_wrapper/ |
H A D | c_example.c | 82 int segno = elfio_get_segments_num( pelfio ); in main() local
|
/third_party/f2fs-tools/fsck/ |
H A D | resize.c | 211 static void move_ssa(struct f2fs_sb_info *sbi, unsigned int segno, in move_ssa() argument 398 unsigned int segno, index; in migrate_sit() local [all...] |
H A D | dump.c | 114 unsigned int segno; in sit_dump() local 181 int segno, type, i, ret; in ssa_dump() local [all...] |
H A D | f2fs.h | 182 unsigned int segno; /* current segment number */ member 545 IS_CUR_SEGNO(struct f2fs_sb_info *sbi, u32 segno) IS_CUR_SEGNO() argument [all...] |
H A D | fsck.c | 151 u32 segno, offset; in is_valid_ssa_node_blk() local 276 u32 segno, offset; in is_valid_ssa_data_blk() local [all...] |
H A D | mount.c | 37 static int get_device_idx(struct f2fs_sb_info *sbi, uint32_t segno) in get_device_idx() argument 60 bool is_usable_seg(struct f2fs_sb_info *sbi, unsigned int segno) in is_usable_seg() argument 51 get_zone_idx_from_dev(struct f2fs_sb_info *sbi, uint32_t segno, uint32_t dev_idx) get_zone_idx_from_dev() argument 1964 restore_node_summary(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_summary_block *sum_blk) restore_node_summary() argument 1994 unsigned int segno = 0; read_normal_summaries() local 2033 u32 segno, offset; update_sum_entry() local 2077 unsigned int segno; build_curseg() local 2123 check_seg_range(struct f2fs_sb_info *sbi, unsigned int segno) check_seg_range() argument 2129 current_sit_addr(struct f2fs_sb_info *sbi, unsigned int segno) current_sit_addr() argument 2145 get_current_sit_page(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_sit_block *sit_blk) get_current_sit_page() argument 2153 rewrite_current_sit_page(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_sit_block *sit_blk) rewrite_current_sit_page() argument 2161 check_block_count(struct f2fs_sb_info *sbi, unsigned int segno, struct f2fs_sit_entry *raw_sit) check_block_count() argument 2213 get_seg_entry(struct f2fs_sb_info *sbi, unsigned int segno) get_seg_entry() argument 2244 get_sum_block(struct f2fs_sb_info *sbi, unsigned int segno, int *ret_type) get_sum_block() argument 2304 u32 segno, offset; get_sum_entry() local 2449 unsigned int i, segno, end; build_sit_entries() local 2555 unsigned int segno = 0; build_sit_area_bitmap() local 2603 unsigned int segno = 0; rewrite_sit_area_bitmap() local 2654 unsigned int segno; flush_sit_journal_entries() local 2732 unsigned int segno = 0; flush_sit_entries() local 2784 set_section_type(struct f2fs_sb_info *sbi, unsigned int segno, int type) set_section_type() argument 2849 u32 segno; find_next_free_block() local 3504 unsigned int segno, offset; do_record_fsync_data() local [all...] |
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1289 __le32 segno; member
|
Completed in 12 milliseconds