| /kernel/linux/linux-6.6/fs/f2fs/ |
| D | gc.c | 216 static int select_gc_type(struct f2fs_sb_info *sbi, int gc_type) in select_gc_type() 245 static void select_policy(struct f2fs_sb_info *sbi, int gc_type, in select_policy() 724 static int f2fs_gc_pinned_control(struct inode *inode, int gc_type, in f2fs_gc_pinned_control() 745 int gc_type, int type, char alloc_mode, in f2fs_get_victim() 998 struct f2fs_summary *sum, unsigned int segno, int gc_type) in gc_node_segment() 1265 int gc_type, unsigned int segno, int off) in move_data_block() 1426 static int move_data_page(struct inode *inode, block_t bidx, int gc_type, in move_data_page() 1503 struct gc_inode_list *gc_list, unsigned int segno, int gc_type, in gc_data_segment() 1664 int gc_type) in __get_victim() 1677 struct gc_inode_list *gc_list, int gc_type, in do_garbage_collect() [all …]
|
| D | f2fs.h | 4039 #define stat_inc_gc_sec_count(sbi, type, gc_type) \ argument 4041 #define stat_inc_gc_seg_count(sbi, type, gc_type) \ argument 4047 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 4055 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 4099 #define stat_inc_gc_sec_count(sbi, type, gc_type) do { } while (0) argument 4100 #define stat_inc_gc_seg_count(sbi, type, gc_type) do { } while (0) argument 4102 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument 4103 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument
|
| D | node.c | 1700 int f2fs_move_node_page(struct page *node_page, int gc_type) in f2fs_move_node_page()
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| D | gc.c | 191 static int select_gc_type(struct f2fs_sb_info *sbi, int gc_type) in select_gc_type() 220 static void select_policy(struct f2fs_sb_info *sbi, int gc_type, in select_policy() 638 unsigned int *result, int gc_type, int type, in get_victim_by_default() 890 struct f2fs_summary *sum, unsigned int segno, int gc_type) in gc_node_segment() 1154 int gc_type, unsigned int segno, int off) in move_data_block() 1324 static int move_data_page(struct inode *inode, block_t bidx, int gc_type, in move_data_page() 1411 struct gc_inode_list *gc_list, unsigned int segno, int gc_type, in gc_data_segment() 1566 int gc_type) in __get_victim() 1580 struct gc_inode_list *gc_list, int gc_type, in do_garbage_collect() 1700 int gc_type = sync ? FG_GC : BG_GC; in f2fs_gc() local [all …]
|
| D | f2fs.h | 3710 #define stat_inc_seg_count(sbi, type, gc_type) \ argument 3726 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 3734 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 3780 #define stat_inc_seg_count(sbi, type, gc_type) do { } while (0) argument 3782 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument 3783 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument
|
| D | node.c | 1626 int f2fs_move_node_page(struct page *node_page, int gc_type) in f2fs_move_node_page()
|
| /kernel/linux/linux-6.6/drivers/input/joystick/ |
| D | gamecon.c | 48 enum gc_type { enum
|
| /kernel/linux/linux-5.10/drivers/input/joystick/ |
| D | gamecon.c | 51 enum gc_type { enum
|