Searched refs:ocfs2_error (Results 1 – 12 of 12) 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 | alloc.c | 904 rc = ocfs2_error(sb, in ocfs2_validate_extent_block() 912 rc = ocfs2_error(sb, in ocfs2_validate_extent_block() 920 rc = ocfs2_error(sb, in ocfs2_validate_extent_block() 971 retval = ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_num_free_extents() 1472 status = ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_find_branch_target() 1480 status = ocfs2_error(ocfs2_metadata_cache_get_super(et->et_ci), in ocfs2_find_branch_target() 1807 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path() 1815 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path() 1840 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path() 1861 ocfs2_error(ocfs2_metadata_cache_get_super(ci), in __ocfs2_find_path() [all …]
|
H A D | inode.c | 1469 rc = ocfs2_error(sb, "Invalid dinode #%llu: signature = %.*s\n", in ocfs2_validate_inode_block() 1476 rc = ocfs2_error(sb, "Invalid dinode #%llu: i_blkno is %llu\n", in ocfs2_validate_inode_block() 1483 rc = ocfs2_error(sb, in ocfs2_validate_inode_block() 1491 rc = ocfs2_error(sb, in ocfs2_validate_inode_block()
|
H A D | suballoc.c | 158 return ocfs2_error(sb, fmt, ##__VA_ARGS__); \ 358 status = ocfs2_error(alloc_inode->i_sb, in ocfs2_block_group_fill() 809 status = ocfs2_error(alloc_inode->i_sb, in ocfs2_reserve_suballoc_bits() 1400 …return ocfs2_error(alloc_inode->i_sb, "Group descriptor # %llu has bit count %u but claims %u are … in ocfs2_block_group_set_bits() 1970 status = ocfs2_error(ac->ac_inode->i_sb, in ocfs2_claim_suballoc_bits() 2514 …return ocfs2_error(alloc_inode->i_sb, "Group descriptor # %llu has bit count %u but claims %u are … in ocfs2_block_group_clear_bits()
|
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() 802 ret = ocfs2_error(inode->i_sb, in ocfs2_dx_dir_lookup_rec() 820 ret = ocfs2_error(inode->i_sb, in ocfs2_dx_dir_lookup_rec()
|
H A D | move_extents.c | 93 ret = ocfs2_error(inode->i_sb, in __ocfs2_move_extent()
|
H A D | journal.c | 592 ocfs2_error(ot->sb, in ocfs2_abort_trigger() 692 return ocfs2_error(osb->sb, "A previous attempt to " in __ocfs2_journal_access()
|
H A D | aops.c | 218 ocfs2_error(inode->i_sb, "Inode %llu lost inline data flag\n", in ocfs2_read_inline_data() 227 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 | 1576 ocfs2_error(osb->sb, "new entry %.*s is added, but old entry %.*s " in ocfs2_rename() 1588 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()
|