MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / ntfs_sector_size

Function ntfs_sector_size

src/ntfs.c:72–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70static void ntfs_get_volume_name(disk_t *disk_car, partition_t *partition, const struct ntfs_boot_sector*ntfs_header);
71
72unsigned int ntfs_sector_size(const struct ntfs_boot_sector *ntfs_header)
73{ return (ntfs_header->sector_size[1]<<8)+ntfs_header->sector_size[0]; }
74
75int check_NTFS(disk_t *disk_car, partition_t *partition, const int verbose, const int dump_ind)
76{

Callers 6

ntfs_remove_used_spaceFunction · 0.85
recover_NTFSFunction · 0.85
set_NTFS_infoFunction · 0.85
test_NTFSFunction · 0.85
ntfs_get_volume_nameFunction · 0.85
repair_MFTFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_NTFSFunction · 0.68