Lines Matching defs:error
183 /* devpts_ptmx_path() finds a devpts fs or returns an error. */
396 * so do this even on error return.
448 int error;
458 error = -ENOMEM;
463 error = parse_mount_options(data, PARSE_MOUNT, &DEVPTS_SB(s)->mount_opts);
464 if (error)
467 error = -ENOMEM;
484 error = mknod_ptmx(s);
485 if (error)
493 return error;