Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dfilio.h131 #define _FIO_SEEK_HOLE _IO('f', 98) /* SEEK_HOLE */ macro
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c657 if (cmd == _FIO_SEEK_HOLE) { in ufs_fio_holey()
669 if (cmd == _FIO_SEEK_HOLE) in ufs_fio_holey()
681 if (cmd == _FIO_SEEK_HOLE) { in ufs_fio_holey()
H A Dufs_vnops.c1935 case _FIO_SEEK_HOLE: in ufs_ioctl()
/titanic_50/usr/src/uts/common/syscall/
H A Dlseek.c164 error = VOP_IOCTL(vp, _FIO_SEEK_HOLE, (intptr_t)(&noff), in lseek32_common()
339 error = VOP_IOCTL(vp, _FIO_SEEK_HOLE, (intptr_t)(&new_off), in lseek64()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c279 if (cmd == _FIO_SEEK_HOLE) in zfs_holey()
336 case _FIO_SEEK_HOLE: in zfs_ioctl()