Searched defs:curseg (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | recovery.c | 240 struct curseg_info *curseg; in find_fsync_dnodes() local 353 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() local 565 struct curseg_info *curseg; in recover_data() local
|
D | segment.c | 2125 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() local 2188 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local 2213 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free() local 2315 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local 2358 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local 2416 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local 2442 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment() local 2491 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default() local 2510 struct curseg_info *curseg; in f2fs_allocate_new_segments() local 2694 struct curseg_info *curseg = CURSEG_I(sbi, type); in __has_curseg_space() local [all …]
|
D | debug.c | 118 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
|
D | segment.h | 78 #define NEXT_FREE_BLKADDR(sbi, curseg) \ argument 625 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() local 632 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() local 638 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff() local
|
D | node.c | 522 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local 2184 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local 2619 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local 2709 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local 2783 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries() local
|
D | f2fs.h | 3097 int curseg[NR_CURSEG_TYPE]; member 3152 #define stat_inc_seg_type(sbi, curseg) \ argument 3154 #define stat_inc_block_count(sbi, curseg) \ argument 3239 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument 3240 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument
|