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.c4194 s64 org_alloc_size, org_compressed_size; in ntfs_non_resident_attr_expand() local
4222 org_alloc_size = ni->allocated_size; in ntfs_non_resident_attr_expand()
4369 if (ni->allocated_size == org_alloc_size) in ntfs_non_resident_attr_expand()
4379 if (ni->allocated_size != org_alloc_size) in ntfs_non_resident_attr_expand()
4397 err2 = ntfs_cluster_free(ni, ntfs_bytes_to_cluster(vol, org_alloc_size), in ntfs_non_resident_attr_expand()
4406 ntfs_bytes_to_cluster(vol, org_alloc_size)); in ntfs_non_resident_attr_expand()
4419 ni->allocated_size = org_alloc_size; in ntfs_non_resident_attr_expand()