HomeSort by relevance Sort by last modified time
    Searched refs:from_hash (Results 1 - 2 of 2) sorted by null

  /external/fio/engines/
falloc.c 28 int from_hash = 0; local
42 from_hash = file_lookup_open(f, O_CREAT|O_RDWR);
52 if (!from_hash && f->fd != -1) {
  /external/fio/
filesetup.c 555 int from_hash; local
561 from_hash = 1;
564 from_hash = 0;
572 return from_hash;
597 int from_hash = 0; local
645 from_hash = file_lookup_open(f, flags);
655 from_hash = file_lookup_open(f, flags);
659 from_hash = file_lookup_open(f, flags);
684 if (!from_hash && f->fd != -1) {
    [all...]

Completed in 91 milliseconds