Searched refs:boot_block (Results 1 – 3 of 3) sorted by relevance
1257 struct ms_boot_page *boot_block; in msb_read_bad_block_table() local1266 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() local1730 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 …]
29 typedef struct boot_block { struct
928 sector_t boot_block = 0; in ntfs_init_from_boot() local937 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()