Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.c2558 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks() local
2620 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() local
2644 struct curseg_info *curseg, int type) in is_next_segment_free()
2737 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() local
2761 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() local
2797 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() local
2855 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() local
2892 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() local
2911 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() local
2936 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg() local
[all …]
H A Drecovery.c410 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
786 struct curseg_info *curseg; in recover_data() local
H A Ddebug.c188 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() local
H A Dnode.c550 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() local
2432 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() local
2900 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() local
3028 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() local
3106 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries() local
H A Dsegment.h89 #define NEXT_FREE_BLKADDR(sbi, curseg) \ argument
737 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() local
744 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() local
H A Dcheckpoint.c1476 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() local
1483 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint() local
H A Df2fs.h3942 int curseg[NR_CURSEG_TYPE]; member
4035 #define stat_inc_seg_type(sbi, curseg) \ argument
4037 #define stat_inc_block_count(sbi, curseg) \ argument
4106 #define stat_inc_seg_type(sbi, curseg) do { } while (0) argument
4107 #define stat_inc_block_count(sbi, curseg) do { } while (0) argument