Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ntfs/
Dattrib.c1640 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()
Dinode.c1127 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()
Dlayout.h780 /* 64*/ sle64 compressed_size; /* Byte size of the attribute member
Dfile.c1158 a->data.non_resident.compressed_size = in ntfs_prepare_pages_for_non_resident_write()
/linux-4.1.27/fs/btrfs/
Dinode.c139 u64 start, size_t size, size_t compressed_size, in insert_inline_extent() argument
153 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() argument
256 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 …]
/linux-4.1.27/fs/cifs/
Dcifspdu.h2400 __le64 compressed_size; member