Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
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
112 - bg\_block\_bitmap\_hi
144 - bg\_block\_bitmap\_csum\_hi
Dblockmap.rst4 | i.i\_block Offset | Where It Points …
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
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.rst110 - i\_block[EXT4\_N\_BLOCKS=15]
111 - Block map or extent tree. See the section “The Contents of inode.i\_block”.
/Linux-v4.19/drivers/iio/buffer/
Dindustrialio-buffer-dma.c128 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_cleanup_worker() local
135 list_for_each_entry_safe(block, _block, &block_list, head) in iio_dma_buffer_cleanup_worker()
242 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_block_list_abort() local
246 list_for_each_entry_safe(block, _block, list, head) { in iio_dma_buffer_block_list_abort()
406 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_enable() local
410 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable()
/Linux-v4.19/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.c64 static void octeon_sha1_transform(const void *_block) in octeon_sha1_transform() argument
66 const u64 *block = _block; in octeon_sha1_transform()
Docteon-sha512.c59 static void octeon_sha512_transform(const void *_block) in octeon_sha512_transform() argument
61 const u64 *block = _block; in octeon_sha512_transform()
Docteon-sha256.c56 static void octeon_sha256_transform(const void *_block) in octeon_sha256_transform() argument
58 const u64 *block = _block; in octeon_sha256_transform()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_flex_keys.c241 #define MLXSW_SP2_AFK_BLOCK_LAYOUT(_block, _offset, _shift) \ argument
247 .name = #_block, \
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c601 struct tiler_block *block, *_block; in omap_dmm_remove() local
608 list_for_each_entry_safe(block, _block, &omap_dmm->alloc_head, in omap_dmm_remove()