Lines Matching refs:error
453 * clear the uptodate bits on error
463 int error = blk_status_to_errno(bio->bi_status);
486 btrfs_finish_ordered_extent(bbio->ordered, page, start, len, !error);
487 if (error)
488 mapping_set_error(page->mapping, error);
576 * clear the uptodate bits on error
617 * for unaligned offsets, and an error if they don't add up to
970 * return 0 on success, otherwise return error
1409 * Return <0 for error.
1526 * error and knows there was an error.
1531 * We need to set the mapping with the io error as well because a write
1532 * error will flip the file system readonly, and then syncfs() will
1545 * returns an error or an error happens during writeback, when we're
1587 BUG(); /* unexpected, logic error */
1724 * Return <0 for fatal error.
1805 * Return <0 for fatal error.
1968 * if the fs already has error.
2648 * Returns: 0 on success, < 0 on error, 1 if not found.
3648 * Thus needs no special handling in error path.
4013 * we simply want to return an error.
4069 * Caller should not touch the dst/src memory if this function returns error.