/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-array.c | 375 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/ |
D | rj54n1cb0c.c | 162 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/ |
D | xen-fbfront.c | 52 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/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o
|
/linux-4.1.27/fs/jfs/ |
D | Makefile | 12 resize.o xattr.o ioctl.o
|
D | super.c | 277 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/ |
D | dwc3.txt | 16 - tx-fifo-resize: determines if the FIFO *has* to be reallocated. 49 tx-fifo-resize;
|
D | qcom,dwc3.txt | 62 tx-fifo-resize;
|
/linux-4.1.27/fs/ext4/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
|
/linux-4.1.27/Documentation/networking/ |
D | fib_trie.txt | 77 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/ |
D | Makefile | 9 hashes.o tail_conversion.o journal.o resize.o \
|
/linux-4.1.27/Documentation/filesystems/ |
D | jfs.txt | 14 resize=value Resize the volume to <value> blocks. JFS only supports 17 read-write. The resize keyword with no value will grow
|
D | ext4.txt | 550 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).
|
D | tmpfs.txt | 17 cannot swap and you do not have the possibility to resize them.
|
D | hpfs.txt | 84 number. Currently this driver cannot resize extended attributes - it means
|
D | ntfs.txt | 25 from an NTFS volume and ntfsresize which is used to resize an NTFS partition.
|
/linux-4.1.27/include/xen/interface/io/ |
D | fbif.h | 72 struct xenfb_resize resize; member
|
/linux-4.1.27/fs/ocfs2/ |
D | Makefile | 34 resize.o \
|
D | suballoc.c | 171 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/ |
D | dra74x.dtsi | 69 tx-fifo-resize;
|
D | dra7.dtsi | 1296 tx-fifo-resize; 1319 tx-fifo-resize; 1342 tx-fifo-resize;
|
D | omap5.dtsi | 878 tx-fifo-resize;
|
/linux-4.1.27/include/linux/mlx5/ |
D | cq.h | 108 } resize; member
|
/linux-4.1.27/include/linux/ |
D | tty_driver.h | 284 int (*resize)(struct tty_struct *tty, struct winsize *ws); member
|
/linux-4.1.27/drivers/tty/ |
D | pty.c | 513 .resize = pty_resize, 528 .resize = pty_resize, 695 .resize = pty_resize,
|
D | tty_io.c | 2376 if (tty->ops->resize) in tiocswinsz() 2377 return tty->ops->resize(tty, &tmp_ws); in tiocswinsz()
|
/linux-4.1.27/drivers/s390/char/ |
D | raw3270.h | 144 void (*resize)(struct raw3270_view *, int, int, int); member
|
D | raw3270.c | 562 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()
|
D | tty3270.c | 902 .resize = tty3270_resize
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-io.txt | 69 Dm-io will attempt to resize its mempool to make sure enough pages are
|
D | cache.txt | 103 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/ |
D | fib_trie.c | 149 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/ |
D | md.h | 510 int (*resize) (struct mddev *mddev, sector_t sectors); member
|
D | raid5.c | 7778 .resize = raid5_resize, 7802 .resize = raid5_resize, 7827 .resize = raid5_resize,
|
D | md.c | 2875 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()
|
D | raid1.c | 3172 .resize = raid1_resize,
|
D | raid10.c | 4707 .resize = raid10_resize,
|
/linux-4.1.27/Documentation/trace/ |
D | events-kmem.txt | 100 to be able to resize the pool over the lifetime of the system, this value
|
/linux-4.1.27/include/linux/netfilter/ipset/ |
D | ip_set.h | 167 int (*resize)(struct ip_set *set, bool retried); member
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-main.c | 276 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/ |
D | qconf.cc | 1224 resize(width, height); in ConfigSearchWindow() 1295 resize(width, height); in ConfigMainWindow()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 1415 set->variant->resize && in call_ad() 1416 (ret = set->variant->resize(set, retried)) == 0); in call_ad()
|
D | ip_set_hash_gen.h | 1030 .resize = mtype_resize,
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 200 mappings, move parts of existing mappings or resize parts of mappings. It must
|
D | md.txt | 219 and can be read from here. Writing to this value may resize
|
/linux-4.1.27/drivers/video/console/ |
D | fbcon.c | 2443 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/ |
D | s390dbf.txt | 451 the number of pages to the debugfs file "pages". The resize request will
|
/linux-4.1.27/drivers/tty/vt/ |
D | vt.c | 3031 .resize = vt_resize,
|