Lines Matching refs:error
251 int destroy = 0, error = 0;
259 error = -EINVAL;
266 error = 0;
273 error = -ENOTDIR;
283 error = security_path_notify(&filp->f_path, mask,
285 if (error)
291 error = -ENOMEM;
298 error = -ENOMEM;
317 error = fsnotify_add_inode_mark_locked(new_fsn_mark, inode, 0);
318 if (error) {
347 error = 0;
353 error = attach_dn(dn, dn_mark, id, fd, filp, mask);
354 /* !error means that we attached the dn to the dn_mark, so don't free it */
355 if (!error)
358 * that isn't an error (and the unused dn should be freed) */
359 else if (error == -EEXIST)
360 error = 0;
377 return error;