Searched refs:SEEK_HOLE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c58 if ((off = lseek(fd, 0, SEEK_HOLE)) == -1) {
66 return (off == 0 ? SEEK_HOLE : SEEK_DATA);
85 seg->seg_type == SEEK_HOLE ? 'h' : 'd',
88 if (seg->seg_type == SEEK_HOLE) {
172 whence = whence == SEEK_HOLE ? SEEK_DATA : SEEK_HOLE;
/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/boot/sys/sys/
H A Dunistd.h113 #define SEEK_HOLE 4 /* set file offset to next hole past offset */ macro
159 /* From OpenSolaris, used by SEEK_DATA/SEEK_HOLE. */
/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c56 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
158 case SEEK_HOLE:
333 case SEEK_HOLE:
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c149 * fpathconf(_PC_MIN_HOLE_SIZE) support SEEK_HOLE. For filesystems
178 if ((hole = lseek(fd, data, SEEK_HOLE)) == -1) {
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2010 case SEEK_HOLE: str = "SEEK_HOLE"; break;

Completed in 66 milliseconds