Lines Matching refs:SEEK_HOLE
6 * Test functional SEEK_HOLE and SEEK_DATA of lseek(2).
16 * SEEK_HOLE
71 {0, 0, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from starting of file */
72 {0, 4, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from maddle of the first data */
73 {1, 0, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from the starting of the first hole */
74 {1, 128, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from maddle of the first hole */
79 {UNIT_BLOCKS, 0, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from the starting of the second data */
80 {UNIT_BLOCKS, 4, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from middle of the second data */
81 {UNIT_BLOCKS + 1, 128, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from middle of the second hole */
83 {FILE_BLOCKS, -128, SEEK_HOLE, NULL, 0}, /* SEEK_HOLE from no hole pass offset*/
109 "and SEEK_HOLE not implemented");
139 "filesystem maybe use generic_file_llseek(), not support real SEEK_DATA/SEEK_HOLE");
170 SAFE_LSEEK(fd, 0, SEEK_HOLE);
206 n, (tp->whence == SEEK_DATA) ? "SEEK_DATA" : "SEEK_HOLE",
212 n, (tp->whence == SEEK_DATA) ? "SEEK_DATA" : "SEEK_HOLE",