Home
last modified time | relevance | path

Searched refs:size (Results 20276 - 20300 of 23414) sorted by relevance

1...<<811812813814815816817818819820>>...937

/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelalloc-space.c40 * ref is written the extent size is subtracted from
65 * size of an extent, so a large contiguous dirty area may require more than
86 * a completely clean inode, with a num_bytes < our maximum allowed extent size
212 * Since we statically set the block_rsv->size we just want to say we in btrfs_inode_rsv_release()
214 * the size free'd. in btrfs_inode_rsv_release()
241 * Insert size for the number of outstanding extents, 1 normal size for in btrfs_calculate_inode_block_rsv_size()
262 block_rsv->size = reserve_size; in btrfs_calculate_inode_block_rsv_size()
H A Dbackref.h53 char *dest, u32 size);
/kernel/linux/linux-5.10/drivers/xen/
H A Dmcelog.c271 if ((!mic) || (mic->size == 0) || in convert_log()
/kernel/linux/linux-5.10/fs/crypto/
H A Dhooks.c175 * This function computes the size the symlink target will require on-disk,
183 * filesystems need to know the size of the symlink target before creating the
197 * To calculate the size of the encrypted symlink target we need to know in fscrypt_prepare_symlink()
214 * Calculate the size of the encrypted symlink and verify it won't in fscrypt_prepare_symlink()
295 * @max_size: size of @caddr buffer
419 stat->size = strlen(link); in fscrypt_symlink_getattr()
/kernel/linux/linux-5.10/kernel/
H A Daudit.h227 const void *payload, int size);
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_da_format.h31 * The headers change size for the additional verification information, but
198 * structures. Due the different inode number storage size and the variable
212 __u8 name[]; /* name, variable size */
263 * As all the entries are variable size structures the accessors below should
397 * As all the entries are variable size structures the accessors below should
524 * As all the entries are variable size structures the accessors below should
598 __be16 size; /* length of free region */ member
649 * attr2 is already taken by the variable inode attribute fork size feature.
679 * Special value to represent fs block size in the leaf header firstused field.
680 * Only used when block size overflow
[all...]
H A Dxfs_dir2_priv.h24 * variable size (v4 vs v5) header in the on-disk block.
37 * variable size (v4 vs v5) header in the on-disk block.
171 int size, xfs_dir2_sf_hdr_t *sfhp);
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_priv.h74 * size. If there is no file system activity, after an allocation
177 * - ic_size is the full size of the log buffer, minus the cycle headers.
238 int space_used; /* aggregate size of regions */
280 * The amount of log space we allow the CIL to aggregate is difficult to size.
294 * in transactions of varying size. IOWs, it is more consistent to track and
314 * the checkpoint size so long as they don't violate any other size rules.
327 * size limit for the CIL that limits the maximum amount of memory pinned by the
342 * To prevent the CIL from overflowing upper commit size bounds, we introduce a
358 * finding the first situation where a checkpoint size overflo
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddebug.h39 * @chk_lpt_sz: used by LPT tree size checker
40 * @chk_lpt_sz2: used by LPT tree size checker
41 * @chk_lpt_wastage: used by LPT tree size checker
42 * @chk_lpt_lebs: used by LPT tree size checker
43 * @new_nhead_offs: used by LPT tree size checker
288 loff_t size);
/kernel/linux/linux-5.10/net/ipv6/
H A Dxfrm6_tunnel.c348 .size = sizeof(struct xfrm6_tunnel_net),
/kernel/linux/linux-5.10/net/ncsi/
H A Dinternal.h120 u32 size; /* Valid entries in ncm_data[] */ member
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_queue.c217 .size = sizeof(*entry) + route_key_size, in __nf_queue()
/kernel/linux/linux-5.10/drivers/gpu/drm/ast/
H A Dast_drv.h324 bool ast_backup_fw(struct drm_device *dev, u8 *addr, u32 size);
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h93 * size: size of the batch in DWORDS
98 u32 size; member
284 * @csb_size: context status buffer FIFO size
H A Dgen2_engine_cs.c180 /* Just userspace ABI convention to limit the wa batch bo to a resonable size */
192 GEM_BUG_ON(rq->engine->gt->scratch->size < I830_WA_SIZE); in i830_emit_bb_start()
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/
H A Dloongson_vbios.h184 u32 size; member
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h148 * @size: displayed size register
149 * @memsize: memory size register
157 * @disc_size: discard area size register
164 int size; member
308 * @nlayers: layer description table size
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_gpu.h158 /* It turns out that all targets use the same ringbuffer size */
205 size_t size; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchang84.c144 limit = engn->addr + engn->size - 1; in g84_fifo_chan_engine_init()
H A Dchannv50.c113 limit = engn->addr + engn->size - 1; in nv50_fifo_chan_engine_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgf100.c170 ltc->num_tags = (ram->size >> 17) / 4; in gf100_ltc_oneinit_tag_ram()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h56 * @calc_fifo_size: Calculate fifo size.
58 * Determine fifo size for the commands needed for update. The number of
62 * Return: Fifo size needed
163 * @fifo_reserve_size: Fifo size that the helper should try to allocat for
394 uint32_t size,
/kernel/linux/linux-5.10/drivers/media/usb/pwc/
H A Dpwc.h113 /* Maximum size after decompression is 640x480 YUV data, 1.5 * 640 * 480 */
238 int vmax_packet_size; /* USB maxpacket size */
270 * We have an 'image' and a 'view', where 'image' is the fixed-size img
271 * as delivered by the camera, and 'view' is the size requested by the
358 extern unsigned int pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size);
/kernel/linux/linux-5.10/drivers/ps3/
H A Dps3stor_lib.c121 "First accessible region has index %u start %llu size %llu\n", in ps3stor_probe_access()
123 dev->regions[dev->region_idx].size); in ps3stor_probe_access()
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H A Dau0828.h119 /* max packet size of isoc transaction */
133 int pos, size, pktsize; member
253 int max_pkt_size; /* max packet size of isoc transaction */

Completed in 30 milliseconds

1...<<811812813814815816817818819820>>...937