Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/memstick/core/
Dms_block.h143 struct ms_boot_page { struct
168 struct ms_boot_page *boot_page; argument
Dms_block.c1164 static void msb_fix_boot_page_endianness(struct ms_boot_page *p) in msb_fix_boot_page_endianness()
1195 struct ms_boot_page *page; in msb_read_boot_blocks()
1204 page = kmalloc_array(2, sizeof(struct ms_boot_page), in msb_read_boot_blocks()
1255 struct ms_boot_page *boot_block; in msb_read_bad_block_table()
1271 data_offset = sizeof(struct ms_boot_page) + in msb_read_bad_block_table()
1698 struct ms_boot_page *boot_block; in msb_init_card()
1718 msb->page_size = sizeof(struct ms_boot_page); in msb_init_card()
2258 sizeof(struct ms_boot_page))) in msb_resume()