Home
last modified time | relevance | path

Searched refs:ci_ops (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
Duptodate.c60 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_owner()
62 return ci->ci_ops->co_owner(ci); in ocfs2_metadata_cache_owner()
67 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_get_super()
69 return ci->ci_ops->co_get_super(ci); in ocfs2_metadata_cache_get_super()
74 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_lock()
76 ci->ci_ops->co_cache_lock(ci); in ocfs2_metadata_cache_lock()
81 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_unlock()
83 ci->ci_ops->co_cache_unlock(ci); in ocfs2_metadata_cache_unlock()
88 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_io_lock()
90 ci->ci_ops->co_io_lock(ci); in ocfs2_metadata_cache_io_lock()
[all …]
Docfs2.h64 const struct ocfs2_caching_operations *ci_ops; member
Djournal.c645 BUG_ON(!ci || !ci->ci_ops); in __ocfs2_journal_access()