Lines Matching refs:itype
1740 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()
1742 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()
1745 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()
1746 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()
1748 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()
1751 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()
1752 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()
1753 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()
1755 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()
2375 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()
2377 cpu_to_sle64(ni->itype.compressed.size); in ntfs_attr_extend_allocation()
2378 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_extend_allocation()
2423 ni->itype.compressed.size += new_alloc_size - in ntfs_attr_extend_allocation()
2425 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_extend_allocation()