Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dmount.h40 #if !defined(BLKGETSIZE64)
41 #define BLKGETSIZE64 _IOR(0x12, 114, size_t) macro
H A Dstat.h44 if (ioctl(fd, BLKGETSIZE64, &st->st_size) != 0) in fstat64_blk()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dmount.h38 #if !defined(BLKGETSIZE64)
39 #define BLKGETSIZE64 DIOCGMEDIASIZE macro
H A Dstat.h67 if (ioctl(fd, BLKGETSIZE64, &st->st_size) != 0) in fstat64_blk()
/f-stack/freebsd/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c204 if (ioctl(fd, BLKGETSIZE64, &capacity_size) < 0) in read_disk_info()