Lines Matching refs:compressed
1716 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()
1718 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()
1721 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()
1722 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()
1724 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()
1727 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()
1728 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()
1729 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()
1731 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()
2351 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()
2353 cpu_to_sle64(ni->itype.compressed.size); in ntfs_attr_extend_allocation()
2354 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_extend_allocation()
2399 ni->itype.compressed.size += new_alloc_size - in ntfs_attr_extend_allocation()
2401 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_extend_allocation()