Home
last modified time | relevance | path

Searched defs:segno (Results 1 – 8 of 8) sorted by relevance

/fs/f2fs/
Dgc.c321 static unsigned int get_cb_cost(struct f2fs_sb_info *sbi, unsigned int segno) in get_cb_cost()
355 unsigned int segno, struct victim_sel_policy *p) in get_gc_cost()
383 unsigned long long mtime, unsigned int segno, in attach_victim_entry()
407 unsigned long long mtime, unsigned int segno) in insert_victim_entry()
419 struct victim_sel_policy *p, unsigned int segno) in add_victim_entry()
646 static bool f2fs_pin_section(struct f2fs_sb_info *sbi, unsigned int segno) in f2fs_pin_section()
683 unsigned int segno) in f2fs_gc_pinned_control()
776 unsigned int unit_no, segno; in get_victim_by_default() local
941 unsigned int segno, int offset) in check_valid_map()
960 struct f2fs_summary *sum, unsigned int segno, int gc_type) in gc_node_segment()
[all …]
Dsegment.h22 #define GET_L2R_SEGNO(free_i, segno) ((segno) - (free_i)->start_segno) argument
23 #define GET_R2L_SEGNO(free_i, segno) ((segno) + (free_i)->start_segno) argument
86 #define START_BLOCK(sbi, segno) (SEG0_BLKADDR(sbi) + \ argument
110 #define GET_SEC_FROM_SEG(sbi, segno) \ argument
116 #define GET_ZONE_FROM_SEG(sbi, segno) \ argument
119 #define GET_SUM_BLOCK(sbi, segno) \ argument
125 #define SIT_ENTRY_OFFSET(sit_i, segno) \ argument
127 #define SIT_BLOCK_OFFSET(segno) \ argument
129 #define START_SEGNO(segno) \ argument
323 unsigned int segno; /* current segment number */ member
[all …]
Dsegment.c828 static void __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __locate_dirty_segment()
865 static void __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __remove_dirty_segment()
909 static void locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno) in locate_dirty_segment()
942 unsigned int segno; in f2fs_dirty_to_prefree() local
965 unsigned int segno; in f2fs_get_unusable_blocks() local
1001 unsigned int segno = 0; in get_free_segment() local
1130 unsigned int segno; in __check_sit_bitmap() local
2024 unsigned int segno; in set_prefree_as_free_segments() local
2231 static bool __mark_sit_entry_dirty(struct f2fs_sb_info *sbi, unsigned int segno) in __mark_sit_entry_dirty()
2244 unsigned int segno, int modified) in __set_sit_entry_type()
[all …]
Dgc.h60 unsigned int segno; /* section No. */ member
68 unsigned int segno; /* segment No. */ member
Ddebug.c37 unsigned int segno, vblocks; in f2fs_update_sit_info() local
Drecovery.c468 unsigned int segno = GET_SEGNO(sbi, blkaddr); in check_index_in_prev_nodes() local
Dcheckpoint.c144 unsigned int segno, offset; in __is_bitmap_valid() local
Dnode.c2828 unsigned int segno, struct f2fs_summary_block *sum) in f2fs_restore_node_summary()