Home
last modified time | relevance | path

Searched refs:block_offset (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_volume.c390 hammer_off_t block_offset; in hammer_format_freemap() local
447 for (block_offset = 0; in hammer_format_freemap()
448 block_offset < HAMMER_BLOCKMAP_LAYER2; in hammer_format_freemap()
508 hammer_off_t block_offset; in hammer_free_freemap() local
543 for (block_offset = 0; in hammer_free_freemap()
544 block_offset < HAMMER_BLOCKMAP_LAYER2; in hammer_free_freemap()
579 for (block_offset = 0; in hammer_free_freemap()
580 block_offset < HAMMER_BLOCKMAP_LAYER2; in hammer_free_freemap()
756 hammer_off_t block_offset; in hammer_count_bigblocks() local
793 for (block_offset = 0; in hammer_count_bigblocks()
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Ddce6_afmt.c33 u32 block_offset, u32 reg);
35 u32 block_offset, u32 reg, u32 v);
45 u32 block_offset, u32 reg) in dce6_endpoint_rreg() argument
50 WREG32(AZ_F0_CODEC_ENDPOINT_INDEX + block_offset, reg); in dce6_endpoint_rreg()
51 r = RREG32(AZ_F0_CODEC_ENDPOINT_DATA + block_offset); in dce6_endpoint_rreg()
58 u32 block_offset, u32 reg, u32 v) in dce6_endpoint_wreg() argument
62 WREG32(AZ_F0_CODEC_ENDPOINT_INDEX + block_offset, reg); in dce6_endpoint_wreg()
64 WREG32(AZ_F0_CODEC_ENDPOINT_INDEX + block_offset, in dce6_endpoint_wreg()
66 WREG32(AZ_F0_CODEC_ENDPOINT_DATA + block_offset, v); in dce6_endpoint_wreg()
/dragonfly/sbin/hammer/
H A Dcmd_strip.c53 hammer_off_t block_offset; in hammer_cmd_strip() local
84 for (block_offset = 0; in hammer_cmd_strip()
85 block_offset < HAMMER_BLOCKMAP_LAYER2; in hammer_cmd_strip()
86 block_offset += HAMMER_BIGBLOCK_SIZE) { in hammer_cmd_strip()
87 offset = phys_offset + block_offset; in hammer_cmd_strip()
92 HAMMER_BLOCKMAP_LAYER2_OFFSET(block_offset); in hammer_cmd_strip()
H A Dcmd_recover.c767 hammer_off_t block_offset; in scan_raw_limit() local
792 for (block_offset = 0; in scan_raw_limit()
793 block_offset < HAMMER_BLOCKMAP_LAYER2; in scan_raw_limit()
794 block_offset += HAMMER_BIGBLOCK_SIZE) { in scan_raw_limit()
799 HAMMER_BLOCKMAP_LAYER2_OFFSET(block_offset); in scan_raw_limit()
809 offset = phys_offset + block_offset; in scan_raw_limit()
833 hammer_off_t block_offset; in scan_bigblocks() local
858 for (block_offset = 0; in scan_bigblocks()
859 block_offset < HAMMER_BLOCKMAP_LAYER2; in scan_bigblocks()
860 block_offset += HAMMER_BIGBLOCK_SIZE) { in scan_bigblocks()
[all …]
H A Dcmd_blockmap.c110 hammer_off_t block_offset; in dump_blockmap() local
148 for (block_offset = 0; in dump_blockmap()
149 block_offset < HAMMER_BLOCKMAP_LAYER2; in dump_blockmap()
150 block_offset += HAMMER_BIGBLOCK_SIZE) { in dump_blockmap()
151 hammer_off_t zone_offset = phys_offset + block_offset; in dump_blockmap()
156 HAMMER_BLOCKMAP_LAYER2_OFFSET(block_offset); in dump_blockmap()
H A Dondisk.c616 hammer_off_t block_offset; in initialize_freemap() local
662 for (block_offset = 0; in initialize_freemap()
663 block_offset < HAMMER_BLOCKMAP_LAYER2; in initialize_freemap()
664 block_offset += HAMMER_BIGBLOCK_SIZE) { in initialize_freemap()
666 HAMMER_BLOCKMAP_LAYER2_OFFSET(block_offset); in initialize_freemap()
670 if (phys_offset + block_offset < volume->vol_free_off) { in initialize_freemap()
678 } else if (phys_offset + block_offset < volume->vol_free_end) { in initialize_freemap()
/dragonfly/sys/dev/disk/dm/crypt/
H A Ddm_target_crypt.c130 u_int64_t block_offset; member
564 uint64_t iv_offset, block_offset; in dm_target_crypt_init() local
587 block_offset = strtouq(argv[4], NULL, 0); in dm_target_crypt_init()
596 block_offset); in dm_target_crypt_init()
708 priv->block_offset = block_offset; in dm_target_crypt_init()
709 priv->iv_offset = iv_offset - block_offset; in dm_target_crypt_init()
769 key, iv_offset, dev, block_offset); in dm_target_crypt_init()
773 key, iv_offset, dev, block_offset); in dm_target_crypt_init()
895 priv->block_offset * DEV_BSIZE; in dm_target_crypt_strategy()
903 priv->block_offset * DEV_BSIZE; in dm_target_crypt_strategy()
[all …]
/dragonfly/sys/dev/disk/dm/dmirror/
H A Ddm_target_dmirror.c341 priv->block_offset*DEV_BSIZE; in dm_target_dmirror_strategy()
347 priv->block_offset*DEV_BSIZE; in dm_target_dmirror_strategy()
358 bio->bio_offset = bp->b_bio1.bio_offset + priv->block_offset*DEV_BSIZE; in dm_target_dmirror_strategy()
369 bio->bio_offset = bp->b_bio1.bio_offset + priv->block_offset*DEV_BSIZE; in dm_target_dmirror_strategy()
/dragonfly/contrib/gdb-7/gdb/
H A Dminidebug.c141 file_ptr block_offset; in lzma_pread() local
160 block_offset = section->filepos + iter.block.compressed_file_offset; in lzma_pread()
161 if (bfd_seek (section->owner, block_offset, SEEK_SET) != 0 in lzma_pread()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Ddce_v10_0.c171 u32 block_offset, u32 reg) in dce_v10_0_audio_endpt_rreg() argument
177 WREG32(mmAZALIA_F0_CODEC_ENDPOINT_INDEX + block_offset, reg); in dce_v10_0_audio_endpt_rreg()
178 r = RREG32(mmAZALIA_F0_CODEC_ENDPOINT_DATA + block_offset); in dce_v10_0_audio_endpt_rreg()
185 u32 block_offset, u32 reg, u32 v) in dce_v10_0_audio_endpt_wreg() argument
190 WREG32(mmAZALIA_F0_CODEC_ENDPOINT_INDEX + block_offset, reg); in dce_v10_0_audio_endpt_wreg()
191 WREG32(mmAZALIA_F0_CODEC_ENDPOINT_DATA + block_offset, v); in dce_v10_0_audio_endpt_wreg()
H A Ddce_v11_0.c189 u32 block_offset, u32 reg) in dce_v11_0_audio_endpt_rreg() argument
195 WREG32(mmAZALIA_F0_CODEC_ENDPOINT_INDEX + block_offset, reg); in dce_v11_0_audio_endpt_rreg()
196 r = RREG32(mmAZALIA_F0_CODEC_ENDPOINT_DATA + block_offset); in dce_v11_0_audio_endpt_rreg()
203 u32 block_offset, u32 reg, u32 v) in dce_v11_0_audio_endpt_wreg() argument
208 WREG32(mmAZALIA_F0_CODEC_ENDPOINT_INDEX + block_offset, reg); in dce_v11_0_audio_endpt_wreg()
209 WREG32(mmAZALIA_F0_CODEC_ENDPOINT_DATA + block_offset, v); in dce_v11_0_audio_endpt_wreg()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c780 int64_t block_offset; member
1769 iso9660->zisofs.block_offset = 0; in write_iso9660_data()
7497 iso9660->zisofs.block_offset = tsize; in zisofs_init()
7647 if (iso9660->zisofs.block_offset != in zisofs_write_to_temp()
7653 iso9660->zisofs.block_offset); in zisofs_write_to_temp()
7657 iso9660->zisofs.block_offset; in zisofs_write_to_temp()
7703 iso9660->zisofs.block_offset = file->cur_content->size; in zisofs_write_to_temp()