Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ocfs2/
Drefcounttree.c68 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount()
246 ocfs2_metadata_cache_exit(&tree->rf_ci); in ocfs2_free_refcount_tree()
292 ocfs2_metadata_cache_init(&new->rf_ci, &ocfs2_refcount_caching_ops); in ocfs2_init_refcount_tree_ci()
356 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree()
359 ocfs2_metadata_cache_exit(&new->rf_ci); in ocfs2_get_refcount_tree()
368 ocfs2_metadata_cache_purge(&new->rf_ci); in ocfs2_get_refcount_tree()
469 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno, in ocfs2_lock_refcount_tree()
611 ocfs2_set_new_buffer_uptodate(&new_tree->rf_ci, new_bh); in ocfs2_create_refcount_tree()
613 ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh, in ocfs2_create_refcount_tree()
679 ocfs2_metadata_cache_exit(&new_tree->rf_ci); in ocfs2_create_refcount_tree()
[all …]
Drefcounttree.h21 struct ocfs2_caching_info rf_ci; member
Ddlmglue.c4158 return ocfs2_ci_checkpointed(&tree->rf_ci, lockres, new_level); in ocfs2_check_refcount_downconvert()
4167 ocfs2_metadata_cache_purge(&tree->rf_ci); in ocfs2_refcount_convert_worker()
Dxattr.c2578 ref_ci = &ref_tree->rf_ci; in ocfs2_xattr_remove()
5860 &(*ref_tree)->rf_ci, in ocfs2_prepare_refcount_xattr()
7153 args.ref_ci = &ref_tree->rf_ci; in ocfs2_reflink_xattrs()