Home
last modified time | relevance | path

Searched refs:boot_block (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/memstick/core/
H A Dms_block.c1257 struct ms_boot_page *boot_block; in msb_read_bad_block_table() local
1266 boot_block = &msb->boot_page[block_nr]; in msb_read_bad_block_table()
1272 data_size = boot_block->entry.disabled_block.data_size; in msb_read_bad_block_table()
1274 boot_block->entry.disabled_block.start_addr; in msb_read_bad_block_table()
1702 struct ms_boot_page *boot_block; in msb_init_card() local
1730 boot_block = &msb->boot_page[0]; in msb_init_card()
1733 msb->block_count = boot_block->attr.number_of_blocks; in msb_init_card()
1734 msb->page_size = boot_block->attr.page_size; in msb_init_card()
1736 msb->pages_in_block = boot_block->attr.block_size * 2; in msb_init_card()
1762 if (boot_block->attr.transfer_supporting == 1) in msb_init_card()
[all …]
/linux-6.15/arch/powerpc/boot/
H A Dmktree.c29 typedef struct boot_block { struct
/linux-6.15/fs/ntfs3/
H A Dsuper.c928 sector_t boot_block = 0; in ntfs_init_from_boot() local
937 bh = ntfs_bread(sb, boot_block); in ntfs_init_from_boot()
939 return boot_block ? -EINVAL : -EIO; in ntfs_init_from_boot()
1173 if (err == -EINVAL && !boot_block && dev_size0 > PAGE_SHIFT) { in ntfs_init_from_boot()
1177 boot_block = lbo >> blksize_bits(block_size); in ntfs_init_from_boot()
1179 if (boot_block && block_size >= boot_off + sizeof(*boot)) { in ntfs_init_from_boot()