Searched refs:compressed_size (Results 1 – 6 of 6) sorted by relevance
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()1699 a->data.non_resident.compressed_size = in ntfs_attr_make_non_resident()2352 a->data.non_resident.compressed_size = in ntfs_attr_extend_allocation()
1127 compressed_size); in ntfs_read_locked_inode()1405 a->data.non_resident.compressed_size); in ntfs_read_locked_attr_inode()2779 a->data.non_resident.compressed_size = cpu_to_sle64( in ntfs_truncate()
780 /* 64*/ sle64 compressed_size; /* Byte size of the attribute member
1159 a->data.non_resident.compressed_size = in ntfs_prepare_pages_for_non_resident_write()
139 u64 start, size_t size, size_t compressed_size, in insert_inline_extent() argument153 if (compressed_size && compressed_pages) in insert_inline_extent()154 cur_size = compressed_size; in insert_inline_extent()188 while (compressed_size > 0) { in insert_inline_extent()190 cur_size = min_t(unsigned long, compressed_size, in insert_inline_extent()199 compressed_size -= cur_size; in insert_inline_extent()241 u64 end, size_t compressed_size, in cow_file_range_inline() argument256 if (compressed_size) in cow_file_range_inline()257 data_len = compressed_size; in cow_file_range_inline()262 (!compressed_size && in cow_file_range_inline()[all …]
2426 __le64 compressed_size; member