Lines Matching refs:BUG_ON
58 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_owner()
65 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_get_super()
72 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_lock()
79 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_unlock()
86 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_io_lock()
93 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_io_unlock()
114 BUG_ON(!ops); in ocfs2_metadata_cache_init()
160 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_purge()
290 BUG_ON(ci->ci_num_cached >= OCFS2_CACHE_INFO_MAX_ARRAY); in ocfs2_append_cache_array()
509 BUG_ON(ocfs2_buffer_cached(ci, bh)); in ocfs2_set_new_buffer_uptodate()
525 BUG_ON(index < 0 || index >= OCFS2_CACHE_INFO_MAX_ARRAY); in ocfs2_remove_metadata_array()
526 BUG_ON(index >= ci->ci_num_cached); in ocfs2_remove_metadata_array()
527 BUG_ON(!ci->ci_num_cached); in ocfs2_remove_metadata_array()