Searched refs:new_alloc_size (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/ntfs/ |
A D | attrib.c | 1941 (unsigned long long)new_alloc_size, in ntfs_attr_extend_allocation() 1953 new_alloc_size = (new_alloc_size + vol->cluster_size - 1) & in ntfs_attr_extend_allocation() 2031 new_alloc_size = allocated_size; in ntfs_attr_extend_allocation() 2063 new_alloc_size)) { in ntfs_attr_extend_allocation() 2230 (new_alloc_size - allocated_size) >> in ntfs_attr_extend_allocation() 2348 ni->allocated_size = new_alloc_size; in ntfs_attr_extend_allocation() 2366 vi->i_blocks = new_alloc_size >> 9; in ntfs_attr_extend_allocation() 2383 (unsigned long long)new_alloc_size); in ntfs_attr_extend_allocation() 2384 return new_alloc_size; in ntfs_attr_extend_allocation() 2402 ni->allocated_size = new_alloc_size; in ntfs_attr_extend_allocation() [all …]
|
A D | attrib.h | 94 extern s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
|
A D | inode.c | 2357 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local 2424 new_alloc_size = (new_size + vol->cluster_size - 1) & in ntfs_truncate() 2427 new_alloc_size = (new_size + 7) & ~7; 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() 2695 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate() 2708 new_alloc_size >> vol->cluster_size_bits); in ntfs_truncate() 2759 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_truncate() 2762 ni->allocated_size = new_alloc_size; in ntfs_truncate() 2763 a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size); in ntfs_truncate() [all …]
|
/linux-6.3-rc2/mm/ |
A D | memblock.c | 413 phys_addr_t old_alloc_size, new_alloc_size; in memblock_double_array() local 432 new_alloc_size = PAGE_ALIGN(new_size); in memblock_double_array() 451 new_alloc_size, PAGE_SIZE); in memblock_double_array() 455 new_alloc_size, PAGE_SIZE); in memblock_double_array() 492 BUG_ON(memblock_reserve(addr, new_alloc_size)); in memblock_double_array()
|
Completed in 14 milliseconds