Searched refs:ocfs2_error (Results 1 – 10 of 10) sorted by relevance
/linux/fs/ocfs2/ |
H A D | super.h | 17 #define ocfs2_error(sb, fmt, ...) \ macro
|
H A D | extent_map.c | 293 ocfs2_error(inode->i_sb, in ocfs2_last_eb_is_empty() 429 ocfs2_error(inode->i_sb, in ocfs2_get_clusters_nocache() 439 ocfs2_error(inode->i_sb, in ocfs2_get_clusters_nocache() 474 ocfs2_error(inode->i_sb, in ocfs2_get_clusters_nocache() 563 ocfs2_error(inode->i_sb, in ocfs2_xattr_get_clusters() 582 ocfs2_error(inode->i_sb, in ocfs2_xattr_get_clusters()
|
H A D | refcounttree.c | 97 rc = ocfs2_error(sb, in ocfs2_validate_refcount_block() 105 rc = ocfs2_error(sb, in ocfs2_validate_refcount_block() 113 rc = ocfs2_error(sb, in ocfs2_validate_refcount_block() 1096 ret = ocfs2_error(sb, in ocfs2_get_refcount_rec() 2343 ret = ocfs2_error(inode->i_sb, "Inode %lu want to use refcount tree, but the feature bit is not set in the super block\n", in ocfs2_mark_extent_refcounted() 2526 ret = ocfs2_error(inode->i_sb, "Inode %lu want to use refcount tree, but the feature bit is not set in the super block\n", in ocfs2_prepare_refcount_change_for_del() 2651 ret = ocfs2_error(inode->i_sb, in ocfs2_refcount_cal_cow_clusters() 3089 ret = ocfs2_error(sb, in ocfs2_clear_ext_refcount() 3327 return ocfs2_error(inode->i_sb, "Inode %lu want to use refcount tree, but the feature bit is not set in the super block\n", in ocfs2_replace_cow()
|
H A D | dir.c | 470 rc = ocfs2_error(dir->i_sb, in ocfs2_check_dir_trailer() 477 rc = ocfs2_error(dir->i_sb, in ocfs2_check_dir_trailer() 485 rc = ocfs2_error(dir->i_sb, in ocfs2_check_dir_trailer() 587 ret = ocfs2_error(sb, in ocfs2_validate_dx_root() 630 ret = ocfs2_error(sb, "Dir Index Leaf has bad signature %.*s\n", in ocfs2_validate_dx_leaf() 793 ret = ocfs2_error(inode->i_sb, in ocfs2_dx_dir_lookup_rec() 812 ret = ocfs2_error(inode->i_sb, in ocfs2_dx_dir_lookup_rec()
|
H A D | xattr.c | 488 return ocfs2_error(sb, in ocfs2_validate_xattr_block() 495 return ocfs2_error(sb, in ocfs2_validate_xattr_block() 502 return ocfs2_error(sb, in ocfs2_validate_xattr_block() 1080 ocfs2_error(inode->i_sb, "corrupted xattr entries"); in ocfs2_xattr_find_entry() 1089 ocfs2_error(inode->i_sb, in ocfs2_xattr_find_entry() 3712 ret = ocfs2_error(inode->i_sb, in ocfs2_xattr_get_rec() 3730 ret = ocfs2_error(inode->i_sb, "Inode %lu has bad extent record (%u, %u, 0) in xattr\n", in ocfs2_xattr_get_rec()
|
H A D | journal.c | 570 ocfs2_error(ot->sb, in ocfs2_abort_trigger() 670 return ocfs2_error(osb->sb, "A previous attempt to " in __ocfs2_journal_access()
|
H A D | aops.c | 225 ocfs2_error(inode->i_sb, "Inode %llu lost inline data flag\n", in ocfs2_read_inline_data() 234 ocfs2_error(inode->i_sb, in ocfs2_read_inline_data()
|
H A D | localalloc.c | 656 …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()
|
H A D | namei.c | 1573 ocfs2_error(osb->sb, "new entry %.*s is added, but old entry %.*s " in ocfs2_rename() 1585 ocfs2_error(osb->sb, "new entry %.*s is added, but old entry %.*s " in ocfs2_rename()
|
H A D | quota_local.c | 141 return ocfs2_error(inode->i_sb, in ocfs2_read_quota_block()
|