Home
last modified time | relevance | path

Searched refs:FILE_LOCK_NONE (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dfilesetup.c1124 td->o.file_lock_mode = FILE_LOCK_NONE; in close_and_free_files()
1267 if (td->o.file_lock_mode != FILE_LOCK_NONE) { in add_file()
1273 td->file_locks[cur_files] = FILE_LOCK_NONE; in add_file()
1295 case FILE_LOCK_NONE: in add_file()
1378 if (!f->lock || td->o.file_lock_mode == FILE_LOCK_NONE) in lock_file()
1394 if (!f->lock || td->o.file_lock_mode == FILE_LOCK_NONE) in unlock_file()
1402 td->file_locks[f->fileno] = FILE_LOCK_NONE; in unlock_file()
1407 if (td->o.file_lock_mode == FILE_LOCK_NONE || !td->file_locks) in unlock_file_all()
1409 if (td->file_locks[f->fileno] != FILE_LOCK_NONE) in unlock_file_all()
1483 if (td->o.file_lock_mode != FILE_LOCK_NONE) in dup_files()
Dfile.h35 FILE_LOCK_NONE, enumerator
Dioengines.c510 if (td->o.file_lock_mode != FILE_LOCK_NONE) in td_io_close_file()
Doptions.c1338 .oval = FILE_LOCK_NONE,