Searched refs:stat_inc_data_blk_count (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | f2fs.h | 3726 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ macro 3782 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) macro
|
H A D | gc.c | 1555 stat_inc_data_blk_count(sbi, 1, gc_type); in gc_data_segment()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | gc.c | 1650 stat_inc_data_blk_count(sbi, 1, gc_type); in gc_data_segment()
|
H A D | f2fs.h | 4058 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ macro 4113 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) macro
|
Completed in 24 milliseconds