Searched defs:curseg (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/fs/f2fs/ |
D | segment.c | 2309 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() local 2375 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local 2399 struct curseg_info *curseg, int type) in is_next_segment_free() 2502 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local 2526 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() local 2564 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local 2642 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local 2680 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() local 2699 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() local 2724 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg() local [all …]
|
D | recovery.c | 366 struct curseg_info *curseg; in find_fsync_dnodes() local 487 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() local 724 struct curseg_info *curseg; in recover_data() local
|
D | debug.c | 176 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
|
D | node.c | 545 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local 2402 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local 2863 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local 2991 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local 3069 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 690 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() local 697 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() local 703 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff() local
|
D | f2fs.h | 3848 int curseg[NR_CURSEG_TYPE]; member 3934 #define stat_inc_seg_type(sbi, curseg) \ argument 3936 #define stat_inc_block_count(sbi, curseg) \ argument 4009 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument 4010 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument
|