Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dalloc.c297 struct super_block *sb = ocfs2_metadata_cache_get_super(et->et_ci); in ocfs2_xattr_tree_fill_max_leaf_clusters()
539 ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_et_extent_contig()
971 retval = ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_num_free_extents()
1003 OCFS2_SB(ocfs2_metadata_cache_get_super(et->et_ci)); in ocfs2_create_new_meta_bhs()
1472 status = ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_find_branch_target()
1480 status = ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_find_branch_target()
1807 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path()
1815 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path()
1840 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path()
1861 ocfs2_error(ocfs2_metadata_cache_get_super(c in __ocfs2_find_path()
[all...]
H A Djournal.c663 OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in __ocfs2_journal_access()
735 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in ocfs2_journal_access_di()
745 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in ocfs2_journal_access_eb()
755 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in ocfs2_journal_access_rb()
765 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in ocfs2_journal_access_gd()
775 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in ocfs2_journal_access_db()
785 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in ocfs2_journal_access_xb()
795 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in ocfs2_journal_access_dq()
805 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(ci)); in ocfs2_journal_access_dr()
815 struct ocfs2_super *osb = OCFS2_SB(ocfs2_metadata_cache_get_super(c in ocfs2_journal_access_dl()
[all...]
H A Djournal.h95 OCFS2_SB(ocfs2_metadata_cache_get_super(ci))->journal; in ocfs2_ci_fully_checkpointed()
111 OCFS2_SB(ocfs2_metadata_cache_get_super(ci))->journal; in ocfs2_ci_is_new()
H A Duptodate.c63 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_get_super() function
600 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_remove_xattr_clusters_from_cache()
H A Dbuffer_head_io.c201 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_read_blocks()
H A Docfs2.h82 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci);
H A Ddlmglue.c4005 ocfs2_start_checkpoint(OCFS2_SB(ocfs2_metadata_cache_get_super(ci))); in ocfs2_ci_checkpointed()