Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dattrib.c4192 s64 org_alloc_size, org_compressed_size; in ntfs_non_resident_attr_expand() local
4220 org_alloc_size = ni->allocated_size; in ntfs_non_resident_attr_expand()
4367 if (ni->allocated_size == org_alloc_size) in ntfs_non_resident_attr_expand()
4377 if (ni->allocated_size != org_alloc_size) in ntfs_non_resident_attr_expand()
4395 err2 = ntfs_cluster_free(ni, ntfs_bytes_to_cluster(vol, org_alloc_size), in ntfs_non_resident_attr_expand()
4404 ntfs_bytes_to_cluster(vol, org_alloc_size)); in ntfs_non_resident_attr_expand()
4417 ni->allocated_size = org_alloc_size; in ntfs_non_resident_attr_expand()