Searched refs:ntfs_boot_sector (Results 1 – 3 of 3) sorted by relevance
44 struct ntfs_boot_sector *bootsect = bs; in syslinux_make_bootsect()45 const struct ntfs_boot_sector *sbs = in syslinux_make_bootsect()46 (const struct ntfs_boot_sector *)boot_sector; in syslinux_make_bootsect()135 const struct ntfs_boot_sector *sectbuf = bs; in check_ntfs_bootsect()168 if (ntfs_check_zero_fields((struct ntfs_boot_sector *)bs)) in syslinux_check_bootsect()
273 struct ntfs_boot_sector { struct312 #define NTFS_bsHeadLen offsetof(struct ntfs_boot_sector, bsOemName) argument314 #define NTFS_bsCodeLen (offsetof(struct ntfs_boot_sector, bsSignature) - \315 offsetof(struct ntfs_boot_sector, NTFS_bsCode))318 static inline int ntfs_check_zero_fields(const struct ntfs_boot_sector *sb) in ntfs_check_zero_fields()325 static inline int ntfs_check_sb_fields(const struct ntfs_boot_sector *sb) in ntfs_check_sb_fields()
349 struct ntfs_boot_sector sb4; in install_bootblock()437 struct ntfs_boot_sector *sbs = in install_bootblock()438 (struct ntfs_boot_sector *)syslinux_bootsect; in install_bootblock()442 offsetof(struct ntfs_boot_sector, in install_bootblock()