Lines Matching refs:error
273 ntfs_log_debug(ESTR ": unknown error\n");
308 ntfs_log_debug(ESTR ": unknown error\n");
403 * @name, and @name_len, then return it. Return NULL on error with
404 * errno set to the error code.
609 * Return 0 on success and -1 on error with errno set to the error code.
748 * Return 0 on success and -1 on error with errno set to the error code.
814 /* Only one extent or error, which we catch below. */
875 * -4 = LCN_EINVAL Input parameter error.
876 * -5 = LCN_EIO Corrupt fs, disk i/o error, or not enough memory.
904 /* lcn contains the appropriate error code. */
921 * If there is an error return NULL with errno set to the error code. The
922 * following error codes are defined:
923 * EINVAL Input parameter error.
926 * EIO I/O error or corrupt metadata.
1113 * so getting this here is an error.
1211 * error was encountered during the read so that the read is partial. 0 means
1214 * On error and nothing has been read, return -1 with errno set appropriately
1514 * -1 if there were an error
1676 * -1 if there were an error
1839 * is lower than @count this means that an error was encountered during the
1843 * On error and nothing has been written, return -1 with errno set
1933 * a clean state if we get into some error.
1990 * return error here... (AIA)
2110 * so getting this here must be an error of some kind.
2373 ntfs_log_error("Eeek! Failed to recover from error. "
2490 * so getting this here must be an error of some kind.
2636 * that the read has either reached end of attribute or that an error was
2640 * On error and nothing has been read, return -1 with errno set appropriately
2645 * changed to BAAD but no error is returned, i.e. it is possible that any of
2693 * is lower than @bk_cnt this means that an error was encountered during the
2697 * On error and nothing has been written, return -1 with errno set
2776 * On actual error, ntfs_attr_find() returns -1 with errno set to the error
2792 * safer to return error instead of success in this case. This also allows us
3023 * return error instead of success in this case.
3039 * error code.
3046 * On error ENOENT, i.e. attribute not found, @ctx->attr is set to the
3057 * The following error codes are defined:
3058 * ENOENT Attribute not found, not an error as such.
3060 * EIO I/O error or corrupt data structures found.
3337 * corruption so we break and return error EIO.
3409 * another error), otherwise we would keep returning the same attribute
3636 * return error instead of success in this case. It should never be needed to
3649 * error code.
3657 * On error ENOENT, i.e. attribute not found, @ctx->attr is set to the
3669 * The following error codes are defined:
3670 * ENOENT Attribute not found, not an error as such.
3672 * EIO I/O error or corrupt data structures found.
3717 * error code.
3719 * The following error codes are defined:
3721 * EIO I/O error or corrupt data structures found.
3796 * and return it. Return NULL on error with errno set.
3840 * or an error occurred. On error the error code is stored in errno. The
3841 * following error codes are defined:
3881 * Return 0 if valid and -1 if not valid or an error occurred. On error the
3882 * error code is stored in errno. The following error codes are defined:
3949 * error occurred. On error the error code is stored in errno. The following
3950 * error codes are defined:
4002 * error occurred. On error the error code is stored in errno. The following
4003 * error codes are defined:
4034 * Return 0 on success or -1 on error. On error the error code is stored in
4035 * errno. Possible error codes are:
4091 * and -1 on error. On error the error code is stored in errno.
4092 * Possible error codes are:
4095 * EIO - I/O error occurred or damaged filesystem.
4222 * and -1 on error. On error the error code is stored in errno.
4223 * Possible error codes are:
4227 * EIO - I/O error occurred or damaged filesystem.
4363 * Return 0 on success and -1 on error. On error the error code is stored in
4364 * errno. Possible error codes are:
4366 * EIO - I/O error occurred or damaged filesystem.
4510 * On success return 0. On error return -1 with errno set to the error code.
4739 * Return 0 on success or -1 on error with errno set to the error code.
4798 * Return 0 on success and -1 on error with errno set to the error code.
4799 * The following error codes are defined:
4801 * Note that on error no modifications have been performed whatsoever.
4872 * Return 0 on success and -1 on error with errno set to the error code.
4873 * The following error codes are defined:
4875 * Note that on error no modifications have been performed whatsoever.
4916 * Return 0 on success and -1 on error with errno set to the error code.
5011 * Return 0 on success and -1 on error with errno set to the error code.
5064 * do not return error.
5093 * Return 0 on success and -1 on error with errno set to the error code. The
5094 * following error codes are defined:
5268 ntfs_log_trace("Eeek! Failed to release allocated clusters in error "
5292 * On error return values are:
5295 * The following error codes are defined:
5453 /* Check whether error occurred. */
5596 * Return 0 on success and -1 on error with errno set to the error code. The
5597 * following error codes are defined:
5600 * EIO - I/O error, damaged inode or bug.
5748 ntfs_log_trace("Ignoring error and leaving behind wasted "
5792 goto error;
5818 goto error;
5827 goto error;
5873 goto error;
5893 error: ret = -3; goto out;
6153 /* Check whether error occurred. */
6315 * On success return 0 and on error return -1 with errno set to the error code.
6316 * The following error codes are defined:
6339 * On success return 0 and on error return -1 with errno set to the error code.
6340 * The following error codes are defined:
6493 * On success return 0 and on error return -1 with errno set to the error code.
6494 * The following error codes are defined:
6759 * On error return values are:
6762 * The following error codes are defined:
6971 * On error NULL is returned with errno set to the error code.
7025 * Returns the amount of data read, negative if there was an error
7070 * Returns the amount of data written, negative if there was an error