Lines Matching refs:ci
23 u64 (*co_owner)(struct ocfs2_caching_info *ci);
26 struct super_block *(*co_get_super)(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,
47 void ocfs2_metadata_cache_purge(struct ocfs2_caching_info *ci);
48 void ocfs2_metadata_cache_exit(struct ocfs2_caching_info *ci);
50 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci);
51 void ocfs2_metadata_cache_io_lock(struct ocfs2_caching_info *ci);
52 void ocfs2_metadata_cache_io_unlock(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,
58 void ocfs2_set_new_buffer_uptodate(struct ocfs2_caching_info *ci,
60 void ocfs2_remove_from_cache(struct ocfs2_caching_info *ci,
62 void ocfs2_remove_xattr_clusters_from_cache(struct ocfs2_caching_info *ci,
65 int ocfs2_buffer_read_ahead(struct ocfs2_caching_info *ci,