Searched refs:new_alloc_size (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/fs/ntfs/ | 
| D | attrib.c | 1904 s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,  in ntfs_attr_extend_allocation()  argument 1931 			(unsigned long long)new_alloc_size,  in ntfs_attr_extend_allocation() 1943 		new_alloc_size = (new_alloc_size + vol->cluster_size - 1) &  in ntfs_attr_extend_allocation() 1946 	BUG_ON(new_data_size >= 0 && new_data_size > new_alloc_size);  in ntfs_attr_extend_allocation() 1948 	err = ntfs_attr_size_bounds_check(vol, ni->type, new_alloc_size);  in ntfs_attr_extend_allocation() 2019 	if (unlikely(new_alloc_size <= allocated_size)) {  in ntfs_attr_extend_allocation() 2021 		new_alloc_size = allocated_size;  in ntfs_attr_extend_allocation() 2050 	if (new_alloc_size < vol->mft_record_size &&  in ntfs_attr_extend_allocation() 2053 			new_alloc_size)) {  in ntfs_attr_extend_allocation() 2152 	if (new_alloc_size == allocated_size) {  in ntfs_attr_extend_allocation() [all …] 
 | 
| D | attrib.h | 108 extern s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
  | 
| D | inode.c | 2365 	s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size;  in ntfs_truncate()  local 2433 		new_alloc_size = (new_size + vol->cluster_size - 1) &  in ntfs_truncate() 2436 		new_alloc_size = (new_size + 7) & ~7;  in ntfs_truncate() 2453 	if (new_alloc_size - old_alloc_size >= 0) {  in ntfs_truncate() 2455 		if (new_alloc_size == old_alloc_size)  in ntfs_truncate() 2704 	nr_freed = ntfs_cluster_free(ni, new_alloc_size >>  in ntfs_truncate() 2717 			new_alloc_size >> vol->cluster_size_bits);  in ntfs_truncate() 2769 	a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >>  in ntfs_truncate() 2772 	ni->allocated_size = new_alloc_size;  in ntfs_truncate() 2773 	a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size);  in ntfs_truncate() [all …] 
 | 
| /linux-4.1.27/mm/ | 
| D | memblock.c | 325 	phys_addr_t old_alloc_size, new_alloc_size;  in memblock_double_array()  local 344 	new_alloc_size = PAGE_ALIGN(new_size);  in memblock_double_array() 373 						new_alloc_size, PAGE_SIZE);  in memblock_double_array() 377 				new_alloc_size, PAGE_SIZE);  in memblock_double_array() 414 		BUG_ON(memblock_reserve(addr, new_alloc_size));  in memblock_double_array()
  |