Home
last modified time | relevance | path

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

/linux/fs/ntfs/
A Dattrib.c1917 (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()
2007 new_alloc_size = allocated_size; in ntfs_attr_extend_allocation()
2039 new_alloc_size)) { in ntfs_attr_extend_allocation()
2206 (new_alloc_size - allocated_size) >> in ntfs_attr_extend_allocation()
2324 ni->allocated_size = new_alloc_size; in ntfs_attr_extend_allocation()
2342 vi->i_blocks = new_alloc_size >> 9; in ntfs_attr_extend_allocation()
2359 (unsigned long long)new_alloc_size); in ntfs_attr_extend_allocation()
2360 return new_alloc_size; in ntfs_attr_extend_allocation()
2378 ni->allocated_size = new_alloc_size; in ntfs_attr_extend_allocation()
[all …]
A Dinode.c2346 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local
2413 new_alloc_size = (new_size + vol->cluster_size - 1) & in ntfs_truncate()
2416 new_alloc_size = (new_size + 7) & ~7; in ntfs_truncate()
2433 if (new_alloc_size - old_alloc_size >= 0) { in ntfs_truncate()
2435 if (new_alloc_size == old_alloc_size) in ntfs_truncate()
2684 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()
2697 new_alloc_size >> vol->cluster_size_bits); in ntfs_truncate()
2748 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_truncate()
2751 ni->allocated_size = new_alloc_size; in ntfs_truncate()
2752 a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size); in ntfs_truncate()
[all …]
A Dattrib.h94 extern s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
/linux/mm/
A Dmemblock.c403 phys_addr_t old_alloc_size, new_alloc_size; in memblock_double_array() local
422 new_alloc_size = PAGE_ALIGN(new_size); in memblock_double_array()
441 new_alloc_size, PAGE_SIZE); in memblock_double_array()
445 new_alloc_size, PAGE_SIZE); in memblock_double_array()
482 BUG_ON(memblock_reserve(addr, new_alloc_size)); in memblock_double_array()

Completed in 16 milliseconds