Lines Matching defs:error
269 int destroy = 0, error = 0;
277 error = -EINVAL;
284 error = 0;
291 error = -ENOTDIR;
301 error = security_path_notify(&filp->f_path, mask,
303 if (error)
309 error = -ENOMEM;
316 error = -ENOMEM;
335 error = fsnotify_add_inode_mark_locked(new_fsn_mark, inode, 0);
336 if (error) {
365 error = 0;
371 error = attach_dn(dn, dn_mark, id, fd, filp, mask);
372 /* !error means that we attached the dn to the dn_mark, so don't free it */
373 if (!error)
376 * that isn't an error (and the unused dn should be freed) */
377 else if (error == -EEXIST)
378 error = 0;
395 return error;