Home
last modified time | relevance | path

Searched refs:ms_boot_page (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/memstick/core/
Dms_block.h139 struct ms_boot_page { struct
164 struct ms_boot_page *boot_page; argument
Dms_block.c1166 static void msb_fix_boot_page_endianness(struct ms_boot_page *p) in msb_fix_boot_page_endianness()
1197 struct ms_boot_page *page; in msb_read_boot_blocks()
1206 page = kmalloc_array(2, sizeof(struct ms_boot_page), in msb_read_boot_blocks()
1257 struct ms_boot_page *boot_block; in msb_read_bad_block_table()
1273 data_offset = sizeof(struct ms_boot_page) + in msb_read_bad_block_table()
1702 struct ms_boot_page *boot_block; in msb_init_card()
1723 msb->page_size = sizeof(struct ms_boot_page); in msb_init_card()
2239 sizeof(struct ms_boot_page))) in msb_resume()