Searched defs:gc_type (Results 1 – 4 of 4) sorted by relevance
/linux/fs/f2fs/ |
H A D | gc.c | 247 static int select_gc_type(struct f2fs_sb_info *sbi, int gc_type) in select_gc_type() 278 static void select_policy(struct f2fs_sb_info *sbi, int gc_type, in select_policy() 748 static int f2fs_gc_pinned_control(struct inode *inode, int gc_type, in f2fs_gc_pinned_control() 769 int gc_type, int type, char alloc_mode, in f2fs_get_victim() 1031 struct f2fs_summary *sum, unsigned int segno, int gc_type) in gc_node_segment() 1296 int gc_type, unsigned int segno, int off) in move_data_block() 1454 static int move_data_page(struct inode *inode, block_t bidx, int gc_type, in move_data_page() 1531 struct gc_inode_list *gc_list, unsigned int segno, int gc_type, in gc_data_segment() 1707 int gc_type, bool one_time) in __get_victim() 1721 struct gc_inode_list *gc_list, int gc_type, in do_garbage_collect() [all …]
|
H A D | f2fs.h | 4236 #define stat_inc_gc_sec_count(sbi, type, gc_type) \ argument 4238 #define stat_inc_gc_seg_count(sbi, type, gc_type) \ argument 4244 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 4252 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 4296 #define stat_inc_gc_sec_count(sbi, type, gc_type) do { } while (0) argument 4297 #define stat_inc_gc_seg_count(sbi, type, gc_type) do { } while (0) argument 4299 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument 4300 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument
|
H A D | node.c | 1789 int f2fs_move_node_folio(struct folio *node_folio, int gc_type) in f2fs_move_node_folio()
|
/linux/drivers/input/joystick/ |
H A D | gamecon.c | 48 enum gc_type { enum
|