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

  /external/fio/
filesetup.c 1120 free(td->file_locks);
1123 td->file_locks = NULL;
1268 td->file_locks = realloc(td->file_locks, new_size);
1269 if (!td->file_locks) {
1273 td->file_locks[cur_files] = FILE_LOCK_NONE;
1389 td->file_locks[f->fileno] = td->o.file_lock_mode;
1402 td->file_locks[f->fileno] = FILE_LOCK_NONE;
1407 if (td->o.file_lock_mode == FILE_LOCK_NONE || !td->file_locks)
1409 if (td->file_locks[f->fileno] != FILE_LOCK_NONE
    [all...]
fio.h 140 unsigned char *file_locks; member in struct:thread_data

Completed in 104 milliseconds