HomeSort by relevance Sort by last modified time
    Searched defs:statbuf (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/e2fsprogs/tests/progs/
hold_inode.c 23 struct stat statbuf; local
31 if (stat(filename, &statbuf) < 0) {
35 if (S_ISDIR(statbuf.st_mode)) {