OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlink_file
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/tests/progs/
random_exercise.c
116
void
unlink_file
(int fd)
function
161
unlink_file
(fd);
/external/fio/engines/
glusterfs_sync.c
83
.
unlink_file
= fio_gf_unlink_file,
glusterfs_async.c
172
.
unlink_file
= fio_gf_unlink_file,
/external/fio/
ioengine.h
147
int (*
unlink_file
)(struct thread_data *, struct fio_file *);
member in struct:ioengine_ops
ioengines.c
518
if (td->io_ops->
unlink_file
)
519
return td->io_ops->
unlink_file
(td, f);
filesetup.c
38
int r, new_layout = 0,
unlink_file
= 0, flags;
local
58
unlink_file
= 1;
60
if (
unlink_file
|| new_layout) {
Completed in 562 milliseconds