Searched refs:compressed_size (Results 1 – 6 of 6) sorted by relevance
1626 data.non_resident.compressed_size) + in ntfs_attr_make_non_resident()1627 sizeof(a->data.non_resident.compressed_size) + in ntfs_attr_make_non_resident()1631 data.non_resident.compressed_size) + 7) & ~7; in ntfs_attr_make_non_resident()1685 a->data.non_resident.compressed_size = in ntfs_attr_make_non_resident()2338 a->data.non_resident.compressed_size = in ntfs_attr_extend_allocation()
1094 compressed_size); in ntfs_read_locked_inode()1371 a->data.non_resident.compressed_size); in ntfs_read_locked_attr_inode()2747 a->data.non_resident.compressed_size = cpu_to_sle64( in ntfs_truncate()
766 /* 64*/ sle64 compressed_size; /* Byte size of the attribute member
1144 a->data.non_resident.compressed_size = in ntfs_prepare_pages_for_non_resident_write()
169 u64 start, size_t size, size_t compressed_size, in insert_inline_extent() argument182 ASSERT((compressed_size > 0 && compressed_pages) || in insert_inline_extent()183 (compressed_size == 0 && !compressed_pages)); in insert_inline_extent()185 if (compressed_size && compressed_pages) in insert_inline_extent()186 cur_size = compressed_size; in insert_inline_extent()218 while (compressed_size > 0) { in insert_inline_extent()220 cur_size = min_t(unsigned long, compressed_size, in insert_inline_extent()229 compressed_size -= cur_size; in insert_inline_extent()269 u64 end, size_t compressed_size, in cow_file_range_inline() argument286 if (compressed_size) in cow_file_range_inline()[all …]
2433 __le64 compressed_size; member