Searched refs:et_ci (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 192 struct ocfs2_inode_info *oi = cache_info_to_inode(et->et_ci); in ocfs2_dinode_update_clusters() 204 struct inode *inode = &cache_info_to_inode(et->et_ci)->vfs_inode; in ocfs2_dinode_extent_map_insert() 212 struct inode *inode = &cache_info_to_inode(et->et_ci)->vfs_inode; in ocfs2_dinode_extent_map_truncate() 220 struct ocfs2_inode_info *oi = cache_info_to_inode(et->et_ci); in ocfs2_dinode_insert_check() 299 struct super_block *sb = ocfs2_metadata_cache_get_super(et->et_ci); in ocfs2_xattr_tree_fill_max_leaf_clusters() 439 et->et_ci = ci; in __ocfs2_init_extent_tree() 528 return et->et_root_journal_access(handle, et->et_ci, et->et_root_bh, in ocfs2_et_root_journal_access() 541 ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_et_extent_contig() 962 retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk, in ocfs2_num_free_extents() 998 OCFS2_SB(ocfs2_metadata_cache_get_super(et->et_ci)); in ocfs2_create_new_meta_bhs() [all...] |
H A D | alloc.h | 46 struct ocfs2_caching_info *et_ci; member
|
H A D | move_extents.c | 62 u64 ino = ocfs2_metadata_cache_owner(context->et.et_ci); in __ocfs2_move_extent()
|
H A D | refcounttree.c | 3066 struct super_block *sb = ocfs2_metadata_cache_get_super(et->et_ci); in ocfs2_clear_ext_refcount() 3067 u64 ino = ocfs2_metadata_cache_owner(et->et_ci); in ocfs2_clear_ext_refcount() 3087 ret = ocfs2_find_path(et->et_ci, path, cpos); in ocfs2_clear_ext_refcount() 3120 struct ocfs2_caching_info *ci = context->data_et.et_ci; in ocfs2_replace_clusters()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 190 struct ocfs2_inode_info *oi = cache_info_to_inode(et->et_ci); in ocfs2_dinode_update_clusters() 202 struct inode *inode = &cache_info_to_inode(et->et_ci)->vfs_inode; in ocfs2_dinode_extent_map_insert() 210 struct inode *inode = &cache_info_to_inode(et->et_ci)->vfs_inode; in ocfs2_dinode_extent_map_truncate() 218 struct ocfs2_inode_info *oi = cache_info_to_inode(et->et_ci); in ocfs2_dinode_insert_check() 297 struct super_block *sb = ocfs2_metadata_cache_get_super(et->et_ci); in ocfs2_xattr_tree_fill_max_leaf_clusters() 437 et->et_ci = ci; in __ocfs2_init_extent_tree() 526 return et->et_root_journal_access(handle, et->et_ci, et->et_root_bh, in ocfs2_et_root_journal_access() 539 ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_et_extent_contig() 960 retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk, in ocfs2_num_free_extents() 996 OCFS2_SB(ocfs2_metadata_cache_get_super(et->et_ci)); in ocfs2_create_new_meta_bhs() [all...] |
H A D | alloc.h | 44 struct ocfs2_caching_info *et_ci; member
|
H A D | move_extents.c | 60 u64 ino = ocfs2_metadata_cache_owner(context->et.et_ci); in __ocfs2_move_extent()
|
H A D | refcounttree.c | 3067 struct super_block *sb = ocfs2_metadata_cache_get_super(et->et_ci); in ocfs2_clear_ext_refcount() 3068 u64 ino = ocfs2_metadata_cache_owner(et->et_ci); in ocfs2_clear_ext_refcount() 3088 ret = ocfs2_find_path(et->et_ci, path, cpos); in ocfs2_clear_ext_refcount() 3121 struct ocfs2_caching_info *ci = context->data_et.et_ci; in ocfs2_replace_clusters()
|
Completed in 23 milliseconds