Lines Matching refs:BUG_ON
168 BUG_ON(!vol); in ntfs_cluster_alloc()
170 BUG_ON(!lcnbmp_vi); in ntfs_cluster_alloc()
171 BUG_ON(start_vcn < 0); in ntfs_cluster_alloc()
172 BUG_ON(count < 0); in ntfs_cluster_alloc()
173 BUG_ON(start_lcn < -1); in ntfs_cluster_alloc()
174 BUG_ON(zone < FIRST_ZONE); in ntfs_cluster_alloc()
175 BUG_ON(zone > LAST_ZONE); in ntfs_cluster_alloc()
858 BUG_ON(!ni); in __ntfs_cluster_free()
865 BUG_ON(!lcnbmp_vi); in __ntfs_cluster_free()
866 BUG_ON(start_vcn < 0); in __ntfs_cluster_free()
867 BUG_ON(count < -1); in __ntfs_cluster_free()
984 BUG_ON(count > 0); in __ntfs_cluster_free()