Lines Matching refs:BUG_ON
74 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_owner()
81 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_get_super()
88 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_lock()
95 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_unlock()
102 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_io_lock()
109 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_io_unlock()
130 BUG_ON(!ops); in ocfs2_metadata_cache_init()
176 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_purge()
306 BUG_ON(ci->ci_num_cached >= OCFS2_CACHE_INFO_MAX_ARRAY); in ocfs2_append_cache_array()
525 BUG_ON(ocfs2_buffer_cached(ci, bh)); in ocfs2_set_new_buffer_uptodate()
541 BUG_ON(index < 0 || index >= OCFS2_CACHE_INFO_MAX_ARRAY); in ocfs2_remove_metadata_array()
542 BUG_ON(index >= ci->ci_num_cached); in ocfs2_remove_metadata_array()
543 BUG_ON(!ci->ci_num_cached); in ocfs2_remove_metadata_array()