Lines Matching full:stat
28 #include <sys/stat.h>
974 struct stat sb;
1022 if (stat (fstab->fs_file, &sb) == 0)
1051 struct stat buf;
1056 if (stat (monitor_file, &buf) == 0)
1066 struct stat buf;
1071 if (stat (monitor_file, &buf) == 0)
1954 * block or fail stat()'ing, such as network mounts.
1969 struct stat st;
2120 struct stat statbuf;
2129 if (stat ("/dev/root", &statbuf) == 0)
2153 if (stat (entp->mnt_fsname, &statbuf) == 0 &&