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

/linux-master/fs/ocfs2/
H A Duptodate.c58 BUG_ON(!ci || !ci->ci_ops);
60 return ci->ci_ops->co_owner(ci);
65 BUG_ON(!ci || !ci->ci_ops);
67 return ci->ci_ops->co_get_super(ci);
72 BUG_ON(!ci || !ci->ci_ops);
74 ci->ci_ops->co_cache_lock(ci);
79 BUG_ON(!ci || !ci->ci_ops);
81 ci->ci_ops->co_cache_unlock(ci);
86 BUG_ON(!ci || !ci->ci_ops);
88 ci->ci_ops
[all...]
H A Docfs2.h62 const struct ocfs2_caching_operations *ci_ops; member in struct:ocfs2_caching_info
H A Djournal.c641 BUG_ON(!ci || !ci->ci_ops);

Completed in 113 milliseconds