Searched refs:ocfs2_caching_info (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | uptodate.h | 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); [all …]
|
| H A D | uptodate.c | 56 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_owner() 63 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_get_super() 70 static void ocfs2_metadata_cache_lock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_lock() 77 static void ocfs2_metadata_cache_unlock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_unlock() 84 void ocfs2_metadata_cache_io_lock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_io_lock() 91 void ocfs2_metadata_cache_io_unlock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_io_unlock() 99 static void ocfs2_metadata_cache_reset(struct ocfs2_caching_info *ci, in ocfs2_metadata_cache_reset() 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() [all …]
|
| H A D | journal.h | 79 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 D | buffer_head_io.h | 17 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 D | refcounttree.h | 21 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 D | inode.h | 47 struct ocfs2_caching_info ip_metadata_cache; 113 static inline struct ocfs2_caching_info *INODE_CACHE(struct inode *inode) in INODE_CACHE() 162 static inline struct ocfs2_inode_info *cache_info_to_inode(struct ocfs2_caching_info *ci) in cache_info_to_inode()
|
| H A D | buffer_head_io.c | 39 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 D | xattr.h | 77 struct ocfs2_caching_info *ref_ci,
|
| H A D | extent_map.h | 55 int ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci,
|
| H A D | ocfs2.h | 56 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 D | inode.c | 1763 static u64 ocfs2_inode_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_owner() 1770 static struct super_block *ocfs2_inode_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_get_super() 1777 static void ocfs2_inode_cache_lock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_lock() 1785 static void ocfs2_inode_cache_unlock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_unlock() 1793 static void ocfs2_inode_cache_io_lock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_io_lock() 1800 static void ocfs2_inode_cache_io_unlock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_io_unlock()
|