Lines Matching refs:error
217 * object pointer and error out as appropriate.
587 * segment already. Propagate this case as an error to caller.
697 int error;
723 error = security_shm_alloc(&shp->shm_perm);
724 if (error) {
726 return error;
736 error = -EINVAL;
757 error = PTR_ERR(file);
771 error = ipc_addid(&shm_ids(ns), &shp->shm_perm, ns->shm_ctlmni);
772 if (error < 0)
788 error = shp->shm_perm.id;
792 return error;
801 return error;
804 return error;