Lines Matching +defs:major +defs:mode
383 return open(req->path, req->flags | O_CLOEXEC, req->mode);
390 r = open(req->path, req->flags, req->mode);
914 unsigned major;
925 if (3 != sscanf(u.release, "%u.%u.%u", &major, &minor, &patch))
928 version = major * 65536 + minor * 256 + patch;
1073 * non-blocking mode and not all data could be written. If a non-zero
1290 /* Get the source file's mode. */
1318 /* Get the destination file's mode. */
1521 int mode;
1529 mode = 0xFFF; /* STATX_BASIC_STATS + STATX_BTIME */
1539 rc = uv__statx(dirfd, path, flags, mode, &statxbuf);
1716 X(CHMOD, chmod(req->path, req->mode));
1720 X(FCHMOD, fchmod(req->file, req->mode));
1731 X(MKDIR, mkdir(req->path, req->mode));
1799 int mode,
1803 req->mode = mode;
1832 int mode,
1836 req->mode = mode;
1950 int mode,
1954 req->mode = mode;
1987 int mode,
1992 req->mode = mode;