Lines Matching defs:error
136 * will use to return the size of the buffer required. If no error
226 int error;
235 error = copy_from_user(buffer->page,buf,count);
240 return error ? -EFAULT : count;
362 int error;
364 error = -ENOMEM;
369 error = -ENOENT;
374 error = -EINVAL;
392 error = -ENODEV;
396 error = -EACCES;
442 return error;
524 int error = 0;
527 error = configfs_make_dirent(parent_sd, NULL, (void *) attr, mode,
531 return error;
546 int error = 0;
549 error = configfs_make_dirent(parent_sd, NULL, (void *) bin_attr, mode,
553 return error;