Lines Matching refs:error
285 int error;
292 error = configfs_dirent_exists(p->d_fsdata, dentry->d_name.name);
293 if (unlikely(error))
294 return error;
296 error = configfs_make_dirent(p->d_fsdata, dentry, item, mode,
299 if (unlikely(error))
300 return error;
489 * If there is an error, the caller will reset the flags via
585 int error = 0;
592 if ((error = configfs_create_file(item, attr)))
598 error = configfs_create_bin_file(item, bin_attr);
599 if (error)
604 if (error)
607 return error;
866 * error, as rmdir() would.
1376 * an error, module_put() probably should
1721 * Return: 0 on success, negative errno code on error
1809 * Return: allocated config group or ERR_PTR() on error