Searched refs:rf_ci (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 70 return container_of(ci, struct ocfs2_refcount_tree, rf_ci); in cache_info_to_refcount() 248 ocfs2_metadata_cache_exit(&tree->rf_ci); in ocfs2_free_refcount_tree() 294 ocfs2_metadata_cache_init(&new->rf_ci, &ocfs2_refcount_caching_ops); in ocfs2_init_refcount_tree_ci() 358 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh); in ocfs2_get_refcount_tree() 361 ocfs2_metadata_cache_exit(&new->rf_ci); in ocfs2_get_refcount_tree() 370 ocfs2_metadata_cache_purge(&new->rf_ci); in ocfs2_get_refcount_tree() 471 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno, in ocfs2_lock_refcount_tree() 613 ocfs2_set_new_buffer_uptodate(&new_tree->rf_ci, new_bh); in ocfs2_create_refcount_tree() 615 ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh, in ocfs2_create_refcount_tree() 681 ocfs2_metadata_cache_exit(&new_tree->rf_ci); in ocfs2_create_refcount_tree() [all...] |
H A D | refcounttree.h | 23 struct ocfs2_caching_info rf_ci; member
|
H A D | dlmglue.c | 4137 return ocfs2_ci_checkpointed(&tree->rf_ci, lockres, new_level); in ocfs2_check_refcount_downconvert() 4146 ocfs2_metadata_cache_purge(&tree->rf_ci); in ocfs2_refcount_convert_worker()
|
H A D | xattr.c | 2584 ref_ci = &ref_tree->rf_ci; in ocfs2_xattr_remove() 5866 &(*ref_tree)->rf_ci, in ocfs2_prepare_refcount_xattr() 7159 args.ref_ci = &ref_tree->rf_ci; in ocfs2_reflink_xattrs()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 68 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...] |
H A D | refcounttree.h | 21 struct ocfs2_caching_info rf_ci; member
|
H A D | dlmglue.c | 4158 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()
|
H A D | xattr.c | 2578 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()
|
Completed in 35 milliseconds