Searched defs:curseg (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/f2fs/ |
D | segment.c | 2263 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() local 2326 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local 2351 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free() local 2453 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local 2499 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local 2557 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local 2584 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment() local 2642 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default() local 2663 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_for_resize() local 2695 struct curseg_info *curseg; in f2fs_allocate_new_segments() local [all …]
|
D | recovery.c | 302 struct curseg_info *curseg; in find_fsync_dnodes() local 419 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() local 650 struct curseg_info *curseg; in recover_data() local
|
D | debug.c | 131 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
|
D | segment.h | 75 #define NEXT_FREE_BLKADDR(sbi, curseg) \ argument 641 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() local 648 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() local 654 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff() local
|
D | node.c | 520 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local 2256 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local 2702 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local 2792 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local 2870 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries() local
|
D | f2fs.h | 3291 int curseg[NR_CURSEG_TYPE]; member 3360 #define stat_inc_seg_type(sbi, curseg) \ argument 3362 #define stat_inc_block_count(sbi, curseg) \ argument 3450 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument 3451 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument
|