Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c239 NTFS_BOOT_SECTOR *bs, NTFS_BOOT_SECTOR *oldbs) in change_serial()
281 NTFS_BOOT_SECTOR *bs; /* full boot sectors */ in set_new_serial()
282 NTFS_BOOT_SECTOR *oldbs; /* full original boot sector */ in set_new_serial()
289 bs = (NTFS_BOOT_SECTOR*)ntfs_malloc(vol->sector_size); in set_new_serial()
290 oldbs = (NTFS_BOOT_SECTOR*)ntfs_malloc(vol->sector_size); in set_new_serial()
322 NTFS_BOOT_SECTOR *bs; /* full boot sectors */ in print_serial()
326 bs = (NTFS_BOOT_SECTOR*)ntfs_malloc(vol->sector_size); in print_serial()
Dntfsck.c197 NTFS_BOOT_SECTOR *ntfs_boot = (NTFS_BOOT_SECTOR *)&buf; in verify_boot_sector()
229 ntfs_boot_sector_parse(rawvol, (NTFS_BOOT_SECTOR *)buf); in verify_boot_sector()
Dntfsfix.c1234 NTFS_BOOT_SECTOR *bs; in try_fix_boot()
1247 bs = (NTFS_BOOT_SECTOR*)full_bs; in try_fix_boot()
1368 NTFS_BOOT_SECTOR *bs; in check_alternate_boot()
1383 bs = (NTFS_BOOT_SECTOR*)full_bs; in check_alternate_boot()
1447 NTFS_BOOT_SECTOR *bs; in fix_startup()
1510 bs = (NTFS_BOOT_SECTOR*)full_bs; in fix_startup()
Dntfsresize.c2751 NTFS_BOOT_SECTOR *bs; in update_bootsector()
2757 bs = (NTFS_BOOT_SECTOR*)ntfs_malloc(vol->sector_size); in update_bootsector()
3766 NTFS_BOOT_SECTOR *bs; in copy_boot()
3783 bs = (NTFS_BOOT_SECTOR*)expand->bootsector; in copy_boot()
4355 NTFS_BOOT_SECTOR *bs; in get_volume_data()
4374 bs = (NTFS_BOOT_SECTOR*)expand->bootsector; in get_volume_data()
Dntfsclone.c766 NTFS_BOOT_SECTOR *bs;
821 bs = (NTFS_BOOT_SECTOR*)buff;
827 bs = (NTFS_BOOT_SECTOR*)(buff
Dmkntfs.c4384 NTFS_BOOT_SECTOR *bs; in mkntfs_create_root_structures()
/third_party/ntfs-3g/include/ntfs-3g/
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);
Dlayout.h95 } __attribute__((__packed__)) NTFS_BOOT_SECTOR; typedef
/third_party/ntfs-3g/libntfs-3g/
Dbootsect.c61 BOOL ntfs_boot_sector_is_ntfs(NTFS_BOOT_SECTOR *b) in ntfs_boot_sector_is_ntfs()
193 int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs) in ntfs_boot_sector_parse()
Dvolume.c507 NTFS_BOOT_SECTOR *bs; in ntfs_volume_startup()
516 bs = ntfs_malloc(sizeof(NTFS_BOOT_SECTOR)); in ntfs_volume_startup()
568 br = ntfs_pread(dev, 0, sizeof(NTFS_BOOT_SECTOR), bs); in ntfs_volume_startup()
569 if (br != sizeof(NTFS_BOOT_SECTOR)) { in ntfs_volume_startup()