Searched refs:SEEK_HOLE (Results 1 – 6 of 6) sorted by relevance
58 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()
68 #ifndef SEEK_HOLE69 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
78 #ifndef SEEK_HOLE79 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro
56 #define SEEK_HOLE 4 /* Set file pointer to next hole past offset */ macro158 case SEEK_HOLE: in lseek32_common()333 case SEEK_HOLE: in lseek64()
178 if ((hole = lseek(fd, data, SEEK_HOLE)) == -1) { in get_holes_list()
2000 case SEEK_HOLE: str = "SEEK_HOLE"; break; in whencearg()