Lines Matching defs:error
129 * enough to fit in "count". Return an error pointer if
340 int error;
342 error = user_path_at(AT_FDCWD, dirname, flags, path);
343 if (error)
344 return error;
346 error = inode_permission(path->dentry->d_inode, MAY_READ);
347 if (error) {
349 return error;
351 error = security_path_notify(path, mask,
353 if (error)
356 return error;
795 * error because we have compiled-in VFS hooks. So an (unlikely) failure here