Searched refs:curseg_info (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | segment.h | 307 struct curseg_info { struct 330 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() argument 332 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I() 686 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() 693 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() 699 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff()
|
| H A D | segment.c | 2381 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() 2447 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() 2471 struct curseg_info *curseg, int type) in is_next_segment_free() 2574 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 2598 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() 2634 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 2677 struct curseg_info *seg) in __refresh_next_blkoff() 2699 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 2737 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() 2756 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() [all …]
|
| H A D | recovery.c | 347 struct curseg_info *curseg; in find_fsync_dnodes() 464 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() 719 struct curseg_info *curseg; in recover_data()
|
| H A D | debug.c | 192 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() 269 si->base_mem += sizeof(struct curseg_info) * NR_CURSEG_TYPE; in update_mem_info()
|
| H A D | node.c | 551 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() 2387 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() 2848 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() 2941 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() 3019 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
|
| H A D | checkpoint.c | 1439 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
|
| H A D | super.c | 3864 struct curseg_info *seg_i; in f2fs_fill_super()
|
| H A D | f2fs.h | 1018 struct curseg_info *curseg_array; /* active segment information */
|