Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/media/i2c/soc_camera/
Drj54n1cb0c.c162 unsigned short resize; /* Sensor * 1024 / resize = Output */ member
556 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_s_crop()
557 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_s_crop()
560 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_s_crop()
568 rj54n1->resize = ret; in rj54n1_s_crop()
625 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local
677 resize = 1024; in rj54n1_sensor_scale()
686 resize = (RJ54N1_MAX_HEIGHT * 1024 + output_h / 2) / in rj54n1_sensor_scale()
690 resize = (RJ54N1_MAX_WIDTH * 1024 + output_w / 2) / in rj54n1_sensor_scale()
693 resize = max(resize_x, resize_y); in rj54n1_sensor_scale()
[all …]
/linux-4.1.27/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.1.27/fs/ext3/
DMakefile8 ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/usb/
Ddwc3.txt16 - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
49 tx-fifo-resize;
Dqcom,dwc3.txt62 tx-fifo-resize;
/linux-4.1.27/fs/ext4/
DMakefile8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
/linux-4.1.27/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.1.27/fs/reiserfs/
DMakefile9 hashes.o tail_conversion.o journal.o resize.o \
/linux-4.1.27/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.1.27/include/xen/interface/io/
Dfbif.h72 struct xenfb_resize resize; member
/linux-4.1.27/fs/ocfs2/
DMakefile34 resize.o \
Dsuballoc.c171 if (resize) \
179 int resize) in ocfs2_validate_gd_self() argument
230 int resize) in ocfs2_validate_gd_parent() argument
256 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) && !resize)) { in ocfs2_validate_gd_parent()
/linux-4.1.27/arch/arm/boot/dts/
Ddra74x.dtsi69 tx-fifo-resize;
Ddra7.dtsi1296 tx-fifo-resize;
1319 tx-fifo-resize;
1342 tx-fifo-resize;
Domap5.dtsi878 tx-fifo-resize;
/linux-4.1.27/include/linux/mlx5/
Dcq.h108 } resize; member
/linux-4.1.27/include/linux/
Dtty_driver.h284 int (*resize)(struct tty_struct *tty, struct winsize *ws); member
/linux-4.1.27/drivers/tty/
Dpty.c513 .resize = pty_resize,
528 .resize = pty_resize,
695 .resize = pty_resize,
Dtty_io.c2376 if (tty->ops->resize) in tiocswinsz()
2377 return tty->ops->resize(tty, &tmp_ws); in tiocswinsz()
/linux-4.1.27/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.c902 .resize = tty3270_resize
/linux-4.1.27/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.1.27/net/ipv4/
Dfib_trie.c149 static struct key_vector *resize(struct trie *t, struct key_vector *tn);
498 tn = resize(t, inode); in replace()
812 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize() function
986 tn = resize(t, tn); in trie_rebalance()
1734 pn = resize(t, pn); in fib_table_flush_external()
1810 pn = resize(t, pn); in fib_table_flush()
/linux-4.1.27/drivers/md/
Dmd.h510 int (*resize) (struct mddev *mddev, sector_t sectors); member
Draid5.c7778 .resize = raid5_resize,
7802 .resize = raid5_resize,
7827 .resize = raid5_resize,
Dmd.c2875 if (!my_mddev->pers->resize) in rdev_size_store()
6292 if (mddev->pers->resize == NULL) in update_size()
6317 rv = mddev->pers->resize(mddev, num_sectors); in update_size()
Draid1.c3172 .resize = raid1_resize,
Draid10.c4707 .resize = raid10_resize,
/linux-4.1.27/Documentation/trace/
Devents-kmem.txt100 to be able to resize the pool over the lifetime of the system, this value
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h167 int (*resize)(struct ip_set *set, bool retried); member
/linux-4.1.27/drivers/media/rc/
Drc-main.c276 bool resize) in ir_establish_scancode() argument
303 if (!resize || ir_resize_table(rc_map, GFP_ATOMIC)) in ir_establish_scancode()
/linux-4.1.27/scripts/kconfig/
Dqconf.cc1224 resize(width, height); in ConfigSearchWindow()
1295 resize(width, height); in ConfigMainWindow()
/linux-4.1.27/net/netfilter/ipset/
Dip_set_core.c1415 set->variant->resize && in call_ad()
1416 (ret = set->variant->resize(set, retried)) == 0); in call_ad()
Dip_set_hash_gen.h1030 .resize = mtype_resize,
/linux-4.1.27/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.1.27/drivers/video/console/
Dfbcon.c2443 int resize; in fbcon_do_set_font() local
2450 resize = (w != vc->vc_font.width) || (h != vc->vc_font.height); in fbcon_do_set_font()
2520 if (resize) { in fbcon_do_set_font()
/linux-4.1.27/Documentation/s390/
Ds390dbf.txt451 the number of pages to the debugfs file "pages". The resize request will
/linux-4.1.27/drivers/tty/vt/
Dvt.c3031 .resize = vt_resize,