Searched defs:gc_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/f2fs/ |
D | gc.c | 132 static int select_gc_type(struct f2fs_gc_kthread *gc_th, int gc_type) in select_gc_type() 145 static void select_policy(struct f2fs_sb_info *sbi, int gc_type, in select_policy() 255 unsigned int *result, int gc_type, int type, char alloc_mode) in get_victim_by_default() 395 struct f2fs_summary *sum, unsigned int segno, int gc_type) in gc_node_segment() 521 static void move_data_page(struct inode *inode, struct page *page, int gc_type) in move_data_page() 554 struct gc_inode_list *gc_list, unsigned int segno, int gc_type) in gc_data_segment() 647 int gc_type) in __get_victim() 660 struct gc_inode_list *gc_list, int gc_type) in do_garbage_collect() 692 int gc_type = BG_GC; in f2fs_gc() local
|
D | f2fs.h | 1720 #define stat_inc_seg_count(sbi, type, gc_type) \ argument 1736 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 1744 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 1771 #define stat_inc_seg_count(sbi, type, gc_type) argument 1773 #define stat_inc_data_blk_count(sbi, blks, gc_type) argument 1774 #define stat_inc_node_blk_count(sbi, blks, gc_type) argument
|
/linux-4.1.27/drivers/input/joystick/ |
D | gamecon.c | 67 enum gc_type { enum
|