Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfilio.h141 #define _FIO_COUNT_FILLED _IO('f', 100) /* count holes in a file */ macro
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1658 if (ioctl(fd, _FIO_COUNT_FILLED, &fill) == -1) { in zfs_get_hole_count()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c441 case _FIO_COUNT_FILLED: in zfs_ioctl()