Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Drefcounttree.c69 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount()
247 ocfs2_metadata_cache_exit(&tree->rf_ci); in ocfs2_free_refcount_tree()
293 ocfs2_metadata_cache_init(&new->rf_ci, &ocfs2_refcount_caching_ops); in ocfs2_init_refcount_tree_ci()
357 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree()
360 ocfs2_metadata_cache_exit(&new->rf_ci); in ocfs2_get_refcount_tree()
369 ocfs2_metadata_cache_purge(&new->rf_ci); in ocfs2_get_refcount_tree()
470 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno, in ocfs2_lock_refcount_tree()
612 ocfs2_set_new_buffer_uptodate(&new_tree->rf_ci, new_bh); in ocfs2_create_refcount_tree()
614 ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh, in ocfs2_create_refcount_tree()
680 ocfs2_metadata_cache_exit(&new_tree->rf_ci); in ocfs2_create_refcount_tree()
[all …]
Drefcounttree.h21 struct ocfs2_caching_info rf_ci; member
Ddlmglue.c4154 return ocfs2_ci_checkpointed(&tree->rf_ci, lockres, new_level); in ocfs2_check_refcount_downconvert()
4163 ocfs2_metadata_cache_purge(&tree->rf_ci); in ocfs2_refcount_convert_worker()
Dxattr.c2586 ref_ci = &ref_tree->rf_ci; in ocfs2_xattr_remove()
5859 &(*ref_tree)->rf_ci, in ocfs2_prepare_refcount_xattr()
7143 args.ref_ci = &ref_tree->rf_ci; in ocfs2_reflink_xattrs()