Home
last modified time | relevance | path

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

12345

/linux/kernel/module/
H A Ddecompress.c89 size_t new_size = 0; in module_gzip_decompress() local
156 size_t new_size = 0; in module_xz_decompress() local
218 size_t new_size = 0; in module_zstd_decompress() local
/linux/fs/ubifs/
H A Dreplay.c58 loff_t new_size; member
387 loff_t old_size, loff_t new_size) in insert_node()
743 loff_t new_size = le64_to_cpu(ino->size); in replay_bud() local
755 loff_t new_size = le32_to_cpu(dn->size) + in replay_bud() local
783 loff_t new_size = le64_to_cpu(trun->new_size); in replay_bud() local
/linux/fs/xfs/
H A Dxfs_file.c891 loff_t *new_size) in xfs_falloc_newsize()
904 loff_t new_size) in xfs_falloc_setsize()
924 loff_t new_size = i_size_read(inode) - len; in xfs_falloc_collapse_range() local
997 loff_t new_size = 0; in xfs_falloc_zero_range() local
1026 loff_t new_size = 0; in xfs_falloc_unshare_range() local
1051 loff_t new_size = 0; in xfs_falloc_allocate_range() local
/linux/rust/helpers/
H A Dslab.c6 rust_helper_krealloc(const void *objp, size_t new_size, gfp_t flags) in rust_helper_krealloc()
/linux/fs/cachefiles/
H A Dinterface.c233 struct file *file, loff_t new_size) in cachefiles_shorten_object()
279 loff_t new_size) in cachefiles_resize_cookie()
/linux/fs/bcachefs/
H A Ddarray.c8 int __bch2_darray_resize_noprof(darray_char *d, size_t element_size, size_t new_size, gfp_t gfp) in __bch2_darray_resize_noprof()
H A Dbtree_write_buffer.c775 static int wb_keys_resize(struct btree_write_buffer_keys *wb, size_t new_size) in wb_keys_resize()
788 int bch2_btree_write_buffer_resize(struct bch_fs *c, size_t new_size) in bch2_btree_write_buffer_resize()
/linux/drivers/hid/
H A Dhid-gembird.c67 size_t new_size = *rsize + delta_size; in gembird_report_fixup() local
/linux/kernel/
H A Dcrash_core.c337 unsigned long new_size) in __crash_shrink_memory()
364 int crash_shrink_memory(unsigned long new_size) in crash_shrink_memory()
/linux/drivers/scsi/cxlflash/
H A Dvlun.c505 u64 *new_size) in grow_lxt()
623 u64 *new_size) in shrink_lxt()
741 u64 new_size; in _cxlflash_vlun_resize() 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/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/fs/xfs/libxfs/
H A Dxfs_inode_fork.c394 size_t new_size; in xfs_iroot_realloc() local
517 int64_t new_size = ifp->if_bytes + byte_diff; in xfs_idata_realloc() local
/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/fs/reiserfs/
H A Dobjectid.c183 int new_size = (s->s_blocksize - SB_SIZE) / sizeof(__u32) / 2 * 2; in reiserfs_convert_objectid_map_v1() local
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dpasswordattr-interface.c43 size_t password_type_size, current_password_size, new_size; in set_new_password() local
/linux/fs/btrfs/
H A Dinode-item.h33 u64 new_size; member
/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/mm/
H A Dshrinker.c113 static int expand_one_shrinker_info(struct mem_cgroup *memcg, int new_size, in expand_one_shrinker_info()
154 int new_size, old_size = 0; in expand_shrinker_info() local
/linux/arch/s390/appldata/
H A Dappldata_os.c96 unsigned int new_size; in appldata_get_os_data() local
/linux/fs/jfs/
H A Dnamei.c472 s64 new_size = 0; in jfs_unlink() local
1086 s64 new_size = 0; in jfs_rename() local
H A Dxattr.c597 int new_size) in ea_put()
667 int new_size; in __jfs_setxattr() local
/linux/kernel/kcsan/
H A Ddebugfs.c168 size_t new_size = report_filterlist.size * 2; in insert_report_filterlist() local
/linux/fs/nfsd/
H A Dblocklayout.c121 loff_t new_size = lcp->lc_last_wr + 1; in nfsd4_block_commit_blocks() local

12345