Searched refs:F2FS_DIRTY_IMETA (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 1136 s64 total = get_pages(sbi, F2FS_DIRTY_IMETA); in f2fs_sync_inode_meta() 1260 if (get_pages(sbi, F2FS_DIRTY_IMETA)) { in block_operations() 1638 get_pages(sbi, F2FS_DIRTY_IMETA)) in do_checkpoint()
|
| H A D | segment.h | 668 get_pages(sbi, F2FS_DIRTY_IMETA); in __get_secs_required()
|
| H A D | gc.c | 1910 get_pages(sbi, F2FS_DIRTY_IMETA), in f2fs_gc() 2032 get_pages(sbi, F2FS_DIRTY_IMETA), in f2fs_gc()
|
| H A D | debug.c | 164 si->ndirty_imeta = get_pages(sbi, F2FS_DIRTY_IMETA); in update_general_status()
|
| H A D | super.c | 1851 inc_page_count(sbi, F2FS_DIRTY_IMETA); in f2fs_inode_dirtied() 1874 dec_page_count(sbi, F2FS_DIRTY_IMETA); in f2fs_inode_synced() 2685 get_pages(sbi, F2FS_DIRTY_IMETA), in f2fs_enable_checkpoint()
|
| H A D | f2fs.h | 1206 F2FS_DIRTY_IMETA, enumerator 2663 count_type == F2FS_DIRTY_IMETA) in inc_page_count()
|
| H A D | segment.c | 175 int imeta_secs = get_blocktype_secs(sbi, F2FS_DIRTY_IMETA); in f2fs_need_SSR() 477 unsigned int imeta = get_pages(sbi, F2FS_DIRTY_IMETA); in excess_dirty_threshold()
|