Lines Matching refs:error
443 * If the ecc fails, we return the error but otherwise
444 * leave the filesystem running. We know any error is
501 * real error codes would do to callers. We log the real codes with
725 /* read error, skip block & hope for the best.
1294 * removing the unindexed entry. If we get an error return
1790 /* On error, skip the f_pos to the end. */
1884 /* On error, skip the f_pos to the
1937 int error = 0;
1943 error = ocfs2_inode_lock_atime(inode, file->f_path.mnt, &lock_level, 1);
1944 if (lock_level && error >= 0) {
1950 error = ocfs2_inode_lock(inode, NULL, 0);
1952 if (error < 0) {
1953 if (error != -ENOENT)
1954 mlog_errno(error);
1955 /* we haven't got any yet, so propagate the error. */
1959 error = ocfs2_dir_foreach_blk(inode, &file->f_version, ctx, false);
1962 if (error)
1963 mlog_errno(error);
1967 return error;
3180 * This would be a code error as an inline directory should
3810 * won't happen if there's an error before that. Once the
3812 * other without fear of hitting any error.
4192 * an additional item. If we run out of space there, it's a real error