Searched defs:curseg (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/f2fs/ |
D | recovery.c | 163 struct curseg_info *curseg; in find_fsync_dnodes() local 269 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() local 445 struct curseg_info *curseg; in recover_data() local 509 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_fsync_data() local
|
D | segment.c | 728 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() local 784 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free() local 888 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local 911 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local 968 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local 996 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment() local 1018 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default() local 1036 struct curseg_info *curseg = CURSEG_I(sbi, type); in __allocate_new_segments() local 1096 struct curseg_info *curseg = CURSEG_I(sbi, type); in __has_curseg_space() local 1166 struct curseg_info *curseg; in allocate_data_block() local [all …]
|
D | debug.c | 77 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
|
D | node.c | 349 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in get_node_info() local 1508 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in build_free_nids() local 1780 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local 1826 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local 1899 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in flush_nat_entries() local
|
D | segment.h | 64 #define NEXT_FREE_BLKADDR(sbi, curseg) \ argument 539 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() local 546 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() local 552 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff() local
|
D | f2fs.h | 1672 int curseg[NR_CURSEG_TYPE]; member 1714 #define stat_inc_seg_type(sbi, curseg) \ argument 1716 #define stat_inc_block_count(sbi, curseg) \ argument 1768 #define stat_inc_seg_type(sbi, curseg) argument 1769 #define stat_inc_block_count(sbi, curseg) argument
|
D | checkpoint.c | 877 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in do_checkpoint() local
|