Searched refs:blk (Results 1 – 7 of 7) sorted by relevance
1265 const struct acpi_ivrs_header *ivrs_block, *blk = NULL; in get_supported_ivhd_type() local1281 (!blk || blk->type < ivrs_block->type) ) in get_supported_ivhd_type()1286 blk = ivrs_block; in get_supported_ivhd_type()1291 if ( !blk ) in get_supported_ivhd_type()1297 AMD_IOMMU_DEBUG("Using IVHD type %#x\n", blk->type); in get_supported_ivhd_type()1299 return blk->type; in get_supported_ivhd_type()
632 int blk; /* which data blk within dir entry (off div blocksize) */ in ext2fs_dir() local846 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir()851 map = ext2fs_block_map (ffi, blk); in ext2fs_dir()
450 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);458 + map = ext4fs_block_map (blk);460 map = ext2fs_block_map (blk);
319 int (*blk)( member
869 } blk; member4998 fail_if(!ops->blk); in x86_emulate()5178 fail_if(!ops->blk); in x86_emulate()8190 fail_if(!ops->blk); in x86_emulate()10392 fail_if(!ops->blk); in x86_emulate()10393 state->blk = blk_movdir; in x86_emulate()10411 fail_if(!ops->blk); in x86_emulate()10426 state->blk = blk_enqcmd; in x86_emulate()10436 fail_if(!ops->blk); in x86_emulate()10437 state->blk = blk_movdir; in x86_emulate()[all …]
655 static int blk( in blk() function736 .blk = blk,
2564 .blk = hvmemul_blk,
Completed in 39 milliseconds