Home
last modified time | relevance | path

Searched refs:ocfs2_caching_info (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/fs/ocfs2/
H A Duptodate.h23 u64 (*co_owner)(struct ocfs2_caching_info *ci);
31 void (*co_cache_lock)(struct ocfs2_caching_info *ci);
32 void (*co_cache_unlock)(struct ocfs2_caching_info *ci);
38 void (*co_io_lock)(struct ocfs2_caching_info *ci);
39 void (*co_io_unlock)(struct ocfs2_caching_info *ci);
45 void ocfs2_metadata_cache_init(struct ocfs2_caching_info *ci,
48 void ocfs2_metadata_cache_exit(struct ocfs2_caching_info *ci);
54 int ocfs2_buffer_uptodate(struct ocfs2_caching_info *ci,
56 void ocfs2_set_buffer_uptodate(struct ocfs2_caching_info *ci,
60 void ocfs2_remove_from_cache(struct ocfs2_caching_info *ci,
[all …]
H A Duptodate.c56 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_owner()
84 void ocfs2_metadata_cache_io_lock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_io_lock()
111 void ocfs2_metadata_cache_init(struct ocfs2_caching_info *ci, in ocfs2_metadata_cache_init()
120 void ocfs2_metadata_cache_exit(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_exit()
155 void ocfs2_metadata_cache_purge(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_purge()
207 ocfs2_search_cache_tree(struct ocfs2_caching_info *ci, in ocfs2_search_cache_tree()
227 static int ocfs2_buffer_cached(struct ocfs2_caching_info *ci, in ocfs2_buffer_cached()
257 int ocfs2_buffer_uptodate(struct ocfs2_caching_info *ci, in ocfs2_buffer_uptodate()
280 int ocfs2_buffer_read_ahead(struct ocfs2_caching_info *ci, in ocfs2_buffer_read_ahead()
349 static void ocfs2_expand_cache(struct ocfs2_caching_info *ci, in ocfs2_expand_cache()
[all …]
H A Djournal.h79 struct ocfs2_caching_info *ci) in ocfs2_set_ci_lock_trans()
91 static inline int ocfs2_ci_fully_checkpointed(struct ocfs2_caching_info *ci) in ocfs2_ci_fully_checkpointed()
107 static inline int ocfs2_ci_is_new(struct ocfs2_caching_info *ci) in ocfs2_ci_is_new()
134 struct ocfs2_caching_info *ci) in ocfs2_ci_set_new()
278 int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci,
281 int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci,
284 int ocfs2_journal_access_rb(handle_t *handle, struct ocfs2_caching_info *ci,
287 int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci,
290 int ocfs2_journal_access_xb(handle_t *handle, struct ocfs2_caching_info *ci,
293 int ocfs2_journal_access_dq(handle_t *handle, struct ocfs2_caching_info *ci,
[all …]
H A Dalloc.h44 struct ocfs2_caching_info *et_ci;
56 struct ocfs2_caching_info *ci,
59 struct ocfs2_caching_info *ci,
63 struct ocfs2_caching_info *ci,
66 struct ocfs2_caching_info *ci,
69 struct ocfs2_caching_info *ci,
77 int ocfs2_read_extent_block(struct ocfs2_caching_info *ci, u64 eb_blkno,
223 int ocfs2_find_leaf(struct ocfs2_caching_info *ci,
289 int ocfs2_find_path(struct ocfs2_caching_info *ci,
295 struct ocfs2_caching_info *ci,
[all …]
H A Dbuffer_head_io.h17 struct ocfs2_caching_info *ci);
28 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr,
39 static inline int ocfs2_read_block(struct ocfs2_caching_info *ci, u64 off, in ocfs2_read_block()
H A Drefcounttree.h21 struct ocfs2_caching_info rf_ci;
66 struct ocfs2_caching_info *ref_ci,
90 struct ocfs2_caching_info *ref_ci,
99 struct ocfs2_caching_info *ci,
H A Dinode.h47 struct ocfs2_caching_info ip_metadata_cache;
113 static inline struct ocfs2_caching_info *INODE_CACHE(struct inode *inode) in INODE_CACHE()
163 static inline struct ocfs2_inode_info *cache_info_to_inode(struct ocfs2_caching_info *ci) in cache_info_to_inode()
H A Drefcounttree.c1235 struct ocfs2_caching_info *ci, in ocfs2_change_refcount_rec()
1276 struct ocfs2_caching_info *ci, in ocfs2_expand_inline_ref_root()
1507 struct ocfs2_caching_info *ci, in ocfs2_new_leaf_refcount_block()
1645 struct ocfs2_caching_info *ci, in ocfs2_adjust_refcount_rec()
1729 struct ocfs2_caching_info *ci, in ocfs2_insert_refcount_rec()
1817 struct ocfs2_caching_info *ci, in ocfs2_split_refcount_rec()
1973 struct ocfs2_caching_info *ci, in __ocfs2_increase_refcount()
2067 struct ocfs2_caching_info *ci, in ocfs2_remove_refcount_extent()
2147 struct ocfs2_caching_info *ci, in ocfs2_increase_refcount()
2159 struct ocfs2_caching_info *ci, in ocfs2_decrease_refcount_rec()
[all …]
H A Djournal.c656 struct ocfs2_caching_info *ci, in __ocfs2_journal_access()
732 int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_di()
742 int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_eb()
752 int ocfs2_journal_access_rb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_rb()
762 int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_gd()
772 int ocfs2_journal_access_db(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_db()
782 int ocfs2_journal_access_xb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_xb()
792 int ocfs2_journal_access_dq(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_dq()
802 int ocfs2_journal_access_dr(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_dr()
812 int ocfs2_journal_access_dl(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_dl()
[all …]
H A Dxattr.h77 struct ocfs2_caching_info *ref_ci,
H A Dbuffer_head_io.c39 struct ocfs2_caching_info *ci) in ocfs2_write_block()
193 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr, in ocfs2_read_blocks()
H A Dextent_map.h55 int ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci,
H A Docfs2.h56 struct ocfs2_caching_info { struct
82 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci); argument
518 struct ocfs2_caching_info *ci,
H A Dinode.c1633 static u64 ocfs2_inode_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_owner()
1640 static struct super_block *ocfs2_inode_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_get_super()
1647 static void ocfs2_inode_cache_lock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_lock()
1655 static void ocfs2_inode_cache_unlock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_unlock()
1663 static void ocfs2_inode_cache_io_lock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_io_lock()
1670 static void ocfs2_inode_cache_io_unlock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_io_unlock()
H A Dxattr.c2325 struct ocfs2_caching_info *ref_ci, in ocfs2_lock_xattr_remove_allocators()
2425 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_ibody_remove()
2448 struct ocfs2_caching_info *ref_ci;
2454 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_block_remove()
2484 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_free_block()
5885 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_value_attach_refcount()
5933 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_attach_refcount_normal()
5970 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_inline_attach_refcount()
5988 struct ocfs2_caching_info *ref_ci;
6098 struct ocfs2_caching_info *ref_ci, in ocfs2_xattr_block_attach_refcount()
[all …]
H A Dalloc.c429 struct ocfs2_caching_info *ci, in __ocfs2_init_extent_tree()
452 struct ocfs2_caching_info *ci, in ocfs2_init_dinode_extent_tree()
460 struct ocfs2_caching_info *ci, in ocfs2_init_xattr_tree_extent_tree()
468 struct ocfs2_caching_info *ci, in ocfs2_init_xattr_value_extent_tree()
476 struct ocfs2_caching_info *ci, in ocfs2_init_dx_root_extent_tree()
484 struct ocfs2_caching_info *ci, in ocfs2_init_refcount_extent_tree()
720 struct ocfs2_caching_info *ci, in ocfs2_path_bh_journal_access()
739 int ocfs2_journal_access_path(struct ocfs2_caching_info *ci, in ocfs2_journal_access_path()
1792 static int __ocfs2_find_path(struct ocfs2_caching_info *ci, in __ocfs2_find_path()
1907 int ocfs2_find_path(struct ocfs2_caching_info *ci, in ocfs2_find_path()
[all …]
H A Dextent_map.c343 int ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci, in ocfs2_figure_hole_clusters()
H A Ddlmglue.c3993 static int ocfs2_ci_checkpointed(struct ocfs2_caching_info *ci, in ocfs2_ci_checkpointed()