Lines Matching refs:ocfs2_caching_info
39 u64 (*co_owner)(struct ocfs2_caching_info *ci);
42 struct super_block *(*co_get_super)(struct ocfs2_caching_info *ci);
47 void (*co_cache_lock)(struct ocfs2_caching_info *ci);
48 void (*co_cache_unlock)(struct ocfs2_caching_info *ci);
54 void (*co_io_lock)(struct ocfs2_caching_info *ci);
55 void (*co_io_unlock)(struct ocfs2_caching_info *ci);
61 void ocfs2_metadata_cache_init(struct ocfs2_caching_info *ci,
63 void ocfs2_metadata_cache_purge(struct ocfs2_caching_info *ci);
64 void ocfs2_metadata_cache_exit(struct ocfs2_caching_info *ci);
66 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci);
67 void ocfs2_metadata_cache_io_lock(struct ocfs2_caching_info *ci);
68 void ocfs2_metadata_cache_io_unlock(struct ocfs2_caching_info *ci);
70 int ocfs2_buffer_uptodate(struct ocfs2_caching_info *ci,
72 void ocfs2_set_buffer_uptodate(struct ocfs2_caching_info *ci,
74 void ocfs2_set_new_buffer_uptodate(struct ocfs2_caching_info *ci,
76 void ocfs2_remove_from_cache(struct ocfs2_caching_info *ci,
78 void ocfs2_remove_xattr_clusters_from_cache(struct ocfs2_caching_info *ci,
81 int ocfs2_buffer_read_ahead(struct ocfs2_caching_info *ci,