Lines Matching refs:BUG_ON
60 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_owner()
67 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_get_super()
74 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_lock()
81 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_unlock()
88 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_io_lock()
95 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_io_unlock()
116 BUG_ON(!ops); in ocfs2_metadata_cache_init()
162 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_purge()
292 BUG_ON(ci->ci_num_cached >= OCFS2_CACHE_INFO_MAX_ARRAY); in ocfs2_append_cache_array()
511 BUG_ON(ocfs2_buffer_cached(ci, bh)); in ocfs2_set_new_buffer_uptodate()
527 BUG_ON(index < 0 || index >= OCFS2_CACHE_INFO_MAX_ARRAY); in ocfs2_remove_metadata_array()
528 BUG_ON(index >= ci->ci_num_cached); in ocfs2_remove_metadata_array()
529 BUG_ON(!ci->ci_num_cached); in ocfs2_remove_metadata_array()