Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 54 of 54) sorted by relevance

/linux-4.4.14/drivers/md/persistent-data/
Ddm-array.c375 struct resize { struct
423 static int drop_blocks(struct resize *resize, unsigned begin_index, in drop_blocks() argument
430 r = dm_btree_remove(&resize->info->btree_info, resize->root, in drop_blocks()
431 &key, &resize->root); in drop_blocks()
451 static int shrink(struct resize *resize) in shrink() argument
461 if (resize->new_nr_full_blocks < resize->old_nr_full_blocks) { in shrink()
462 begin = total_nr_blocks_needed(resize->new_nr_full_blocks, in shrink()
463 resize->new_nr_entries_in_last_block); in shrink()
464 end = total_nr_blocks_needed(resize->old_nr_full_blocks, in shrink()
465 resize->old_nr_entries_in_last_block); in shrink()
[all …]
/linux-4.4.14/drivers/media/i2c/soc_camera/
Drj54n1cb0c.c162 unsigned short resize; /* Sensor * 1024 / resize = Output */ member
557 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_s_crop()
558 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_s_crop()
561 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_s_crop()
569 rj54n1->resize = ret; in rj54n1_s_crop()
631 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local
683 resize = 1024; in rj54n1_sensor_scale()
692 resize = (RJ54N1_MAX_HEIGHT * 1024 + output_h / 2) / in rj54n1_sensor_scale()
696 resize = (RJ54N1_MAX_WIDTH * 1024 + output_w / 2) / in rj54n1_sensor_scale()
699 resize = max(resize_x, resize_y); in rj54n1_sensor_scale()
[all …]
/linux-4.4.14/drivers/scsi/cxlflash/
Dvlun.c35 struct dk_cxlflash_resize *resize) in marshal_virt_to_resize() argument
37 resize->hdr = virt->hdr; in marshal_virt_to_resize()
38 resize->context_id = virt->context_id; in marshal_virt_to_resize()
39 resize->rsrc_handle = virt->rsrc_handle; in marshal_virt_to_resize()
40 resize->req_size = virt->lun_size; in marshal_virt_to_resize()
41 resize->last_lba = virt->last_lba; in marshal_virt_to_resize()
729 struct dk_cxlflash_resize *resize) in _cxlflash_vlun_resize() argument
737 res_hndl_t rhndl = resize->rsrc_handle; in _cxlflash_vlun_resize()
740 u64 ctxid = DECODE_CTXID(resize->context_id), in _cxlflash_vlun_resize()
741 rctxid = resize->context_id; in _cxlflash_vlun_resize()
[all …]
Dsuperpipe.c40 struct dk_cxlflash_resize *resize) in marshal_rele_to_resize() argument
42 resize->hdr = release->hdr; in marshal_rele_to_resize()
43 resize->context_id = release->context_id; in marshal_rele_to_resize()
44 resize->rsrc_handle = release->rsrc_handle; in marshal_rele_to_resize()
/linux-4.4.14/drivers/video/fbdev/
Dxen-fbfront.c52 struct xenfb_resize resize; /* protected by resize_lock */ member
109 event.resize = info->resize; in xenfb_do_resize()
318 xenfb_info->resize.type = XENFB_TYPE_RESIZE; in xenfb_set_par()
319 xenfb_info->resize.width = info->var.xres; in xenfb_set_par()
320 xenfb_info->resize.height = info->var.yres; in xenfb_set_par()
321 xenfb_info->resize.stride = info->fix.line_length; in xenfb_set_par()
322 xenfb_info->resize.depth = info->var.bits_per_pixel; in xenfb_set_par()
323 xenfb_info->resize.offset = 0; in xenfb_set_par()
/linux-4.4.14/fs/jfs/
DMakefile12 resize.o xattr.o ioctl.o
Dsuper.c277 char *resize = args[0].from; in parse_options() local
278 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/linux-4.4.14/fs/ext4/
DMakefile8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
/linux-4.4.14/Documentation/networking/
Dfib_trie.txt77 towards the root from a given tnode, doing a resize() at each step
80 resize()
87 Doubles the size of the child array within a tnode. Used by resize().
91 inflate(). Used by resize();
/linux-4.4.14/fs/reiserfs/
DMakefile9 hashes.o tail_conversion.o journal.o resize.o \
/linux-4.4.14/Documentation/filesystems/
Djfs.txt14 resize=value Resize the volume to <value> blocks. JFS only supports
17 read-write. The resize keyword with no value will grow
Dext4.txt550 EXT4_IOC_GROUP_EXTEND This ioctl has the same purpose as the resize
551 mount option. It allows to resize filesystem
553 further resize has to be done with resize2fs,
574 which allows online resize of the filesystem
577 online resize tool (e.g. resize2fs).
Dtmpfs.txt17 cannot swap and you do not have the possibility to resize them.
Dhpfs.txt84 number. Currently this driver cannot resize extended attributes - it means
Dntfs.txt25 from an NTFS volume and ntfsresize which is used to resize an NTFS partition.
/linux-4.4.14/include/xen/interface/io/
Dfbif.h72 struct xenfb_resize resize; member
/linux-4.4.14/fs/ocfs2/
DMakefile34 resize.o \
Dsuballoc.c169 if (resize) \
177 int resize) in ocfs2_validate_gd_self() argument
219 int resize) in ocfs2_validate_gd_parent() argument
242 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) && !resize)) { in ocfs2_validate_gd_parent()
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Ddwc3.txt17 - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
57 tx-fifo-resize;
Dqcom,dwc3.txt62 tx-fifo-resize;
/linux-4.4.14/include/linux/mlx5/
Dcq.h108 } resize; member
/linux-4.4.14/include/uapi/scsi/
Dcxlflash_ioctl.h151 struct dk_cxlflash_resize resize; member
/linux-4.4.14/include/linux/
Dtty_driver.h284 int (*resize)(struct tty_struct *tty, struct winsize *ws); member
/linux-4.4.14/arch/arm/boot/dts/
Ddra74x.dtsi79 tx-fifo-resize;
Ddra7.dtsi1357 tx-fifo-resize;
1385 tx-fifo-resize;
1413 tx-fifo-resize;
Domap5.dtsi886 tx-fifo-resize;
/linux-4.4.14/drivers/tty/
Dpty.c522 .resize = pty_resize,
537 .resize = pty_resize,
704 .resize = pty_resize,
Dtty_io.c2370 if (tty->ops->resize) in tiocswinsz()
2371 return tty->ops->resize(tty, &tmp_ws); in tiocswinsz()
/linux-4.4.14/drivers/s390/char/
Draw3270.h144 void (*resize)(struct raw3270_view *, int, int, int); member
Draw3270.c562 if (view->fn->resize) in raw3270_size_device_done()
563 view->fn->resize(view, rp->model, rp->rows, rp->cols); in raw3270_size_device_done()
Dtty3270.c906 .resize = tty3270_resize
/linux-4.4.14/Documentation/device-mapper/
Ddm-io.txt69 Dm-io will attempt to resize its mempool to make sure enough pages are
Dcache.txt103 area being removed from the cache still contains dirty blocks the resize
109 warm and in writeback mode during resize.
/linux-4.4.14/net/ipv4/
Dfib_trie.c151 static struct key_vector *resize(struct trie *t, struct key_vector *tn);
504 tn = resize(t, inode); in replace()
818 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize() function
992 tn = resize(t, tn); in trie_rebalance()
1756 pn = resize(t, pn); in fib_table_flush_external()
1831 pn = resize(t, pn); in fib_table_flush()
/linux-4.4.14/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py280 self.resize(800, 600)
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt114 performing administrative actions (i.e.: setup, tear down, resize).
217 resize for the initial creation of the virtual LUN, the user has the
282 where the changes affect the application (such as a LUN resize), the
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db71 API-ata-hpa-resize
Dkernel-api.xml.db252 API-mempool-resize
693 API-blk-queue-resize-tags
/linux-4.4.14/drivers/md/
Dmd.h516 int (*resize) (struct mddev *mddev, sector_t sectors); member
Draid5.c7867 .resize = raid5_resize,
7890 .resize = raid5_resize,
7914 .resize = raid5_resize,
Dmd.c2973 if (!my_mddev->pers->resize) in rdev_size_store()
6435 if (mddev->pers->resize == NULL) in update_size()
6460 rv = mddev->pers->resize(mddev, num_sectors); in update_size()
Draid1.c3185 .resize = raid1_resize,
Draid10.c4634 .resize = raid10_resize,
/linux-4.4.14/Documentation/trace/
Devents-kmem.txt100 to be able to resize the pool over the lifetime of the system, this value
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h172 int (*resize)(struct ip_set *set, bool retried); member
/linux-4.4.14/drivers/media/rc/
Drc-main.c277 bool resize) in ir_establish_scancode() argument
304 if (!resize || ir_resize_table(rc_map, GFP_ATOMIC)) in ir_establish_scancode()
/linux-4.4.14/scripts/kconfig/
Dqconf.cc1286 resize(width, height); in ConfigSearchWindow()
1353 resize(width, height); in ConfigMainWindow()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_core.c1459 set->variant->resize && in call_ad()
1460 (ret = set->variant->resize(set, retried)) == 0); in call_ad()
Dip_set_hash_gen.h1220 .resize = mtype_resize,
/linux-4.4.14/Documentation/
Dnommu-mmap.txt200 mappings, move parts of existing mappings or resize parts of mappings. It must
Dmd.txt219 and can be read from here. Writing to this value may resize
/linux-4.4.14/drivers/video/console/
Dfbcon.c2448 int resize; in fbcon_do_set_font() local
2455 resize = (w != vc->vc_font.width) || (h != vc->vc_font.height); in fbcon_do_set_font()
2525 if (resize) { in fbcon_do_set_font()
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt451 the number of pages to the debugfs file "pages". The resize request will
/linux-4.4.14/drivers/tty/vt/
Dvt.c3045 .resize = vt_resize,