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.c4448 s64 org_alloc_size, org_compressed_size; in ntfs_non_resident_attr_expand() local
4476 org_alloc_size = ni->allocated_size; in ntfs_non_resident_attr_expand()
4650 if (ni->allocated_size == org_alloc_size) in ntfs_non_resident_attr_expand()
4660 if (ni->allocated_size != org_alloc_size) in ntfs_non_resident_attr_expand()
4678 err2 = ntfs_cluster_free(ni, ntfs_bytes_to_cluster(vol, org_alloc_size), in ntfs_non_resident_attr_expand()
4687 ntfs_bytes_to_cluster(vol, org_alloc_size)); in ntfs_non_resident_attr_expand()
4700 ni->allocated_size = org_alloc_size; in ntfs_non_resident_attr_expand()