Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 25 of 94) sorted by relevance

1234

/linux/fs/ntfs/
H A Drunlist.c75 int old_size, int new_size, gfp_t gfp) in ntfs_rl_realloc_gfp()
109 int old_size, int new_size) in ntfs_rl_realloc()
136 int old_size, int new_size) in ntfs_rl_realloc_nofail()
218 size_t *new_size) in ntfs_rl_append()
283 size_t *new_size) in ntfs_rl_insert()
378 size_t *new_size) in ntfs_rl_replace()
465 size_t *new_size) in ntfs_rl_split()
1607 int new_size = rl - runlist->rl + 1; in ntfs_rl_truncate_nolock() local
H A Dindex.c436 u32 new_size; in ntfs_ie_delete() local
1550 u32 new_size; in ntfs_ir_insert_median() local
1703 int allocated_size, new_size; in ntfs_ie_add() local
1943 u32 new_size; in ntfs_index_rm_node() local
/linux/tools/include/nolibc/sys/
H A Dmman.h47 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/fs/xfs/
H A Dxfs_file.c1240 xfs_falloc_newsize(struct file * file,int mode,loff_t offset,loff_t len,loff_t * new_size) xfs_falloc_newsize() argument
1253 xfs_falloc_setsize(struct file * file,loff_t new_size) xfs_falloc_setsize() argument
1274 loff_t new_size = i_size_read(inode) - len; xfs_falloc_collapse_range() local
1389 loff_t new_size = 0; xfs_falloc_write_zeroes() local
1476 loff_t new_size = 0; xfs_falloc_zero_range() local
1511 loff_t new_size = 0; xfs_falloc_unshare_range() local
1537 loff_t new_size = 0; xfs_falloc_allocate_range() local
[all...]
/linux/drivers/hid/
H A Dhid-gembird.c67 size_t new_size = *rsize + delta_size; in gembird_report_fixup() local
/linux/rust/helpers/
H A Dslab.c6 rust_helper_krealloc_node_align(const void *objp, size_t new_size, unsigned long align, in rust_helper_krealloc_node_align() argument
/linux/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.c48 size_t new_size = struct_size(array, entries, in vmci_handle_arr_append_entry() local
/linux/arch/sparc/mm/
H A Dtsb.c370 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 Dvmwgfx_cotable.c399 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/fs/btrfs/
H A Dinode-item.h33 u64 new_size; member
H A Dfile-item.c926 u32 new_size = (bytenr - key->offset) >> blocksize_bits; in truncate_one_csum() local
937 u32 new_size = (csum_end - end_byte) >> blocksize_bits; in truncate_one_csum() local
/linux/scripts/kconfig/
H A Dlexer.l67 int new_size = text_size + size + 1; in append_string() local
/linux/drivers/gpu/drm/i915/
H A Di915_deps.c81 unsigned int new_size = 2 * deps->fences_size; in i915_deps_grow() local
/linux/tools/testing/selftests/filesystems/fuse/
H A Dfuse_mnt.c87 size_t new_size; in test_write() local
/linux/mm/
H A Dshrinker.c122 static int expand_one_shrinker_info(struct mem_cgroup *memcg, int new_size, in expand_one_shrinker_info() argument
163 int new_size, old_size = 0; in expand_shrinker_info() local
/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.c291 size_t new_size, in xfs_rtrefcountbt_move_ptrs() argument
310 unsigned int new_size; in xfs_rtrefcountbt_broot_realloc() local
[all...]
/linux/arch/powerpc/kernel/
H A Dvdso.c47 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap() local
/linux/fs/jfs/
H A Dxattr.c602 int new_size) in ea_put()
672 int new_size; in __jfs_setxattr() local
/linux/kernel/kcsan/
H A Ddebugfs.c144 size_t new_size = 0; in insert_report_filterlist() local
/linux/fs/netfs/
H A Dfscache_io.c270 void __fscache_resize_cookie(struct fscache_cookie *cookie, loff_t new_size) in __fscache_resize_cookie()
/linux/fs/ntfs3/
H A Dattrlist.c310 u64 new_size; in al_add_le() local
H A Dattrib.c256 u64 new_size, struct runs_tree *run, in attr_make_nonresident()
384 u64 new_size, struct runs_tree *run, in attr_set_size_res()
432 u64 new_size, const u64 *new_valid, bool keep_prealloc, in attr_set_size_ex()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_ctcam.c16 u16 new_size) in mlxsw_sp_acl_ctcam_region_resize()
/linux/tools/virtio/linux/
H A Dkernel.h119 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 Dlima_gem.c27 size_t new_size = bo->heap_size ? bo->heap_size * 2 : in lima_heap_alloc() local

1234