Lines Matching defs:error
91 * -EINVAL otherwise. In the event of failure, supplementary error information
124 * Returns 0 on success and a negative error code on failure. In the event of
125 * failure, supplementary error information may have been set.
198 * Returns 0 on success or the error returned by the ->parse_option() fs_context
423 log->buffer[index] = q ? q : "OOM: Can't store error string";
702 int error;
708 error = fc->fs_type->init_fs_context(fc);
710 error = legacy_init_fs_context(fc);
711 if (unlikely(error)) {
713 return error;