Searched refs:gc_type (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | gc.c | 249 if (gc_type == BG_GC) { in select_gc_type() 308 if (gc_type != FG_GC && in select_policy() 755 if (gc_type != FG_GC) in f2fs_gc_pinned_control() 813 if (gc_type == FG_GC) in f2fs_get_victim() 952 if (gc_type == FG_GC) in f2fs_get_victim() 1823 gc_type); in do_garbage_collect() 1826 segno, gc_type, in do_garbage_collect() 1895 gc_type = FG_GC; in f2fs_gc() 1990 if (gc_type == FG_GC) in f2fs_gc() 2090 int gc_mode, gc_type; in free_segment_range() local [all …]
|
| H A D | f2fs.h | 3747 int f2fs_move_node_page(struct page *node_page, int gc_type); 4013 int gc_type, int type, char alloc_mode, 4202 #define stat_inc_gc_sec_count(sbi, type, gc_type) \ argument 4203 (F2FS_STAT(sbi)->gc_secs[(type)][(gc_type)]++) 4204 #define stat_inc_gc_seg_count(sbi, type, gc_type) \ argument 4205 (F2FS_STAT(sbi)->gc_segs[(type)][(gc_type)]++) 4210 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 4215 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \ 4218 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 4223 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \ [all …]
|
| H A D | node.c | 1781 int f2fs_move_node_page(struct page *node_page, int gc_type) in f2fs_move_node_page() argument 1785 if (gc_type == FG_GC) { in f2fs_move_node_page()
|
| /linux-6.15/include/trace/events/ |
| H A D | f2fs.h | 669 TP_PROTO(struct super_block *sb, int gc_type, bool no_bg_gc, 676 TP_ARGS(sb, gc_type, no_bg_gc, nr_free_secs, dirty_nodes, 682 __field(int, gc_type) 696 __entry->gc_type = gc_type; 712 show_gc_type(__entry->gc_type), 713 (__entry->gc_type == BG_GC) ? __entry->no_bg_gc : -1, 781 TP_PROTO(struct super_block *sb, int type, int gc_type, 785 TP_ARGS(sb, type, gc_type, p, pre_victim, prefree, free), 790 __field(int, gc_type) 804 __entry->gc_type = gc_type; [all …]
|
| /linux-6.15/drivers/input/joystick/ |
| H A D | gamecon.c | 48 enum gc_type { enum 66 enum gc_type type;
|