/linux-4.4.14/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.4.14/drivers/media/i2c/soc_camera/ |
D | rj54n1cb0c.c | 162 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/ |
D | vlun.c | 35 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 …]
|
D | superpipe.c | 40 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/ |
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.4.14/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.4.14/fs/ext4/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
|
/linux-4.4.14/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.4.14/fs/reiserfs/ |
D | Makefile | 9 hashes.o tail_conversion.o journal.o resize.o \
|
/linux-4.4.14/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.4.14/include/xen/interface/io/ |
D | fbif.h | 72 struct xenfb_resize resize; member
|
/linux-4.4.14/fs/ocfs2/ |
D | Makefile | 34 resize.o \
|
D | suballoc.c | 169 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/ |
D | dwc3.txt | 17 - tx-fifo-resize: determines if the FIFO *has* to be reallocated. 57 tx-fifo-resize;
|
D | qcom,dwc3.txt | 62 tx-fifo-resize;
|
/linux-4.4.14/include/linux/mlx5/ |
D | cq.h | 108 } resize; member
|
/linux-4.4.14/include/uapi/scsi/ |
D | cxlflash_ioctl.h | 151 struct dk_cxlflash_resize resize; member
|
/linux-4.4.14/include/linux/ |
D | tty_driver.h | 284 int (*resize)(struct tty_struct *tty, struct winsize *ws); member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | dra74x.dtsi | 79 tx-fifo-resize;
|
D | dra7.dtsi | 1357 tx-fifo-resize; 1385 tx-fifo-resize; 1413 tx-fifo-resize;
|
D | omap5.dtsi | 886 tx-fifo-resize;
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 522 .resize = pty_resize, 537 .resize = pty_resize, 704 .resize = pty_resize,
|
D | tty_io.c | 2370 if (tty->ops->resize) in tiocswinsz() 2371 return tty->ops->resize(tty, &tmp_ws); in tiocswinsz()
|
/linux-4.4.14/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 | 906 .resize = tty3270_resize
|
/linux-4.4.14/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.4.14/net/ipv4/ |
D | fib_trie.c | 151 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/ |
D | call-graph-from-postgresql.py | 280 self.resize(800, 600)
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 114 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/ |
D | libata.xml.db | 71 API-ata-hpa-resize
|
D | kernel-api.xml.db | 252 API-mempool-resize 693 API-blk-queue-resize-tags
|
/linux-4.4.14/drivers/md/ |
D | md.h | 516 int (*resize) (struct mddev *mddev, sector_t sectors); member
|
D | raid5.c | 7867 .resize = raid5_resize, 7890 .resize = raid5_resize, 7914 .resize = raid5_resize,
|
D | md.c | 2973 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()
|
D | raid1.c | 3185 .resize = raid1_resize,
|
D | raid10.c | 4634 .resize = raid10_resize,
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 100 to be able to resize the pool over the lifetime of the system, this value
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set.h | 172 int (*resize)(struct ip_set *set, bool retried); member
|
/linux-4.4.14/drivers/media/rc/ |
D | rc-main.c | 277 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/ |
D | qconf.cc | 1286 resize(width, height); in ConfigSearchWindow() 1353 resize(width, height); in ConfigMainWindow()
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 1459 set->variant->resize && in call_ad() 1460 (ret = set->variant->resize(set, retried)) == 0); in call_ad()
|
D | ip_set_hash_gen.h | 1220 .resize = mtype_resize,
|
/linux-4.4.14/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.4.14/drivers/video/console/ |
D | fbcon.c | 2448 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/ |
D | s390dbf.txt | 451 the number of pages to the debugfs file "pages". The resize request will
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 3045 .resize = vt_resize,
|