HomeSort by relevance Sort by last modified time
    Searched refs:dio_append (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/io/ltp-aiodio/
dio_truncate.c 105 void dio_append(char *filename, int fill) function
166 dio_append(filename, 0);
168 dio_append("junkfile", 0xaa);
dio_append.c 29 * dio_append - append zeroed data to a file using O_DIRECT while
78 void dio_append(char *filename) function
117 printf("Begin dio_append test...\n");
137 dio_append(filename);

Completed in 49 milliseconds