OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILE_LOCK_NONE
(Results
1 - 4
of
4
) sorted by null
/external/fio/
file.h
33
FILE_LOCK_NONE
,
filesetup.c
1118
td->o.file_lock_mode =
FILE_LOCK_NONE
;
1261
if (td->o.file_lock_mode !=
FILE_LOCK_NONE
) {
1267
td->file_locks[cur_files] =
FILE_LOCK_NONE
;
1289
case
FILE_LOCK_NONE
:
1372
if (!f->lock || td->o.file_lock_mode ==
FILE_LOCK_NONE
)
1388
if (!f->lock || td->o.file_lock_mode ==
FILE_LOCK_NONE
)
1396
td->file_locks[f->fileno] =
FILE_LOCK_NONE
;
1401
if (td->o.file_lock_mode ==
FILE_LOCK_NONE
|| !td->file_locks)
1403
if (td->file_locks[f->fileno] !=
FILE_LOCK_NONE
)
1477
if (td->o.file_lock_mode !=
FILE_LOCK_NONE
)
[
all
...]
ioengines.c
503
if (td->o.file_lock_mode !=
FILE_LOCK_NONE
)
options.c
1336
.oval =
FILE_LOCK_NONE
,
[
all
...]
Completed in 112 milliseconds