Home
last modified time | relevance | path

Searched refs:F2FS_DIRTY_IMETA (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/f2fs/
Dcheckpoint.c1103 s64 total = get_pages(sbi, F2FS_DIRTY_IMETA); in f2fs_sync_inode_meta()
1220 if (get_pages(sbi, F2FS_DIRTY_IMETA)) { in block_operations()
1552 get_pages(sbi, F2FS_DIRTY_IMETA)) in do_checkpoint()
Dsegment.h595 int imeta_secs = get_blocktype_secs(sbi, F2FS_DIRTY_IMETA); in has_not_enough_free_secs()
Ddebug.c89 si->ndirty_imeta = get_pages(sbi, F2FS_DIRTY_IMETA); in update_general_status()
Dgc.c1657 get_pages(sbi, F2FS_DIRTY_IMETA), in f2fs_gc()
1745 get_pages(sbi, F2FS_DIRTY_IMETA), in f2fs_gc()
Dsuper.c1138 inc_page_count(sbi, F2FS_DIRTY_IMETA); in f2fs_inode_dirtied()
1155 dec_page_count(sbi, F2FS_DIRTY_IMETA); in f2fs_inode_synced()
Df2fs.h1072 F2FS_DIRTY_IMETA, enumerator
2140 count_type == F2FS_DIRTY_IMETA) in inc_page_count()
Dsegment.c173 int imeta_secs = get_blocktype_secs(sbi, F2FS_DIRTY_IMETA); in f2fs_need_SSR()