Lines Matching refs:ci
25 u64 (*co_owner)(struct ocfs2_caching_info *ci);
28 struct super_block *(*co_get_super)(struct ocfs2_caching_info *ci);
33 void (*co_cache_lock)(struct ocfs2_caching_info *ci);
34 void (*co_cache_unlock)(struct ocfs2_caching_info *ci);
40 void (*co_io_lock)(struct ocfs2_caching_info *ci);
41 void (*co_io_unlock)(struct ocfs2_caching_info *ci);
47 void ocfs2_metadata_cache_init(struct ocfs2_caching_info *ci,
49 void ocfs2_metadata_cache_purge(struct ocfs2_caching_info *ci);
50 void ocfs2_metadata_cache_exit(struct ocfs2_caching_info *ci);
52 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci);
53 void ocfs2_metadata_cache_io_lock(struct ocfs2_caching_info *ci);
54 void ocfs2_metadata_cache_io_unlock(struct ocfs2_caching_info *ci);
56 int ocfs2_buffer_uptodate(struct ocfs2_caching_info *ci,
58 void ocfs2_set_buffer_uptodate(struct ocfs2_caching_info *ci,
60 void ocfs2_set_new_buffer_uptodate(struct ocfs2_caching_info *ci,
62 void ocfs2_remove_from_cache(struct ocfs2_caching_info *ci,
64 void ocfs2_remove_xattr_clusters_from_cache(struct ocfs2_caching_info *ci,
67 int ocfs2_buffer_read_ahead(struct ocfs2_caching_info *ci,