Home
last modified time | relevance | path

Searched refs:ci_ops (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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 in ocfs2_metadata_cache_io_lock()
[all...]
H A Docfs2.h64 const struct ocfs2_caching_operations *ci_ops; member
H A Djournal.c645 BUG_ON(!ci || !ci->ci_ops); in __ocfs2_journal_access()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Duptodate.c58 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_owner()
60 return ci->ci_ops->co_owner(ci); in ocfs2_metadata_cache_owner()
65 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_get_super()
67 return ci->ci_ops->co_get_super(ci); in ocfs2_metadata_cache_get_super()
72 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_lock()
74 ci->ci_ops->co_cache_lock(ci); in ocfs2_metadata_cache_lock()
79 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_unlock()
81 ci->ci_ops->co_cache_unlock(ci); in ocfs2_metadata_cache_unlock()
86 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_io_lock()
88 ci->ci_ops in ocfs2_metadata_cache_io_lock()
[all...]
H A Docfs2.h62 const struct ocfs2_caching_operations *ci_ops; member
H A Djournal.c641 BUG_ON(!ci || !ci->ci_ops); in __ocfs2_journal_access()

Completed in 11 milliseconds