Lines Matching refs:BUG_ON
116 BUG_ON(IS_ERR(ctx->mrec)); in ntfs_map_runlist_nolock()
118 BUG_ON(!a->non_resident); in ntfs_map_runlist_nolock()
173 BUG_ON(!ctx->attr->non_resident); in ntfs_map_runlist_nolock()
220 BUG_ON(!ctx->mrec); in ntfs_map_runlist_nolock()
348 BUG_ON(!ni); in ntfs_attr_vcn_to_lcn_nolock()
352 BUG_ON(!NInoNonResident(ni)); in ntfs_attr_vcn_to_lcn_nolock()
353 BUG_ON(vcn < 0); in ntfs_attr_vcn_to_lcn_nolock()
472 BUG_ON(!ni); in ntfs_attr_find_vcn_nolock()
475 BUG_ON(!NInoNonResident(ni)); in ntfs_attr_find_vcn_nolock()
476 BUG_ON(vcn < 0); in ntfs_attr_find_vcn_nolock()
1195 BUG_ON(IS_ERR(ctx->mrec)); in ntfs_attr_lookup()
1201 BUG_ON(!base_ni); in ntfs_attr_lookup()
1311 BUG_ON(!vol->attrdef); in ntfs_attr_find_in_attrdef()
1312 BUG_ON(!type); in ntfs_attr_find_in_attrdef()
1347 BUG_ON(size < 0); in ntfs_attr_size_bounds_check()
1567 BUG_ON(NInoCompressed(ni)); in ntfs_attr_make_non_resident()
1568 BUG_ON(NInoEncrypted(ni)); in ntfs_attr_make_non_resident()
1633 BUG_ON(NInoNonResident(ni)); in ntfs_attr_make_non_resident()
1634 BUG_ON(a->non_resident); in ntfs_attr_make_non_resident()
1657 BUG_ON(attr_size != data_size); in ntfs_attr_make_non_resident()
1946 BUG_ON(new_data_size >= 0 && new_data_size > new_alloc_size); in ntfs_attr_extend_allocation()
2042 BUG_ON(NInoNonResident(ni)); in ntfs_attr_extend_allocation()
2060 BUG_ON(new_data_size < attr_len); in ntfs_attr_extend_allocation()
2151 BUG_ON(!NInoNonResident(ni)); in ntfs_attr_extend_allocation()
2153 BUG_ON(vcn); in ntfs_attr_extend_allocation()
2262 BUG_ON(!rl2); in ntfs_attr_extend_allocation()
2263 BUG_ON(!rl2->length); in ntfs_attr_extend_allocation()
2264 BUG_ON(rl2->lcn < LCN_HOLE); in ntfs_attr_extend_allocation()
2285 BUG_ON(err != -ENOSPC); in ntfs_attr_extend_allocation()
2360 BUG_ON(new_data_size < in ntfs_attr_extend_allocation()
2504 BUG_ON(ofs < 0); in ntfs_attr_set()
2505 BUG_ON(cnt < 0); in ntfs_attr_set()
2512 BUG_ON(NInoCompressed(ni)); in ntfs_attr_set()
2513 BUG_ON(NInoEncrypted(ni)); in ntfs_attr_set()