Home
last modified time | relevance | path

Searched refs:_block (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/Documentation/filesystems/ext4/
Dinlinedata.rst14 If the data size increases beyond i\_block + ibody EA, a regular block
28 The first four bytes of i\_block are the inode number of the parent
33 i\_block and EA space are treated as separate dirent blocks; directory
Dbitmaps.rst13 number\_of\_bytes\_in\_a\_logical\_block.
20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
Dgroup_descr.rst55 - bg\_block\_bitmap\_lo
87 - bg\_block\_bitmap\_csum\_lo
115 - bg\_block\_bitmap\_hi
147 - bg\_block\_bitmap\_csum\_hi
Djournal.rst55 - descriptor\_block (data\_blocks or revocation\_block) [more data or
56 revocations] commmit\_block
85 - descriptor\_block (data\_blocks or revocation\_block) [more data or
86 revocations] commmit\_block
345 - struct journal\_block\_tag\_s
Dblockmap.rst4 | i.i\_block Offset | Where It Points …
Difork.rst3 The Contents of inode.i\_block
116 - ei\_block
146 - ee\_block
Dsuper.rst51 - s\_first\_data\_block
56 - s\_log\_block\_size
57 - Block size is 2 ^ (10 + s\_log\_block\_size).
62 enabled. Otherwise s\_log\_cluster\_size must equal s\_log\_block\_size.
155 - s\_block\_group\_nr
313 - s\_mmp\_block
370 - s\_first\_error\_block
394 - s\_last\_error\_block
Dinodes.rst111 - i\_block[EXT4\_N\_BLOCKS=15]
112 - Block map or extent tree. See the section “The Contents of inode.i\_block”.
/Linux-v5.4/drivers/iio/buffer/
Dindustrialio-buffer-dma.c127 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_cleanup_worker() local
134 list_for_each_entry_safe(block, _block, &block_list, head) in iio_dma_buffer_cleanup_worker()
241 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_block_list_abort() local
245 list_for_each_entry_safe(block, _block, list, head) { in iio_dma_buffer_block_list_abort()
405 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_enable() local
409 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable()
/Linux-v5.4/arch/mips/cavium-octeon/crypto/
Docteon-md5.c54 static void octeon_md5_transform(const void *_block) in octeon_md5_transform() argument
56 const u64 *block = _block; in octeon_md5_transform()
Docteon-sha1.c60 static void octeon_sha1_transform(const void *_block) in octeon_sha1_transform() argument
62 const u64 *block = _block; in octeon_sha1_transform()
Docteon-sha256.c52 static void octeon_sha256_transform(const void *_block) in octeon_sha256_transform() argument
54 const u64 *block = _block; in octeon_sha256_transform()
Docteon-sha512.c55 static void octeon_sha512_transform(const void *_block) in octeon_sha512_transform() argument
57 const u64 *block = _block; in octeon_sha512_transform()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_flex_keys.c256 #define MLXSW_SP2_AFK_BLOCK_LAYOUT(_block, _offset, _shift) \ argument
262 .name = #_block, \
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c737 struct tiler_block *block, *_block; in omap_dmm_remove() local
748 list_for_each_entry_safe(block, _block, &omap_dmm->alloc_head, in omap_dmm_remove()