Lines Matching refs:error
435 * If the ecc fails, we return the error but otherwise
436 * leave the filesystem running. We know any error is
493 * real error codes would do to callers. We log the real codes with
717 /* read error, skip block & hope for the best.
1286 * removing the unindexed entry. If we get an error return
1780 /* On error, skip the f_pos to the end. */
1873 /* On error, skip the f_pos to the
1926 int error = 0;
1932 error = ocfs2_inode_lock_atime(inode, file->f_path.mnt, &lock_level, 1);
1933 if (lock_level && error >= 0) {
1939 error = ocfs2_inode_lock(inode, NULL, 0);
1941 if (error < 0) {
1942 if (error != -ENOENT)
1943 mlog_errno(error);
1944 /* we haven't got any yet, so propagate the error. */
1948 error = ocfs2_dir_foreach_blk(inode, &file->f_version, ctx, false);
1951 if (error)
1952 mlog_errno(error);
1956 return error;
3169 * This would be a code error as an inline directory should
3796 * won't happen if there's an error before that. Once the
3798 * other without fear of hitting any error.
4178 * an additional item. If we run out of space there, it's a real error