Home
last modified time | relevance | path

Searched defs:boot_sector (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/exfat/
Dexfat_raw.h81 struct boot_sector { struct
82 __u8 jmp_boot[BOOTSEC_JUMP_BOOT_LEN];
83 __u8 fs_name[BOOTSEC_FS_NAME_LEN];
84 __u8 must_be_zero[BOOTSEC_OLDBPB_LEN];
85 __le64 partition_offset;
86 __le64 vol_length;
87 __le32 fat_offset;
88 __le32 fat_length;
89 __le32 clu_offset;
90 __le32 clu_count;
[all …]
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c10598 unsigned int boot_sector = (boot_addr * 1024); in t4_load_boot() local