Home
last modified time | relevance | path

Searched refs:ocfs2_metadata_cache_get_super (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/ocfs2/
Dalloc.c313 struct super_block *sb = ocfs2_metadata_cache_get_super(et->et_ci); in ocfs2_xattr_tree_fill_max_leaf_clusters()
555 ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_et_extent_contig()
1012 OCFS2_SB(ocfs2_metadata_cache_get_super(et->et_ci)); in ocfs2_create_new_meta_bhs()
1482 status = ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_find_branch_target()
1490 status = ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_find_branch_target()
1817 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path()
1842 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path()
1863 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path()
2139 ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_rotate_subtree_right()
2387 struct super_block *sb = ocfs2_metadata_cache_get_super(et->et_ci); in ocfs2_rotate_tree_right()
[all …]
Djournal.h111 OCFS2_SB(ocfs2_metadata_cache_get_super(ci))->journal; in ocfs2_ci_fully_checkpointed()
127 OCFS2_SB(ocfs2_metadata_cache_get_super(ci))->journal; in ocfs2_ci_is_new()
Duptodate.c79 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_get_super() function
616 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_remove_xattr_clusters_from_cache()
Dbuffer_head_io.c190 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_read_blocks()
Drefcounttree.c973 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_get_refcount_cpos_end()
1077 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_get_refcount_rec()
1292 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_expand_inline_ref_root()
1530 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_new_leaf_refcount_block()
2088 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_remove_refcount_extent()
2239 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in __ocfs2_decrease_refcount()
3072 struct super_block *sb = ocfs2_metadata_cache_get_super(et->et_ci); in ocfs2_clear_ext_refcount()
Docfs2.h98 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci);
Djournal.c656 OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in __ocfs2_journal_access()
Ddlmglue.c3938 ocfs2_start_checkpoint(OCFS2_SB(ocfs2_metadata_cache_get_super(ci))); in ocfs2_ci_checkpointed()