Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dsuper.c93 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags()
455 struct boot_sector *p_boot; in exfat_read_boot_sector()
467 p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_read_boot_sector()
H A Dexfat_raw.h89 struct boot_sector { struct
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10581 unsigned int boot_sector = (boot_addr * 1024); in t4_load_boot() local
10592 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) { in t4_load_boot()
10636 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot()
10637 (boot_sector >> 16) + i - 1); in t4_load_boot()
10665 addr = boot_sector; in t4_load_boot()
10675 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE, in t4_load_boot()