Searched refs:NTFS_BOOT_SECTOR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | super.c | 570 const NTFS_BOOT_SECTOR *b, const bool silent) in is_boot_sector_ntfs() 671 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector() 688 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector() 696 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector() 752 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector() 2793 result = parse_ntfs_boot_sector(vol, (NTFS_BOOT_SECTOR*)bh->b_data); in ntfs_fill_super()
|
H A D | layout.h | 25 * The standard NTFS_BOOT_SECTOR is on sector 0 of the partition. 84 } __attribute__ ((__packed__)) NTFS_BOOT_SECTOR; typedef
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | super.c | 578 const NTFS_BOOT_SECTOR *b, const bool silent) in is_boot_sector_ntfs() 679 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector() 696 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector() 704 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*) in read_ntfs_boot_sector() 760 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector() 2800 result = parse_ntfs_boot_sector(vol, (NTFS_BOOT_SECTOR*)bh->b_data); in ntfs_fill_super()
|
H A D | layout.h | 25 * The standard NTFS_BOOT_SECTOR is on sector 0 of the partition. 84 } __attribute__ ((__packed__)) NTFS_BOOT_SECTOR; typedef
|
Completed in 16 milliseconds