| /linux/fs/ntfs/ |
| H A D | runlist.c | 75 int old_size, int new_size) in ntfs_rl_realloc() argument 119 int old_size, int new_size) in ntfs_rl_realloc_nofail() argument 214 ntfs_rl_append(struct runlist_element * dst,int dsize,struct runlist_element * src,int ssize,int loc,size_t * new_size) ntfs_rl_append() argument 279 ntfs_rl_insert(struct runlist_element * dst,int dsize,struct runlist_element * src,int ssize,int loc,size_t * new_size) ntfs_rl_insert() argument 374 ntfs_rl_replace(struct runlist_element * dst,int dsize,struct runlist_element * src,int ssize,int loc,size_t * new_size) ntfs_rl_replace() argument 461 ntfs_rl_split(struct runlist_element * dst,int dsize,struct runlist_element * src,int ssize,int loc,size_t * new_size) ntfs_rl_split() argument 1551 int new_size = rl - runlist->rl + 1; ntfs_rl_truncate_nolock() local [all...] |
| H A D | file.c | 810 loff_t old_size, new_size; ntfs_allocate_range() local 923 loff_t old_size, new_size; ntfs_collapse_range() local 972 loff_t old_size, new_size; ntfs_insert_range() local [all...] |
| H A D | index.c | 377 u32 new_size; ntfs_ie_delete() local 1386 u32 new_size; ntfs_ir_insert_median() local 1539 int allocated_size, new_size; ntfs_ie_add() local 1779 u32 new_size; ntfs_index_rm_node() local [all...] |
| H A D | attrib.c | 1675 ntfs_attr_record_resize(struct mft_record * m,struct attr_record * a,u32 new_size) ntfs_attr_record_resize() argument 1728 ntfs_resident_attr_value_resize(struct mft_record * m,struct attr_record * a,const u32 new_size) ntfs_resident_attr_value_resize() argument 1765 s64 new_size; ntfs_attr_make_non_resident() local 2140 ntfs_attr_set_initialized_size(struct ntfs_inode * ni,loff_t new_size) ntfs_attr_set_initialized_size() argument [all...] |
| /linux/tools/include/nolibc/sys/ |
| H A D | mman.h | 47 void *_sys_mremap(void *old_address, size_t old_size, size_t new_size, int flags, void *new_address) in sys_mremap() argument 54 void *mremap(void *old_address, size_t old_size, size_t new_size, int flags, void *new_address) in mremap() argument
|
| /linux/drivers/hid/ |
| H A D | hid-gembird.c | 67 size_t new_size = *rsize + delta_size; in gembird_report_fixup() local
|
| /linux/rust/helpers/ |
| H A D | slab.c | 6 rust_helper_krealloc_node_align(const void *objp, size_t new_size, unsigned long align, in rust_helper_krealloc_node_align() argument
|
| /linux/arch/sparc/mm/ |
| H A D | tsb.c | 370 static unsigned long tsb_size_to_rss_limit(unsigned long new_size) in tsb_size_to_rss_limit() 399 unsigned long new_size, old_size, flags; in tsb_grow() local
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cotable.c | 399 static int vmw_cotable_resize(struct vmw_resource *res, size_t new_size) in vmw_cotable_resize() 547 size_t new_size = res->guest_memory_size; in vmw_cotable_create() local
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_handle_array.c | 48 size_t new_size = struct_size(array, entries, in vmci_handle_arr_append_entry() local
|
| /linux/fs/btrfs/ |
| H A D | inode-item.h | 33 u64 new_size; member
|
| H A D | file-item.c | 900 u32 new_size = (bytenr - key->offset) >> blocksize_bits; truncate_one_csum() local 911 u32 new_size = (csum_end - end_byte) >> blocksize_bits; truncate_one_csum() local
|
| /linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
| H A D | passwordattr-interface.c | 43 size_t password_type_size, current_password_size, new_size; in set_new_password() local
|
| /linux/scripts/kconfig/ |
| H A D | lexer.l | 67 int new_size = text_size + size + 1; in append_string() local
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_deps.c | 81 unsigned int new_size = 2 * deps->fences_size; in i915_deps_grow() local
|
| /linux/tools/testing/selftests/filesystems/fuse/ |
| H A D | fuse_mnt.c | 87 size_t new_size; in test_write() local
|
| /linux/arch/powerpc/kernel/ |
| H A D | vdso.c | 47 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap() local
|
| /linux/fs/jfs/ |
| H A D | xattr.c | 602 int new_size) in ea_put() 672 int new_size; in __jfs_setxattr() local
|
| H A D | namei.c | 473 s64 new_size = 0; in jfs_unlink() local 1087 s64 new_size = 0; in jfs_rename() local
|
| /linux/kernel/kcsan/ |
| H A D | debugfs.c | 144 size_t new_size = 0; in insert_report_filterlist() local
|
| /linux/fs/netfs/ |
| H A D | fscache_io.c | 270 void __fscache_resize_cookie(struct fscache_cookie *cookie, loff_t new_size) in __fscache_resize_cookie()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.h | 204 xfs_new_eof(struct xfs_inode * ip,xfs_fsize_t new_size) xfs_new_eof() argument 602 xfs_itruncate_extents(struct xfs_trans ** tpp,struct xfs_inode * ip,int whichfork,xfs_fsize_t new_size) xfs_itruncate_extents() argument
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl_ctcam.c | 16 u16 new_size) in mlxsw_sp_acl_ctcam_region_resize()
|
| /linux/tools/virtio/linux/ |
| H A D | kernel.h | 119 krealloc_array(void * p,size_t new_n,size_t new_size,gfp_t gfp) krealloc_array() argument
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_gem.c | 27 size_t new_size = bo->heap_size ? bo->heap_size * 2 : in lima_heap_alloc() local
|