Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dcheckpoint.c1118 s64 total = get_pages(sbi, F2FS_DIRTY_IMETA); in f2fs_sync_inode_meta()
1235 if (get_pages(sbi, F2FS_DIRTY_IMETA)) { in block_operations()
1594 get_pages(sbi, F2FS_DIRTY_IMETA)) in do_checkpoint()
Dsegment.h605 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.c1698 get_pages(sbi, F2FS_DIRTY_IMETA), in f2fs_gc()
1786 get_pages(sbi, F2FS_DIRTY_IMETA), in f2fs_gc()
Df2fs.h1056 F2FS_DIRTY_IMETA, enumerator
2268 count_type == F2FS_DIRTY_IMETA) in inc_page_count()
Dsuper.c1413 inc_page_count(sbi, F2FS_DIRTY_IMETA); in f2fs_inode_dirtied()
1430 dec_page_count(sbi, F2FS_DIRTY_IMETA); in f2fs_inode_synced()
Dsegment.c173 int imeta_secs = get_blocktype_secs(sbi, F2FS_DIRTY_IMETA); in f2fs_need_SSR()