Lines Matching defs:error
115 * and < 0 in case of fatal error.
149 * to some error happens, force to check it again.
1098 * If error occurs, then we break processing
1292 /* free all allocated blocks in error case */
1468 * return value contains 0 (success) or error code
1533 * Or return a (< 0) error code.
3309 * Ignore ext4_ext_dirty return value since we are already in error path
3310 * and err is a non-zero error code.
4090 * return < 0, error case.
4703 /* Return error if mode is not supported */
4877 int error = 0;
4885 error = ext4_get_inode_loc(inode, &iloc);
4886 if (error)
4887 return error;
4901 error = -ENOENT;
4911 return error;
4918 int error;
4920 error = ext4_iomap_xattr_fiemap(inode, iomap);
4921 if (error == 0 && (offset >= iomap->length))
4922 error = -ENOENT;
4923 return error;
4955 int error = 0;
4958 error = ext4_ext_precache(inode);
4959 if (error)
4960 return error;
4969 error = ext4_fiemap_check_ranges(inode, start, &len);
4970 if (error)
4971 return error;
4987 int error = 0;
5000 error = ext4_ext_precache(inode);
5001 if (error)
5002 return error;
5006 error = fiemap_prep(inode, fieinfo, start, &len, 0);
5007 if (error)
5008 return error;
5010 error = ext4_fiemap_check_ranges(inode, start, &len);
5011 if (error)
5012 return error;
5129 * On success, 0 is returned, error otherwise.
5273 * Returns: 0 and non-zero on error.
5424 * Returns 0 on success, error otherwise.
5518 /* Expand file to avoid data loss if there is error while shifting */
5608 * @erp: Pointer to save error value
5774 * and it was successfully dirtied. But luckily error may happen
5775 * only due to journal error, so full transaction will be
5804 * returns 0. Can also return negative error codes. Derived from
5888 * replay path. Returns 0 on success and error on failure.