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

  /external/fio/engines/
falloc.c 42 from_hash = file_lookup_open(f, O_CREAT|O_RDWR);
  /external/fio/
file.h 193 extern int __must_check file_lookup_open(struct fio_file *f, int flags);
filesetup.c 552 int file_lookup_open(struct fio_file *f, int flags) function
645 from_hash = file_lookup_open(f, flags);
655 from_hash = file_lookup_open(f, flags);
659 from_hash = file_lookup_open(f, flags);
    [all...]

Completed in 161 milliseconds