Home
last modified time | relevance | path

Searched refs:compressed_size (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/ntfs/
Dattrib.c1626 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()
Dinode.c1094 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()
Dlayout.h766 /* 64*/ sle64 compressed_size; /* Byte size of the attribute member
Dfile.c1144 a->data.non_resident.compressed_size = in ntfs_prepare_pages_for_non_resident_write()
/Linux-v5.4/fs/btrfs/
Dinode.c169 u64 start, size_t size, size_t compressed_size, in insert_inline_extent() argument
182 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() argument
286 if (compressed_size) in cow_file_range_inline()
[all …]
/Linux-v5.4/fs/cifs/
Dcifspdu.h2433 __le64 compressed_size; member