Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Dsuper.c584 const NTFS_BOOT_SECTOR *b, const bool silent) in is_boot_sector_ntfs()
685 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector()
702 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector()
710 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector()
766 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector()
2807 result = parse_ntfs_boot_sector(vol, (NTFS_BOOT_SECTOR*)bh->b_data); in ntfs_fill_super()
Dlayout.h98 } __attribute__ ((__packed__)) NTFS_BOOT_SECTOR; typedef