Home
last modified time | relevance | path

Searched refs:resized (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst93 You may reload a pool's table, indeed this is how the pool is resized
146 Once the pool's metadata device is repaired it may be resized, which
149 cannot be resized until repair is performed. It should also be noted
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1397 int resized = 0; in mlx5_ib_resize_cq() local
1407 resized = 1; in mlx5_ib_resize_cq()
1412 if (resized) in mlx5_ib_resize_cq()
/linux/Documentation/filesystems/
H A Dtmpfs.rst22 filesystem can be resized but it cannot be resized to a size below its current
/linux/Documentation/filesystems/ext4/
H A Dblockgroup.rst115 descriptor layout, or existing filesystems can be resized on-line, and
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst225 If a network filesystem file is resized locally by truncation, the following
232 size are passed in and the cache is synchronously resized. This is expected to
/linux/Documentation/networking/
H A Dsegmentation-offloads.rst122 out over multiple skbuffs that have been resized to match the MSS provided
/linux/Documentation/core-api/
H A Dmemory-allocation.rst153 Chunks allocated with kmalloc() can be resized with krealloc(). Similarly
/linux/net/unix/
H A Daf_unix.c3665 bool resized = false; in bpf_iter_unix_batch() local
3687 if (!resized && !bpf_iter_unix_realloc_batch(iter, expected * 3 / 2)) { in bpf_iter_unix_batch()
3688 resized = true; in bpf_iter_unix_batch()
/linux/net/core/
H A Dskbuff.c415 void *resized; in __slab_build_skb() local
426 resized = krealloc(data, *size, GFP_ATOMIC); in __slab_build_skb()
427 WARN_ON_ONCE(resized != data); in __slab_build_skb()
428 return resized; in __slab_build_skb()
/linux/Documentation/admin-guide/
H A Dext4.rst589 Resize the filesystem to a new size. The number of blocks of resized
H A Dmd.rst204 will be empty. If an array is being resized this will contain
/linux/Documentation/trace/
H A Dftrace.rst247 of this file, the ring buffer will be resized to its minimum size.
/linux/Documentation/virt/kvm/
H A Dapi.rst1394 or its flags may be modified, but it may not be resized.
6413 and cannot be resized (guest_memfd files do however support PUNCH_HOLE).