Lines Matching refs:statbuf
109 struct stat64 statbuf;
171 stat_error = stat64(fname, &statbuf);
175 stat_error = fstat64(fd, &statbuf);
190 (S_ISDIR(statbuf.st_mode) ? ACL_IS_DIR : 0);
251 struct stat64 statbuf;
257 stat_error = stat64(acl_inp->file, &statbuf);
262 stat_error = fstat64(acl_inp->fd, &statbuf);
279 isdir = S_ISDIR(statbuf.st_mode);
282 statbuf.st_uid, statbuf.st_gid)) != 0) {
397 struct stat64 statbuf;
401 if (stat64(file, &statbuf) != 0) {
429 if ((error = acl_trivial_create(mode, S_ISDIR(statbuf.st_mode),