Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dinode.c2357 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local
2430 old_alloc_size = ni->allocated_size; in ntfs_truncate()
2444 if (new_alloc_size - old_alloc_size >= 0) { in ntfs_truncate()
2446 if (new_alloc_size == old_alloc_size) in ntfs_truncate()
2615 old_alloc_size >> vol->cluster_size_bits > in ntfs_truncate()
/openbmc/linux/mm/
H A Dmemblock.c419 phys_addr_t old_alloc_size, new_alloc_size; in memblock_double_array() local
437 old_alloc_size = PAGE_ALIGN(old_size); in memblock_double_array()
491 memblock_free(old_array, old_alloc_size); in memblock_double_array()