Searched defs:curseg (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | segment.c | 2744 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks() local 2827 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local 2851 struct curseg_info *curseg) in is_next_segment_free() 3022 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local 3050 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() local 3088 static void reset_curseg_fields(struct curseg_info *curseg) in reset_curseg_fields() 3101 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local 3160 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local 3198 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() local 3219 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() local [all …]
|
| H A D | recovery.c | 426 struct curseg_info *curseg; in find_fsync_dnodes() local 536 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() local 805 struct curseg_info *curseg; in recover_data() local
|
| H A D | debug.c | 252 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
|
| H A D | node.c | 579 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local 2557 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local 3040 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local 3136 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local 3214 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries() local
|
| H A D | checkpoint.c | 1804 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() local 1811 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint() local
|
| H A D | segment.h | 60 #define NEXT_FREE_BLKADDR(sbi, curseg) \ argument
|
| H A D | f2fs.h | 4389 int curseg[NR_CURSEG_TYPE]; member 4483 #define stat_inc_seg_type(sbi, curseg) \ argument 4485 #define stat_inc_block_count(sbi, curseg) \ argument 4557 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument 4558 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument
|