Home
last modified time | relevance | path

Searched refs:SEEK_HOLE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c58 if ((off = lseek(fd, 0, SEEK_HOLE)) == -1) { in starts_with_hole()
66 return (off == 0 ? SEEK_HOLE : SEEK_DATA); in starts_with_hole()
85 seg->seg_type == SEEK_HOLE ? 'h' : 'd', in print_list()
88 if (seg->seg_type == SEEK_HOLE) { in print_list()
172 whence = whence == SEEK_HOLE ? SEEK_DATA : SEEK_HOLE; in main()
/illumos-gate/usr/src/head/
H A Dfcntl.h68 #ifndef SEEK_HOLE
69 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
H A Dunistd.h80 #ifndef SEEK_HOLE
81 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c54 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
156 case SEEK_HOLE: in lseek32_common()
331 case SEEK_HOLE: in lseek64()
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h113 #define SEEK_HOLE 4 /* set file offset to next hole past offset */ macro
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c178 if ((hole = lseek(fd, data, SEEK_HOLE)) == -1) { in get_holes_list()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c279 whence = (cmd == _FIO_SEEK_DATA) ? SEEK_DATA : SEEK_HOLE; in fop_ioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2043 case SEEK_HOLE: str = "SEEK_HOLE"; break; in whencearg()