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
35
FILE_LOCK_NONE
,
filesetup.c
1124
td->o.file_lock_mode =
FILE_LOCK_NONE
;
1267
if (td->o.file_lock_mode !=
FILE_LOCK_NONE
) {
1273
td->file_locks[cur_files] =
FILE_LOCK_NONE
;
1295
case
FILE_LOCK_NONE
:
1378
if (!f->lock || td->o.file_lock_mode ==
FILE_LOCK_NONE
)
1394
if (!f->lock || td->o.file_lock_mode ==
FILE_LOCK_NONE
)
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
)
1483
if (td->o.file_lock_mode !=
FILE_LOCK_NONE
)
[
all
...]
ioengines.c
510
if (td->o.file_lock_mode !=
FILE_LOCK_NONE
)
options.c
1338
.oval =
FILE_LOCK_NONE
,
[
all
...]
Completed in 83 milliseconds