Home
last modified time | relevance | path

Searched refs:EXTENT_CACHE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/f2fs/
Ddata.c726 if (!test_opt(F2FS_I_SB(inode), EXTENT_CACHE)) in f2fs_preserve_extent_tree()
779 if (!test_opt(sbi, EXTENT_CACHE)) in f2fs_shrink_extent_tree()
782 if (available_free_memory(sbi, EXTENT_CACHE)) in f2fs_shrink_extent_tree()
834 if (!test_opt(sbi, EXTENT_CACHE)) in f2fs_destroy_extent_tree()
867 if (test_opt(F2FS_I_SB(inode), EXTENT_CACHE)) in f2fs_init_extent_cache()
881 if (test_opt(F2FS_I_SB(inode), EXTENT_CACHE)) in f2fs_lookup_extent_cache()
900 if (test_opt(F2FS_I_SB(dn->inode), EXTENT_CACHE)) in f2fs_update_extent_cache()
Dnode.h123 EXTENT_CACHE, /* indicates extent cache */ enumerator
Dsuper.c375 set_opt(sbi, EXTENT_CACHE); in parse_options()
614 if (test_opt(sbi, EXTENT_CACHE)) in f2fs_show_options()
Dnode.c67 } else if (type == EXTENT_CACHE) { in available_free_memory()