Searched defs:new_size (Results 1 - 25 of 134) sorted by last modified time

123456

/linux-master/fs/btrfs/
H A Dvolumes.c4965 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size) argument
2927 btrfs_grow_device(struct btrfs_trans_handle *trans, struct btrfs_device *device, u64 new_size) argument
[all...]
H A Dioctl.c1132 u64 new_size; local
[all...]
H A Dinode.c2314 u64 new_size; local
2342 u64 new_size, old_size; local
8429 const u64 new_size = inode->vfs_inode.i_size; local
[all...]
/linux-master/fs/bcachefs/
H A Dbuckets.c423 unsigned new_size = d ? (d->size + more) * 2 : 128; local
H A Djournal_io.c1569 unsigned new_size = READ_ONCE(j->buf_size_want); local
961 journal_read_buf_realloc(struct journal_read_buf *b, size_t new_size) argument
[all...]
H A Dfs-io.c108 loff_t new_size; member in struct:inode_new_size
131 bch2_write_inode_size(struct bch_fs *c, struct bch_inode_info *inode, loff_t new_size, unsigned fields) argument
H A Dbtree_write_buffer.c623 static int wb_keys_resize(struct btree_write_buffer_keys *wb, size_t new_size) argument
636 int bch2_btree_write_buffer_resize(struct bch_fs *c, size_t new_size) argument
H A Dsnapshot.c169 size_t new_size = (new_bytes - sizeof(*new)) / sizeof(new->s[0]); local
H A Dfsck.c2595 size_t new_size = max_t(size_t, 128UL, t->size * 2); local
H A Dextents.h732 static inline void bch2_key_resize(struct bkey *k, unsigned new_size) argument
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c646 size_t new_size = new_nr_records * sizeof(struct pkey_malloc_record); local
/linux-master/fs/ntfs3/
H A Dinode.c824 int ntfs_set_size(struct inode *inode, u64 new_size) argument
H A Dfile.c369 static int ntfs_truncate(struct inode *inode, loff_t new_size) argument
443 loff_t i_size, new_size; local
[all...]
/linux-master/fs/smb/client/
H A Dsmb2ops.c3195 unsigned long long new_size; local
3234 fscache_resize_cookie(cifs_inode_cookie(inode), new_size); local
H A Dcifsfs.c1280 unsigned long long destend, fstart, fend, new_size; local
1361 new_size); local
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c403 unsigned int new_size = get_cache_map_size(); local
/linux-master/include/linux/
H A Ddevice.h331 devm_krealloc_array(struct device *dev, void *p, size_t new_n, size_t new_size, gfp_t flags) argument
/linux-master/fs/xfs/
H A Dxfs_inode.c1406 xfs_itruncate_extents_flags( struct xfs_trans **tpp, struct xfs_inode *ip, int whichfork, xfs_fsize_t new_size, int flags) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3535 static int ice_get_valid_rss_size(struct ice_hw *hw, int new_size) argument
/linux-master/drivers/scsi/
H A Dst.c3898 enlarge_buffer(struct st_buffer * STbuffer, int new_size) argument
/linux-master/kernel/bpf/
H A Dhelpers.c1471 static void bpf_dynptr_set_size(struct bpf_dynptr_kern *ptr, u32 new_size) argument
/linux-master/fs/ubifs/
H A Djournal.c1678 ubifs_jnl_truncate(struct ubifs_info *c, const struct inode *inode, loff_t old_size, loff_t new_size) argument
H A Dfile.c1124 loff_t old_size = inode->i_size, new_size = attr->ia_size; local
1231 loff_t new_size local
[all...]
/linux-master/drivers/base/
H A Dcomponent.c407 size_t new_size = match->alloc + 16; local
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c449 u32 new_size; local

Completed in 316 milliseconds

123456