| /kernel/linux/linux-5.10/fs/f2fs/ |
| D | segment.c | 2498 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() local 2563 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local 2587 struct curseg_info *curseg, int type) in is_next_segment_free() 2690 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local 2714 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() local 2750 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local 2827 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local 2865 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() local 2884 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() local 2909 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg() local [all …]
|
| D | recovery.c | 333 struct curseg_info *curseg; in find_fsync_dnodes() local 450 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() local 714 struct curseg_info *curseg; in recover_data() local
|
| D | debug.c | 168 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
|
| D | node.c | 521 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local 2330 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local 2785 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local 2878 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local 2956 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries() local
|
| D | segment.h | 89 #define NEXT_FREE_BLKADDR(sbi, curseg) \ argument 709 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() local 716 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() local 722 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff() local
|
| D | f2fs.h | 3600 int curseg[NR_CURSEG_TYPE]; member 3686 #define stat_inc_seg_type(sbi, curseg) \ argument 3688 #define stat_inc_block_count(sbi, curseg) \ argument 3777 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument 3778 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument
|
| /kernel/linux/linux-6.6/fs/f2fs/ |
| D | segment.c | 2539 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks() local 2601 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local 2625 struct curseg_info *curseg, int type) in is_next_segment_free() 2728 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local 2752 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() local 2790 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local 2848 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local 2884 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() local 2903 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() local 2928 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg() local [all …]
|
| D | recovery.c | 410 struct curseg_info *curseg; in find_fsync_dnodes() local 516 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() local 787 struct curseg_info *curseg; in recover_data() local
|
| D | debug.c | 188 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
|
| D | node.c | 550 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local 2409 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local 2877 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local 3005 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local 3083 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries() local
|
| D | segment.h | 89 #define NEXT_FREE_BLKADDR(sbi, curseg) \ argument 734 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() local 741 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() local
|
| D | checkpoint.c | 1471 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() local 1478 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint() local
|
| D | f2fs.h | 3931 int curseg[NR_CURSEG_TYPE]; member 4024 #define stat_inc_seg_type(sbi, curseg) \ argument 4026 #define stat_inc_block_count(sbi, curseg) \ argument 4095 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument 4096 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument
|