| /linux-6.15/drivers/md/persistent-data/ |
| H A D | dm-array.c | 387 struct resize { struct 464 static int shrink(struct resize *resize) in shrink() argument 489 r = shadow_ablock(resize->info, &resize->root, in shrink() 510 r = shadow_ablock(resize->info, &resize->root, in grow_extend_tail_block() 521 static int grow_add_tail_block(struct resize *resize) in grow_add_tail_block() argument 527 resize->value, &resize->root); in grow_add_tail_block() 530 static int grow_needs_more_blocks(struct resize *resize) in grow_needs_more_blocks() argument 538 r = grow_extend_tail_block(resize, resize->max_entries); in grow_needs_more_blocks() 546 resize->max_entries, resize->value, in grow_needs_more_blocks() 557 static int grow(struct resize *resize) in grow() argument [all …]
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_hv.c | 1187 rc = kvmppc_allocate_hpt(&resize->hpt, resize->order); in resize_hpt_allocate() 1399 if (!resize) in resize_hpt_release() 1405 kfree(resize); in resize_hpt_release() 1433 resize->order); in resize_hpt_prepare_work() 1449 resize->error = err; in resize_hpt_prepare_work() 1475 if (resize) { in kvm_vm_ioctl_resize_hpt_prepare() 1497 resize = kzalloc(sizeof(*resize), GFP_KERNEL); in kvm_vm_ioctl_resize_hpt_prepare() 1498 if (!resize) { in kvm_vm_ioctl_resize_hpt_prepare() 1505 resize->kvm = kvm; in kvm_vm_ioctl_resize_hpt_prepare() 1555 if (!resize || (resize->order != shift)) in kvm_vm_ioctl_resize_hpt_commit() [all …]
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | rj54n1cb0c.c | 561 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection() 562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection() 573 rj54n1->resize = ret; in rj54n1_set_selection() 690 resize = 1024; in rj54n1_sensor_scale() 709 switch (resize) { in rj54n1_sensor_scale() 711 resize = 2039; in rj54n1_sensor_scale() 714 resize = 4079; in rj54n1_sensor_scale() 717 resize = 8159; in rj54n1_sensor_scale() 720 resize = 16319; in rj54n1_sensor_scale() 817 return resize; in rj54n1_sensor_scale() [all …]
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | xen-fbfront.c | 54 struct xenfb_resize resize; /* protected by resize_lock */ member 111 event.resize = info->resize; in xenfb_do_resize() 283 xenfb_info->resize.type = XENFB_TYPE_RESIZE; in xenfb_set_par() 284 xenfb_info->resize.width = info->var.xres; in xenfb_set_par() 285 xenfb_info->resize.height = info->var.yres; in xenfb_set_par() 286 xenfb_info->resize.stride = info->fix.line_length; in xenfb_set_par() 287 xenfb_info->resize.depth = info->var.bits_per_pixel; in xenfb_set_par() 288 xenfb_info->resize.offset = 0; in xenfb_set_par()
|
| /linux-6.15/fs/jfs/ |
| H A D | Makefile | 13 resize.o xattr.o ioctl.o
|
| H A D | super.c | 246 bool resize; member 292 ctx->resize = true; in jfs_parse_param() 298 ctx->resize = true; in jfs_parse_param() 384 if (ctx->resize) { in jfs_reconfigure() 486 if (ctx->resize) { in jfs_fill_super()
|
| /linux-6.15/include/linux/ |
| H A D | parman.h | 58 int (*resize)(void *priv, unsigned long new_count); member
|
| /linux-6.15/Documentation/networking/ |
| H A D | fib_trie.rst | 81 towards the root from a given tnode, doing a resize() at each step 84 resize() 91 Doubles the size of the child array within a tnode. Used by resize(). 95 inflate(). Used by resize();
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | jfs.rst | 18 resize=value 22 read-write. The resize keyword with no value will grow
|
| /linux-6.15/fs/bcachefs/ |
| H A D | sb-members.c | 444 int resize = ilog2(roundup_pow_of_two(end)) - (m->btree_bitmap_shift + 6); in __bch2_dev_btree_bitmap_mark() local 445 if (resize > 0) { in __bch2_dev_btree_bitmap_mark() 450 new_bitmap |= BIT_ULL(i >> resize); in __bch2_dev_btree_bitmap_mark() 452 m->btree_bitmap_shift += resize; in __bch2_dev_btree_bitmap_mark()
|
| /linux-6.15/include/xen/interface/io/ |
| H A D | fbif.h | 55 struct xenfb_resize resize; member
|
| /linux-6.15/fs/ext4/ |
| H A D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
| /linux-6.15/fs/ocfs2/ |
| H A D | Makefile | 33 resize.o \
|
| /linux-6.15/lib/ |
| H A D | parman.c | 65 err = parman->ops->resize(parman->priv, new_count); in parman_enlarge() 80 err = parman->ops->resize(parman->priv, new_count); in parman_shrink()
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | special_inodes.rst | 29 - Reserved group descriptors inode. (“resize inode”)
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | i915-kbl-fails.txt | 4 i915_module_load@resize-bar,Fail
|
| H A D | i915-tgl-fails.txt | 9 i915_module_load@resize-bar,Fail
|
| H A D | i915-glk-fails.txt | 7 i915_module_load@resize-bar,Fail
|
| H A D | i915-apl-fails.txt | 5 i915_module_load@resize-bar,Fail
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | btrfs.rst | 34 * Online resize (shrink, grow)
|
| /linux-6.15/drivers/md/ |
| H A D | md-bitmap.h | 76 int (*resize)(struct mddev *mddev, sector_t blocks, int chunksize, member
|
| /linux-6.15/drivers/s390/char/ |
| H A D | raw3270.h | 60 void (*resize)(struct raw3270_view *view, member
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | cq.h | 117 } resize; member
|
| /linux-6.15/include/uapi/drm/ |
| H A D | qaic_accel.h | 286 __u64 resize; member
|
| /linux-6.15/drivers/tty/ |
| H A D | pty.c | 509 .resize = pty_resize, 523 .resize = pty_resize, 757 .resize = pty_resize,
|