Home
last modified time | relevance | path

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

/linux/drivers/memstick/core/
H A Dms_block.c1256 struct ms_boot_page *boot_block; in msb_read_bad_block_table() local
1265 boot_block = &msb->boot_page[block_nr]; in msb_read_bad_block_table()
1271 data_size = boot_block->entry.disabled_block.data_size; in msb_read_bad_block_table()
1273 boot_block->entry.disabled_block.start_addr; in msb_read_bad_block_table()
1701 struct ms_boot_page *boot_block; in msb_init_card() local
1729 boot_block = &msb->boot_page[0]; in msb_init_card()
1732 msb->block_count = boot_block->attr.number_of_blocks; in msb_init_card()
1733 msb->page_size = boot_block->attr.page_size; in msb_init_card()
1735 msb->pages_in_block = boot_block->attr.block_size * 2; in msb_init_card()
1761 if (boot_block->attr.transfer_supporting == 1) in msb_init_card()
[all …]
/linux/arch/powerpc/boot/
H A Dmktree.c29 typedef struct boot_block { struct
/linux/fs/ntfs3/
H A Dsuper.c974 sector_t boot_block = 0; in ntfs_init_from_boot() local
988 bh = ntfs_bread(sb, boot_block); in ntfs_init_from_boot()
990 return boot_block ? -EINVAL : -EIO; in ntfs_init_from_boot()
1225 if (err == -EINVAL && !boot_block && dev_size0 > PAGE_SHIFT) { in ntfs_init_from_boot()
1229 boot_block = lbo >> blksize_bits(block_size); in ntfs_init_from_boot()
1231 if (boot_block && block_size >= boot_off + sizeof(*boot)) { in ntfs_init_from_boot()