Lines Matching defs:mode
467 /* Clear the append flag and ensure RDRW mode */
479 /* convert flags and mode to CreateFile parameters */
505 * We still support exclusive sharing mode, since it is necessary
540 if (!((req->fs.info.mode & ~current_umask) & _S_IWRITE)) {
634 /* The only known failure mode for _open_osfhandle() is EMFILE, in which
1227 /* TODO: use req->mode. */
1338 /* The only known failure mode for _open_osfhandle() is EMFILE, in which
2163 if (!(req->fs.info.mode & W_OK) ||
2175 int result = _wchmod(req->file.pathw, req->fs.info.mode);
2230 if (req->fs.info.mode & _S_IWRITE) {
2573 /* Something went wrong. We will test if it is because of user-mode
2579 /* This system does not support user-mode symlinks. We will clear the
2890 int mode, uv_fs_cb cb) {
2901 req->fs.info.mode = mode;
2994 int uv_fs_mkdir(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode,
3005 req->fs.info.mode = mode;
3348 req->fs.info.mode = flags;
3353 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode,
3364 req->fs.info.mode = mode;
3369 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode,
3373 req->fs.info.mode = mode;