Home | History | Annotate | Download | only in blktrace

Lines Matching full:stat

23 #include <sys/stat.h>
2411 struct stat st;
2432 if (stat(pci->fname, &st) < 0)
2647 struct stat st;
2651 if (!stat(str, &st) && S_ISFIFO(st.st_mode))