Lines Matching refs:compressed
1726 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()
1728 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()
1731 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()
1732 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()
1734 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()
1737 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()
1738 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()
1739 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()
1741 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()
2361 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()
2363 cpu_to_sle64(ni->itype.compressed.size); in ntfs_attr_extend_allocation()
2364 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_extend_allocation()
2409 ni->itype.compressed.size += new_alloc_size - in ntfs_attr_extend_allocation()
2411 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_extend_allocation()