Home | History | Annotate | Download | only in linux

Lines Matching defs:st

108     struct stat st;
112 if (fstat(dev_fd, &st) < 0)
117 if (!S_ISBLK(st.st_mode)) {
167 if (!S_ISBLK(st.st_mode)) {
263 struct stat st;
303 if (dev_fd < 0 || fstat(dev_fd, &st) < 0) {
308 if (!S_ISBLK(st.st_mode) && !S_ISREG(st.st_mode) && !S_ISCHR(st.st_mode)) {
312 if (opt.offset && S_ISBLK(st.st_mode)) {