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

  /external/e2fsprogs/contrib/
fsstress.c 256 ino_t top_ino; variable
684 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino)
791 top_ino = statbuf.st_ino;
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 229 ino_t top_ino; variable
657 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino)
764 top_ino = statbuf.st_ino;
    [all...]

Completed in 579 milliseconds