Home
last modified time | relevance | path

Searched refs:sector_size (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dntfs.c96 unsigned sector_size; in volume_id_probe_ntfs() local
122 sector_size = le16_to_cpu(ns->bytes_per_sector); in volume_id_probe_ntfs()
123 cluster_size = ns->sectors_per_cluster * sector_size; in volume_id_probe_ntfs()
133 dbg("sectorsize 0x%x", sector_size); in volume_id_probe_ntfs()
Dbtrfs.c43 uint32_t sector_size; member
/busybox-1.35.0/util-linux/
Dfdisk_gpt.c111 smart_ulltoa5(total_number_of_sectors * sector_size, numstr6, " KMGTPEZY")[0] = '\0'; in gpt_list_table()
115 printf("Logical sector size: %u\n", sector_size); in gpt_list_table()
137 smart_ulltoa5((1 + SWAP_LE64(p->lba_end) - SWAP_LE64(p->lba_start)) * sector_size, in gpt_list_table()
194 || SWAP_LE32(gpt_hdr->hdr_size) > sector_size in check_gpt_label()
Dfdisk.c421 unsigned sector_size; // = DEFAULT_SECTOR_SIZE; member
457 #define sector_size (G.sector_size ) macro
485 sector_size = DEFAULT_SECTOR_SIZE; \
522 longsectors = (uoff_t)sz / sector_size; in bb_BLKGETSIZE_sectors()
624 off64_t off = (off64_t)secno * sector_size; in seek_sector()
628 uint64_t off = (uint64_t)secno * sector_size; in seek_sector()
718 xwrite(dev_fd, buf, sector_size); in write_sector()
864 pe->sectorbuffer = xzalloc(sector_size); in read_pte()
867 if (full_read(dev_fd, pe->sectorbuffer, sector_size) != sector_size) in read_pte()
1332 sector_size = arg; in get_sectorsize()
[all …]
Dfdisk_sgi.c777 sec_fac = sector_size / 512; /* determine the sector factor */ in create_sgilabel()