Searched refs:shadow_fd (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dfilesetup.c543 if (f->shadow_fd != -1) {
544 close(f->shadow_fd);
545 f->shadow_fd = -1;
582 if (f->shadow_fd == -1)
585 close(f->shadow_fd);
586 f->shadow_fd = -1;
696 if (f->shadow_fd == -1)
697 f->shadow_fd = f->fd;
1426 f->shadow_fd = -1;
H A Dfile.h77 int shadow_fd; member in struct:fio_file
/external/fio/engines/
H A Dglusterfs.c263 f->shadow_fd = -1;

Completed in 1021 milliseconds