Searched refs:new_alloc_size (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/ntfs/ |
D | attrib.c | 1890 s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size, in ntfs_attr_extend_allocation() argument 1917 (unsigned long long)new_alloc_size, in ntfs_attr_extend_allocation() 1929 new_alloc_size = (new_alloc_size + vol->cluster_size - 1) & in ntfs_attr_extend_allocation() 1932 BUG_ON(new_data_size >= 0 && new_data_size > new_alloc_size); in ntfs_attr_extend_allocation() 1934 err = ntfs_attr_size_bounds_check(vol, ni->type, new_alloc_size); in ntfs_attr_extend_allocation() 2005 if (unlikely(new_alloc_size <= allocated_size)) { in ntfs_attr_extend_allocation() 2007 new_alloc_size = allocated_size; in ntfs_attr_extend_allocation() 2036 if (new_alloc_size < vol->mft_record_size && in ntfs_attr_extend_allocation() 2039 new_alloc_size)) { in ntfs_attr_extend_allocation() 2138 if (new_alloc_size == allocated_size) { in ntfs_attr_extend_allocation() [all …]
|
D | attrib.h | 94 extern s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
|
D | inode.c | 2340 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local 2408 new_alloc_size = (new_size + vol->cluster_size - 1) & in ntfs_truncate() 2411 new_alloc_size = (new_size + 7) & ~7; in ntfs_truncate() 2428 if (new_alloc_size - old_alloc_size >= 0) { in ntfs_truncate() 2430 if (new_alloc_size == old_alloc_size) in ntfs_truncate() 2679 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate() 2692 new_alloc_size >> vol->cluster_size_bits); in ntfs_truncate() 2744 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_truncate() 2747 ni->allocated_size = new_alloc_size; in ntfs_truncate() 2748 a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size); in ntfs_truncate() [all …]
|
/Linux-v5.10/mm/ |
D | memblock.c | 438 phys_addr_t old_alloc_size, new_alloc_size; in memblock_double_array() local 457 new_alloc_size = PAGE_ALIGN(new_size); in memblock_double_array() 476 new_alloc_size, PAGE_SIZE); in memblock_double_array() 480 new_alloc_size, PAGE_SIZE); in memblock_double_array() 517 BUG_ON(memblock_reserve(addr, new_alloc_size)); in memblock_double_array()
|