Home
last modified time | relevance | path

Searched refs:BLKSSZGET (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/util-linux/
Dblockdev.c73 BLKSSZGET, //getss
Dmkfs_vfat.c49 #if !defined(BLKSSZGET)
50 # define BLKSSZGET _IO(0x12, 104) macro
303 xioctl(dev, BLKSSZGET, &min_bytes_per_sect); in mkfs_vfat_main()
Dfdisk.c115 #if !defined(BLKSSZGET)
116 # define BLKSSZGET _IO(0x12, 104) macro
1331 if (ioctl(dev_fd, BLKSSZGET, &arg) == 0) in get_sectorsize()