Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dinode.c2379 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local
2453 old_alloc_size = ni->allocated_size; in ntfs_truncate()
2467 if (new_alloc_size - old_alloc_size >= 0) { in ntfs_truncate()
2469 if (new_alloc_size == old_alloc_size) in ntfs_truncate()
2638 old_alloc_size >> vol->cluster_size_bits > in ntfs_truncate()