Searched refs:rf_ci (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ocfs2/
H A Drefcounttree.h21 struct ocfs2_caching_info rf_ci; member in struct:ocfs2_refcount_tree
H A Drefcounttree.c68 return container_of(ci, struct ocfs2_refcount_tree, rf_ci);
246 ocfs2_metadata_cache_exit(&tree->rf_ci);
292 ocfs2_metadata_cache_init(&new->rf_ci, &ocfs2_refcount_caching_ops);
356 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh);
359 ocfs2_metadata_cache_exit(&new->rf_ci);
368 ocfs2_metadata_cache_purge(&new->rf_ci);
469 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno,
611 ocfs2_set_new_buffer_uptodate(&new_tree->rf_ci, new_bh);
613 ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh,
679 ocfs2_metadata_cache_exit(&new_tree->rf_ci);
[all...]
H A Ddlmglue.c4157 return ocfs2_ci_checkpointed(&tree->rf_ci, lockres, new_level);
4166 ocfs2_metadata_cache_purge(&tree->rf_ci);
H A Dxattr.c2578 ref_ci = &ref_tree->rf_ci;
5860 &(*ref_tree)->rf_ci,
7153 args.ref_ci = &ref_tree->rf_ci;

Completed in 150 milliseconds