Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c78 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount()
254 ocfs2_metadata_cache_exit(&tree->rf_ci); in ocfs2_free_refcount_tree()
300 ocfs2_metadata_cache_init(&new->rf_ci, &ocfs2_refcount_caching_ops); in ocfs2_init_refcount_tree_ci()
364 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree()
367 ocfs2_metadata_cache_exit(&new->rf_ci); in ocfs2_get_refcount_tree()
376 ocfs2_metadata_cache_purge(&new->rf_ci); in ocfs2_get_refcount_tree()
477 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno, in ocfs2_lock_refcount_tree()
619 ocfs2_set_new_buffer_uptodate(&new_tree->rf_ci, new_bh); in ocfs2_create_refcount_tree()
621 ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh, in ocfs2_create_refcount_tree()
687 ocfs2_metadata_cache_exit(&new_tree->rf_ci); in ocfs2_create_refcount_tree()
[all …]
Drefcounttree.h31 struct ocfs2_caching_info rf_ci; member
Ddlmglue.c4109 return ocfs2_ci_checkpointed(&tree->rf_ci, lockres, new_level); in ocfs2_check_refcount_downconvert()
4118 ocfs2_metadata_cache_purge(&tree->rf_ci); in ocfs2_refcount_convert_worker()
Dxattr.c2592 ref_ci = &ref_tree->rf_ci; in ocfs2_xattr_remove()
5874 &(*ref_tree)->rf_ci, in ocfs2_prepare_refcount_xattr()
7167 args.ref_ci = &ref_tree->rf_ci; in ocfs2_reflink_xattrs()