• Home
  • Raw
  • Download

Lines Matching refs:non_resident

118 		BUG_ON(!a->non_resident);  in ntfs_map_runlist_nolock()
120 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_map_runlist_nolock()
125 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0) in ntfs_map_runlist_nolock()
138 sle64_to_cpu(a->data.non_resident.lowest_vcn) in ntfs_map_runlist_nolock()
173 BUG_ON(!ctx->attr->non_resident); in ntfs_map_runlist_nolock()
182 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1; in ntfs_map_runlist_nolock()
1071 if (!val || (!a->non_resident && le32_to_cpu( in ntfs_external_attr_find()
1634 BUG_ON(a->non_resident); in ntfs_attr_make_non_resident()
1640 data.non_resident.compressed_size) + in ntfs_attr_make_non_resident()
1641 sizeof(a->data.non_resident.compressed_size) + in ntfs_attr_make_non_resident()
1645 data.non_resident.compressed_size) + 7) & ~7; in ntfs_attr_make_non_resident()
1678 a->non_resident = 1; in ntfs_attr_make_non_resident()
1685 a->data.non_resident.lowest_vcn = 0; in ntfs_attr_make_non_resident()
1686 a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >> in ntfs_attr_make_non_resident()
1688 a->data.non_resident.mapping_pairs_offset = cpu_to_le16(mp_ofs); in ntfs_attr_make_non_resident()
1689 memset(&a->data.non_resident.reserved, 0, in ntfs_attr_make_non_resident()
1690 sizeof(a->data.non_resident.reserved)); in ntfs_attr_make_non_resident()
1691 a->data.non_resident.allocated_size = cpu_to_sle64(new_size); in ntfs_attr_make_non_resident()
1692 a->data.non_resident.data_size = in ntfs_attr_make_non_resident()
1693 a->data.non_resident.initialized_size = in ntfs_attr_make_non_resident()
1696 a->data.non_resident.compression_unit = 0; in ntfs_attr_make_non_resident()
1698 a->data.non_resident.compression_unit = 4; in ntfs_attr_make_non_resident()
1699 a->data.non_resident.compressed_size = in ntfs_attr_make_non_resident()
1700 a->data.non_resident.allocated_size; in ntfs_attr_make_non_resident()
1702 a->data.non_resident.compression_unit = 0; in ntfs_attr_make_non_resident()
1717 if (a->data.non_resident.compression_unit) { in ntfs_attr_make_non_resident()
1719 non_resident.compression_unit + in ntfs_attr_make_non_resident()
1725 a->data.non_resident.compression_unit; in ntfs_attr_make_non_resident()
1758 a->non_resident = 0; in ntfs_attr_make_non_resident()
2041 if (a->non_resident) in ntfs_attr_extend_allocation()
2261 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_attr_extend_allocation()
2284 le16_to_cpu(a->data.non_resident.mapping_pairs_offset)); in ntfs_attr_extend_allocation()
2304 le16_to_cpu(a->data.non_resident.mapping_pairs_offset), in ntfs_attr_extend_allocation()
2317 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_attr_extend_allocation()
2323 if (a->data.non_resident.lowest_vcn) { in ntfs_attr_extend_allocation()
2340 a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size); in ntfs_attr_extend_allocation()
2353 a->data.non_resident.compressed_size = in ntfs_attr_extend_allocation()
2362 sle64_to_cpu(a->data.non_resident.data_size)); in ntfs_attr_extend_allocation()
2363 a->data.non_resident.data_size = cpu_to_sle64(new_data_size); in ntfs_attr_extend_allocation()
2416 ctx->attr->data.non_resident.highest_vcn = cpu_to_sle64( in ntfs_attr_extend_allocation()
2448 a->data.non_resident. in ntfs_attr_extend_allocation()
2450 le16_to_cpu(a->data.non_resident. in ntfs_attr_extend_allocation()