HomeSort by relevance Sort by last modified time
    Searched full:last_fileno (Results 1 - 1 of 1) sorted by null

  /external/fio/
blktrace.c 132 static unsigned int last_maj, last_min, last_fileno; local
140 return last_fileno;
150 last_fileno = f->fileno;
151 return last_fileno;
171 last_fileno = fileno;
174 return last_fileno;

Completed in 72 milliseconds