Lines Matching defs:stat_buf
1010 struct stat stat_buf;
1053 if (stat(fname, &stat_buf) != 0) {
1081 if (!(optflag & FORCE) && stat_buf.st_uid != uid &&
1082 DEV_ALLOCATED(stat_buf)) {
1086 if (!DEV_ALLOCATED(stat_buf)) {
1087 if (DEV_ERRORED(stat_buf)) {
1098 if ((*lock_fd = lock_dev(fname, &stat_buf)) == -1) {
1130 nuid = (stat_buf.st_uid == uid) ? uid : stat_buf.st_uid;
1160 struct stat stat_buf;
1200 if (stat(fname, &stat_buf) != 0) {
1206 if (DEV_ERRORED(stat_buf)) {
1234 if (DEV_ALLOCATED(stat_buf)) {
1247 } else if (stat_buf.st_uid == uid) {
1256 if ((*lock_fd = lock_dev(fname, &stat_buf)) == -1) {