Lines Matching refs:error
286 int error;
293 error = configfs_dirent_exists(p->d_fsdata, dentry->d_name.name);
294 if (unlikely(error))
295 return error;
297 error = configfs_make_dirent(p->d_fsdata, dentry, item, mode,
300 if (unlikely(error))
301 return error;
515 * If there is an error, the caller will reset the flags via
611 int error = 0;
618 if ((error = configfs_create_file(item, attr)))
624 error = configfs_create_bin_file(item, bin_attr);
625 if (error)
630 if (error)
633 return error;
892 * error, as rmdir() would.
1401 * an error, module_put() probably should
1751 * Return: 0 on success, negative errno code on error
1839 * Return: allocated config group or ERR_PTR() on error