Home
last modified time | relevance | path

Searched defs:curseg (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-4.19/fs/f2fs/
Drecovery.c265 struct curseg_info *curseg; in find_fsync_dnodes() local
378 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() local
604 struct curseg_info *curseg; in recover_data() local
Dsegment.c2147 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() local
2210 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local
2235 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free() local
2337 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local
2380 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local
2438 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local
2464 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment() local
2513 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default() local
2532 struct curseg_info *curseg; in f2fs_allocate_new_segments() local
2716 struct curseg_info *curseg = CURSEG_I(sbi, type); in __has_curseg_space() local
[all …]
Ddebug.c120 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
Dsegment.h78 #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
Dnode.c522 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local
2199 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local
2647 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local
2740 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local
2814 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries() local
Df2fs.h3137 int curseg[NR_CURSEG_TYPE]; member
3192 #define stat_inc_seg_type(sbi, curseg) \ argument
3194 #define stat_inc_block_count(sbi, curseg) \ argument
3279 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument
3280 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument
/kernel/linux/linux-5.10/fs/f2fs/
Dsegment.c2488 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() local
2553 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local
2577 struct curseg_info *curseg, int type) in is_next_segment_free()
2680 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local
2704 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() local
2740 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local
2817 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local
2855 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() local
2874 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() local
2899 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg() local
[all …]
Drecovery.c333 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
687 struct curseg_info *curseg; in recover_data() local
Ddebug.c168 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
Dnode.c521 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local
2319 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local
2774 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local
2867 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local
2945 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries() local
Dsegment.h88 #define NEXT_FREE_BLKADDR(sbi, curseg) \ argument
693 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() local
700 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() local
706 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff() local
Df2fs.h3565 int curseg[NR_CURSEG_TYPE]; member
3651 #define stat_inc_seg_type(sbi, curseg) \ argument
3653 #define stat_inc_block_count(sbi, curseg) \ argument
3742 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument
3743 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument