Searched refs:_block (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
D | inlinedata.rst | 14 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
|
D | bitmaps.rst | 13 number\_of\_bytes\_in\_a\_logical\_block. 20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
|
D | group_descr.rst | 55 - bg\_block\_bitmap\_lo 87 - bg\_block\_bitmap\_csum\_lo 115 - bg\_block\_bitmap\_hi 147 - bg\_block\_bitmap\_csum\_hi
|
D | blockmap.rst | 4 | i.i\_block Offset | Where It Points …
|
D | ifork.rst | 3 The Contents of inode.i\_block 116 - ei\_block 146 - ee\_block
|
D | super.rst | 51 - 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
|
D | journal.rst | 66 - descriptor\_block (data\_blocks or revocation\_block) [more data or 67 revocations] commmit\_block 96 - descriptor\_block (data\_blocks or revocation\_block) [more data or 97 revocations] commmit\_block 362 - struct journal\_block\_tag\_s
|
D | inodes.rst | 111 - i\_block[EXT4\_N\_BLOCKS=15] 112 - Block map or extent tree. See the section “The Contents of inode.i\_block”.
|
/kernel/linux/linux-5.10/drivers/iio/buffer/ |
D | industrialio-buffer-dma.c | 126 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_cleanup_worker() local 133 list_for_each_entry_safe(block, _block, &block_list, head) in iio_dma_buffer_cleanup_worker() 240 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_block_list_abort() local 244 list_for_each_entry_safe(block, _block, list, head) { in iio_dma_buffer_block_list_abort() 404 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_enable() local 408 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | evgpeinit.c | 37 acpi_gbl_FADT.xgpe##N##_block.space_id == \ 40 acpi_gbl_FADT.xgpe##N##_block.address 42 #define ACPI_FADT_GPE_BLOCK_ADDRESS(N) acpi_gbl_FADT.xgpe##N##_block.address
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 53 static void octeon_md5_transform(const void *_block) in octeon_md5_transform() argument 55 const u64 *block = _block; in octeon_md5_transform()
|
D | octeon-sha1.c | 60 static void octeon_sha1_transform(const void *_block) in octeon_sha1_transform() argument 62 const u64 *block = _block; in octeon_sha1_transform()
|
D | octeon-sha256.c | 52 static void octeon_sha256_transform(const void *_block) in octeon_sha256_transform() argument 54 const u64 *block = _block; in octeon_sha256_transform()
|
D | octeon-sha512.c | 55 static void octeon_sha512_transform(const void *_block) in octeon_sha512_transform() argument 57 const u64 *block = _block; in octeon_sha512_transform()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_flex_keys.c | 256 #define MLXSW_SP2_AFK_BLOCK_LAYOUT(_block, _offset, _shift) \ argument 262 .name = #_block, \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 735 struct tiler_block *block, *_block; in omap_dmm_remove() local 746 list_for_each_entry_safe(block, _block, &omap_dmm->alloc_head, in omap_dmm_remove()
|