Lines Matching refs:get_pages
317 get_pages(sbi, F2FS_DIRTY_META) < nr_pages_to_skip(sbi, META)) in f2fs_write_meta_pages()
332 wbc->pages_skipped += get_pages(sbi, F2FS_DIRTY_META); in f2fs_write_meta_pages()
995 get_pages(sbi, is_dir ? in f2fs_sync_dirty_inodes()
1007 get_pages(sbi, is_dir ? in f2fs_sync_dirty_inodes()
1047 s64 total = get_pages(sbi, F2FS_DIRTY_IMETA); in f2fs_sync_inode_meta()
1105 if (get_pages(sbi, F2FS_DIRTY_DENTS)) { in block_operations()
1120 if (get_pages(sbi, F2FS_DIRTY_IMETA)) { in block_operations()
1133 if (get_pages(sbi, F2FS_DIRTY_NODES)) { in block_operations()
1171 if (!get_pages(sbi, F2FS_WB_CP_DATA)) in f2fs_wait_on_all_pages_writeback()
1278 while (get_pages(sbi, F2FS_DIRTY_META)) { in do_checkpoint()
1357 while (get_pages(sbi, F2FS_DIRTY_META)) { in do_checkpoint()
1431 if (get_pages(sbi, F2FS_DIRTY_NODES) || in do_checkpoint()
1432 get_pages(sbi, F2FS_DIRTY_IMETA)) in do_checkpoint()
1435 f2fs_bug_on(sbi, get_pages(sbi, F2FS_DIRTY_DENTS)); in do_checkpoint()