Lines Matching refs:error
217 * object pointer and error out as appropriate.
600 * segment already. Propagate this case as an error to caller.
710 int error;
736 error = security_shm_alloc(&shp->shm_perm);
737 if (error) {
739 return error;
749 error = -EINVAL;
769 error = PTR_ERR(file);
783 error = ipc_addid(&shm_ids(ns), &shp->shm_perm, ns->shm_ctlmni);
784 if (error < 0)
800 error = shp->shm_perm.id;
804 return error;
811 return error;
814 return error;