Searched refs:boot_sector (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | exfat_raw.h | 85 struct boot_sector { struct
|
H A D | super.c | 101 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags() 415 struct boot_sector *p_boot; in exfat_read_boot_sector() 427 p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_read_boot_sector()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | super.c | 93 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags() 414 struct boot_sector *p_boot; in exfat_read_boot_sector() 426 p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_read_boot_sector()
|
H A D | exfat_raw.h | 88 struct boot_sector { struct
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 10611 unsigned int boot_sector = (boot_addr * 1024); in t4_load_boot() local 10622 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) { in t4_load_boot() 10666 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot() 10667 (boot_sector >> 16) + i - 1); in t4_load_boot() 10695 addr = boot_sector; in t4_load_boot() 10705 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE, in t4_load_boot()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 10580 unsigned int boot_sector = (boot_addr * 1024); in t4_load_boot() local 10591 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) { in t4_load_boot() 10635 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot() 10636 (boot_sector >> 16) + i - 1); in t4_load_boot() 10664 addr = boot_sector; in t4_load_boot() 10674 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE, in t4_load_boot()
|
Completed in 28 milliseconds