Home
last modified time | relevance | path

Searched refs:ocfs2_error (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ocfs2/
H A Dinode.c1460 rc = ocfs2_error(sb, "Invalid dinode #%llu: signature = %.*s\n", in ocfs2_validate_inode_block()
1467 rc = ocfs2_error(sb, "Invalid dinode #%llu: i_blkno is %llu\n", in ocfs2_validate_inode_block()
1474 rc = ocfs2_error(sb, in ocfs2_validate_inode_block()
1482 rc = ocfs2_error(sb, in ocfs2_validate_inode_block()
1491 rc = ocfs2_error(sb, "Invalid dinode %llu: suballoc slot %u\n", in ocfs2_validate_inode_block()
1501 rc = ocfs2_error(sb, in ocfs2_validate_inode_block()
1510 rc = ocfs2_error(sb, in ocfs2_validate_inode_block()
1519 rc = ocfs2_error(sb, in ocfs2_validate_inode_block()
1534 rc = ocfs2_error(sb, "Invalid dinode %llu: chain list count %u\n", in ocfs2_validate_inode_block()
1540 rc = ocfs2_error(sb, "Invalid dinode %llu: chain list index %u\n", in ocfs2_validate_inode_block()
[all …]
H A Dsuper.h17 #define ocfs2_error(sb, fmt, ...) \ macro
H A Dmove_extents.c93 ret = ocfs2_error(inode->i_sb, in __ocfs2_move_extent()
102 ret = ocfs2_error(inode->i_sb, in __ocfs2_move_extent()
H A Dslot_map.c347 rc = ocfs2_error(sb, in ocfs2_validate_slot_map_block()
H A Dlocalalloc.c656 …status = ocfs2_error(osb->sb, "local alloc inode %llu says it has %u used bits, but a count shows … in ocfs2_reserve_local_alloc_bits()