Searched refs:NTFS_BOOT_SECTOR (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dbootsect.h38 extern BOOL ntfs_boot_sector_is_ntfs(NTFS_BOOT_SECTOR *b);
39 extern int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs);
H A Dlayout.h37 * The standard NTFS_BOOT_SECTOR is on sector 0 of the partition.
68 * struct NTFS_BOOT_SECTOR - NTFS boot sector structure.
95 } __attribute__((__packed__)) NTFS_BOOT_SECTOR; typedef in typeref:struct:__anon4174
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dbootsect.c60 BOOL ntfs_boot_sector_is_ntfs(NTFS_BOOT_SECTOR *b)
171 int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs)
H A Dvolume.c462 NTFS_BOOT_SECTOR *bs;
471 bs = ntfs_malloc(sizeof(NTFS_BOOT_SECTOR));
501 br = ntfs_pread(dev, 0, sizeof(NTFS_BOOT_SECTOR), bs);
502 if (br != sizeof(NTFS_BOOT_SECTOR)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dsuper.c556 const NTFS_BOOT_SECTOR *b, const bool silent)
657 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*)
674 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*)
682 if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*)
728 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b)
2778 result = parse_ntfs_boot_sector(vol, (NTFS_BOOT_SECTOR*)bh->b_data);
H A Dlayout.h39 * The standard NTFS_BOOT_SECTOR is on sector 0 of the partition.
98 } __attribute__ ((__packed__)) NTFS_BOOT_SECTOR; typedef in typeref:struct:__anon16814

Completed in 127 milliseconds