Home
last modified time | relevance | path

Searched refs:number_of_sectors (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c284 u64 number_of_sectors; in set_new_serial() local
302 number_of_sectors = ntfs_device_size_get(vol->dev, in set_new_serial()
304 if (!change_serial(vol, number_of_sectors - 1, in set_new_serial()
Dntfsfix.c1248 got_sectors = sle64_to_cpu(bs->number_of_sectors); in try_fix_boot()
1249 bs->number_of_sectors = cpu_to_sle64(fix_sectors); in try_fix_boot()
1384 got_sectors = sle64_to_cpu(bs->number_of_sectors); in check_alternate_boot()
1514 shown_sectors = sle64_to_cpu(bs->number_of_sectors); in fix_startup()
Dntfsresize.c2768 bs->number_of_sectors = cpu_to_sle64(r->new_volume_size in update_bootsector()
2771 bs->number_of_sectors = cpu_to_sle64(r->new_volume_size * in update_bootsector()
3784 bs->number_of_sectors = cpu_to_sle64(expand->new_sectors); in copy_boot()
4382 = sle64_to_cpu(bs->number_of_sectors); in get_volume_data()
Dmkntfs.c4663 bs->number_of_sectors = cpu_to_sle64(opts.num_sectors); in mkntfs_create_root_structures()
/third_party/ntfs-3g/libntfs-3g/
Dbootsect.c222 sectors = sle64_to_cpu(bs->number_of_sectors); in ntfs_boot_sector_parse()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h78 /*0x28*/sle64 number_of_sectors; /* Number of sectors in volume. Gives member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h1425 __u64 number_of_sectors; member