Home | History | Annotate | Download | only in fssconfig

Lines Matching defs:sbuf

117 	struct stat sbuf;
130 prog_stat(argv[1], &sbuf) != 0)
132 mountdev = sbuf.st_dev;
133 if (stat(argv[2], &sbuf) == 0) {
134 if (S_ISREG(sbuf.st_mode) && sbuf.st_dev == mountdev) {
135 if ((sbuf.st_flags & SF_SNAPSHOT) == 0)
143 } else if (S_ISDIR(sbuf.st_mode)) {
173 if (prog_fstat(fd, &sbuf) < 0)
175 if (!ispersistent && sbuf.st_dev == mountdev)
177 isreg = S_ISREG(sbuf.st_mode);