Home
last modified time | relevance | path

Searched refs:ML_ERROR (Results 1 – 25 of 30) sorted by relevance

12

/linux/fs/ocfs2/cluster/
H A Dmasklog.h88 #define ML_ERROR 0x1000000000000000ULL /* sent to KERN_ERR */ macro
92 #define MLOG_INITIAL_AND_MASK (ML_ERROR|ML_NOTICE)
105 #define ML_ALLOWED_BITS (ML_ERROR|ML_NOTICE)
179 mlog(ML_ERROR, "status = %lld\n", (long long)_st); \
185 mlog(ML_ERROR, "bug expression: " #cond "\n"); \
186 mlog(ML_ERROR, fmt, ##args); \
H A Dmasklog.c63 if (*mask & ML_ERROR) { in __mlog_printk()
/linux/fs/ocfs2/
H A Dresize.c313 mlog(ML_ERROR, "The disk is too old and small. " in ocfs2_group_extend()
393 mlog(ML_ERROR, "Group descriptor # %llu has bad chain %u " in ocfs2_check_new_group()
398 mlog(ML_ERROR, "Group descriptor # %llu has bit count %u but " in ocfs2_check_new_group()
403 mlog(ML_ERROR, "Group descriptor # %llu has free bit count %u " in ocfs2_check_new_group()
428 mlog(ML_ERROR, "add a group which is in the current volume.\n"); in ocfs2_verify_group_and_input()
430 mlog(ML_ERROR, "input chain exceeds the limit.\n"); in ocfs2_verify_group_and_input()
432 mlog(ML_ERROR, in ocfs2_verify_group_and_input()
435 mlog(ML_ERROR, "add group's clusters overflow.\n"); in ocfs2_verify_group_and_input()
437 mlog(ML_ERROR, "the cluster exceeds the maximum of a group\n"); in ocfs2_verify_group_and_input()
439 mlog(ML_ERROR, "the free cluster exceeds the total clusters\n"); in ocfs2_verify_group_and_input()
[all …]
H A Djournal.c564 mlog(ML_ERROR, in ocfs2_abort_trigger()
653 mlog(ML_ERROR, "giving me a buffer that's not uptodate!\n"); in __ocfs2_journal_access()
654 mlog(ML_ERROR, "b_blocknr=%llu, b_state=0x%lx\n", in __ocfs2_journal_access()
697 mlog(ML_ERROR, "Unknown access type!\n"); in __ocfs2_journal_access()
704 mlog(ML_ERROR, "Error %d getting %d access to buffer!\n", in __ocfs2_journal_access()
818 mlog(ML_ERROR, "jbd2_journal_dirty_metadata failed: " in ocfs2_journal_dirty()
861 mlog(ML_ERROR, "unable to alloc journal\n"); in ocfs2_journal_alloc()
914 mlog(ML_ERROR, "access error (bad inode)\n"); in ocfs2_journal_init()
930 mlog(ML_ERROR, "Could not get lock on journal!\n"); in ocfs2_journal_init()
938 mlog(ML_ERROR, "Journa in ocfs2_journal_init()
[all...]
H A Dbuffer_head_io.c127 mlog(ML_ERROR, in ocfs2_read_blocks_sync()
137 mlog(ML_ERROR, in ocfs2_read_blocks_sync()
217 mlog(ML_ERROR, "asked to read %d blocks!\n", nr); in ocfs2_read_blocks()
305 mlog(ML_ERROR, "block %llu had the JBD bit set " in ocfs2_read_blocks()
H A Dquota_local.c178 mlog(ML_ERROR, "failed to read quota file header (type=%d)\n", in ocfs2_local_check_quota_file()
184 mlog(ML_ERROR, "quota file magic does not match (%u != %u)," in ocfs2_local_check_quota_file()
190 mlog(ML_ERROR, "quota file version does not match (%u != %u)," in ocfs2_local_check_quota_file()
202 mlog(ML_ERROR, "cannot get global quota file inode " in ocfs2_local_check_quota_file()
210 mlog(ML_ERROR, "failed to read global quota file header " in ocfs2_local_check_quota_file()
216 mlog(ML_ERROR, "global quota file magic does not match " in ocfs2_local_check_quota_file()
222 mlog(ML_ERROR, "global quota file version does not match " in ocfs2_local_check_quota_file()
430 mlog(ML_ERROR, "failed to read quota file info header " in ocfs2_begin_quota_recovery()
504 mlog(ML_ERROR, "Failed to get quota structure " in ocfs2_recover_local_quota_file()
632 mlog(ML_ERROR, "failed to read quota file info header " in ocfs2_finish_quota_recovery()
[all …]
H A Dblockcheck.c400 mlog(ML_ERROR, in ocfs2_block_check_validate()
415 mlog(ML_ERROR, "Fixed CRC32 failed: stored: 0x%x, computed 0x%x\n", in ocfs2_block_check_validate()
513 mlog(ML_ERROR, in ocfs2_block_check_validate_bhs()
546 mlog(ML_ERROR, "Fixed CRC32 failed: stored: %u, computed %u\n", in ocfs2_block_check_validate_bhs()
H A Dquota_global.c230 mlog(ML_ERROR, "Quota write (off=%llu, len=%llu) cancelled " in ocfs2_quota_write()
360 mlog(ML_ERROR, "failed to get global quota inode (type=%d)\n", in ocfs2_global_read_info()
390 mlog(ML_ERROR, "Cannot read global quota info (%d).\n", in ocfs2_global_read_info()
440 mlog(ML_ERROR, "Cannot write global quota info structure\n"); in __ocfs2_global_write_info()
505 mlog(ML_ERROR, "Short read from global quota file " in __ocfs2_sync_dquot()
574 mlog(ML_ERROR, "Failed to lock quota info, losing quota write" in __ocfs2_sync_dquot()
H A Daops.c58 mlog(ML_ERROR, "block offset > PATH_MAX: %llu", in ocfs2_symlink_get_block()
73 mlog(ML_ERROR, "block offset is outside the allocated size: " in ocfs2_symlink_get_block()
86 mlog(ML_ERROR, "couldn't getblock for symlink!\n"); in ocfs2_symlink_get_block()
98 mlog(ML_ERROR, "couldn't kmap!\n"); in ocfs2_symlink_get_block()
159 mlog(ML_ERROR, "get_blocks() failed, inode: 0x%p, " in ocfs2_get_block()
193 mlog(ML_ERROR, in ocfs2_get_block()
198 mlog(ML_ERROR, "Size %llu, clusters %u\n", (unsigned long long)i_size_read(inode), OCFS2_I(inode)->ip_clusters); in ocfs2_get_block()
475 mlog(ML_ERROR, "get_blocks() failed, block = %llu\n", in ocfs2_bmap()
1159 mlog(ML_ERROR, "Get physical blkno failed for inode %llu, " in ocfs2_write_cluster()
2404 mlog_ratelimited(ML_ERROR, "Direc in ocfs2_dio_end_io_write()
[all...]
H A Dheartbeat.c93 mlog(ML_ERROR, "bit=%d map->num_nodes=%d\n", bit, map->num_nodes); in ocfs2_node_map_test_bit()
H A Ddlmglue.c360 mlog(ML_ERROR, "DLM error %d while calling %s on resource %s\n", \
363 mlog(ML_ERROR, "DLM error %d while calling %s on resource %.*s%08x\n", \
1162 mlog(ML_ERROR, "lockres %s: lksb status value of %d!\n", in ocfs2_locking_ast()
1184 mlog(ML_ERROR, "lockres %s: AST fired with invalid action: %u, " in ocfs2_locking_ast()
1221 mlog(ML_ERROR, "Dlm passes error %d for lock %s, " in ocfs2_unlock_ast()
1559 mlog(ML_ERROR, "lockres %s has action %u pending\n", in __ocfs2_cluster_lock()
1988 mlog(ML_ERROR, in ocfs2_file_lock()
2707 mlog(ML_ERROR, "Recursive locking is not permitted to " in ocfs2_inode_lock_tracker()
2883 mlog(ML_ERROR, "lock on nfs sync lock failed %d\n", status); in ocfs2_nfs_sync_lock()
3361 mlog(ML_ERROR, in ocfs2_dlm_init()
[all …]
H A Duptodate.c184 mlog(ML_ERROR, "Owner %llu, count = %u, purged = %u\n", in ocfs2_metadata_cache_purge()
326 mlog(ML_ERROR, "Duplicate block %llu cached!\n", in __ocfs2_insert_cache_tree()
H A Dslot_map.c221 mlog(ML_ERROR, in ocfs2_slot_map_physical_size()
468 mlog(ML_ERROR, "no free slots available!\n"); in ocfs2_find_slot()
H A Dlocalalloc.c311 mlog(ML_ERROR, "Invalid local alloc inode, %llu\n", in ocfs2_load_local_alloc()
319 mlog(ML_ERROR, "Local alloc size is invalid (la_size = %u)\n", in ocfs2_load_local_alloc()
334 mlog(ML_ERROR, "inconsistent detected, clean journal with" in ocfs2_load_local_alloc()
H A Ddcache.c393 mlog(ML_ERROR, "Dentry is missing cluster lock. " in ocfs2_dentry_iput()
H A Ddir.c321 mlog(ML_ERROR, "bad entry in directory #%llu: %s - " in ocfs2_check_dir_entry()
451 mlog(ML_ERROR, "Checksum failed for dinode %llu\n", in ocfs2_validate_dir_block()
580 mlog(ML_ERROR, in ocfs2_validate_dx_root()
623 mlog(ML_ERROR, in ocfs2_validate_dx_leaf()
725 mlog(ML_ERROR, "reading directory %llu, " in ocfs2_find_entry_el()
1288 mlog(ML_ERROR, "Dir %llu: Bad dx_entry ptr idx %d, (%p, %p)\n", in ocfs2_delete_entry_dx()
1764 mlog(ML_ERROR, "Unable to read inode block for dir %llu\n", in ocfs2_dir_foreach_blk_id()
2160 mlog(ML_ERROR, "bad directory (dir #%llu) - no `.' or `..'\n", in ocfs2_empty_dir()
3737 mlog(ML_ERROR, "DX Dir: %llu, Asked to rebalance empty leaf: " in ocfs2_dx_dir_rebalance()
/linux/fs/ocfs2/dlm/
H A Ddlmmaster.c222 mlog(ML_ERROR, "bad mle: %p\n", mle); in __dlm_put_mle()
488 mlog(ML_ERROR, in dlm_lockres_release()
771 mlog(ML_ERROR, "Resource %.*s not " in dlm_get_lock_resource()
818 mlog(ML_ERROR, "master entry for nonexistent lock!\n"); in dlm_get_lock_resource()
962 mlog(ML_ERROR, "%s: res %.*s, Spinning on " in dlm_get_lock_resource()
1027 mlog(ML_ERROR, "link to %u went down?: %d\n", res->owner, ret); in dlm_wait_for_lock_mastery()
1235 mlog(ML_ERROR, "node down! %d\n", node); in dlm_restart_lock_mastery()
1327 mlog(ML_ERROR, "TCP stack not ready!\n"); in dlm_do_master_request()
1330 mlog(ML_ERROR, "bad args passed to o2net!\n"); in dlm_do_master_request()
1333 mlog(ML_ERROR, "ou in dlm_do_master_request()
[all...]
H A Ddlmrecovery.c461 mlog(ML_ERROR, "dead_node %u no longer in recovery map!\n", in dlm_do_recovery()
514 mlog(ML_ERROR, "%s: Error %d remastering locks for node %u, " in dlm_do_recovery()
547 mlog(ML_ERROR, "%s: failed to alloc recovery area, " in dlm_remaster_locks()
647 mlog(ML_ERROR, "bad ndata state for " in dlm_remaster_locks()
801 mlog(ML_ERROR, "%s: Error %d send LOCK_REQUEST to node %u " in dlm_request_all_locks()
824 mlog(ML_ERROR, "%s: node %u sent dead_node=%u, but local " in dlm_request_all_locks_handler()
915 mlog(ML_ERROR, "%s: node %u went down while sending " in dlm_request_all_locks_worker()
931 mlog(ML_ERROR, "%s: node %u went down while sending " in dlm_request_all_locks_worker()
956 mlog(ML_ERROR, "%s: Error %d send RECO_DATA_DONE to node %u " in dlm_send_all_done_msg()
998 mlog(ML_ERROR, "ba in dlm_reco_data_done_handler()
[all...]
H A Ddlmast.c86 mlog(ML_ERROR, "%s: res %.*s, lock %u:%llu, " in __dlm_queue_ast()
287 mlog(ML_ERROR, "Invalid name length (%d) in proxy ast " in dlm_proxy_ast_handler()
294 mlog(ML_ERROR, "Both PUT and GET lvb specified, (0x%x)\n", in dlm_proxy_ast_handler()
307 mlog(ML_ERROR, "Unknown ast type! %d, cookie=%u:%llu" in dlm_proxy_ast_handler()
455 mlog(ML_ERROR, "%s: res %.*s, error %d send AST to node %u\n", in dlm_send_proxy_ast_msg()
460 mlog(ML_ERROR, "sent AST to node %u, it thinks this " in dlm_send_proxy_ast_msg()
464 mlog(ML_ERROR, "sent AST to node %u, it returned " in dlm_send_proxy_ast_msg()
468 mlog(ML_ERROR, "AST to node %u returned %d!\n", in dlm_send_proxy_ast_msg()
H A Ddlmunlock.c108 mlog(ML_ERROR, "lockres %.*s: Someone is calling dlmunlock " in dlmunlock_common()
117 mlog(ML_ERROR, "lockres in progress!\n"); in dlmunlock_common()
358 mlog(ML_ERROR, "Error %d when sending message %u (key 0x%x) to " in dlm_send_remote_unlock_request()
406 mlog(ML_ERROR, "bad args! GET_LVB specified on unlock!\n"); in dlm_unlock_lock_handler()
411 mlog(ML_ERROR, "bad args! cannot modify lvb on a CANCEL " in dlm_unlock_lock_handler()
417 mlog(ML_ERROR, "Invalid name length in unlock handler!\n"); in dlm_unlock_lock_handler()
508 mlog(ML_ERROR, "failed to find lock to unlock! " in dlm_unlock_lock_handler()
550 mlog(ML_ERROR, "lock to cancel is not on any list!\n"); in dlm_get_cancel_actions()
H A Ddlmlock.c304 mlog(ML_ERROR, "%s: res %.*s, Stale lockres no longer " in dlm_send_remote_lock_request()
312 mlog(ML_ERROR, "%s: res %.*s, Error %d send CREATE LOCK to " in dlm_send_remote_lock_request()
461 mlog(ML_ERROR, "Domain %s not fully joined, but node %u is " in dlm_create_lock_handler()
578 mlog(ML_ERROR, "strange LOCAL convert request!\n"); in dlmlock()
588 mlog(ML_ERROR, "NULL lock pointer in convert " in dlmlock()
595 mlog(ML_ERROR, "NULL lockres pointer in convert " in dlmlock()
609 mlog(ML_ERROR, "new args: lksb=%p, ast=%p, bast=%p, " in dlmlock()
611 mlog(ML_ERROR, "orig args: lksb=%p, ast=%p, bast=%p, " in dlmlock()
H A Ddlmconvert.c120 mlog(ML_ERROR, "attempted to convert a lock with a lock " in __dlmconvert_master()
128 mlog(ML_ERROR, "attempted to convert a lock not on grant " in __dlmconvert_master()
271 mlog(ML_ERROR, "converting a remote lock that is already " in dlmconvert_remote()
401 mlog(ML_ERROR, "Error %d when sending message %u (key 0x%x) to " in dlm_send_remote_convert_request()
460 mlog(ML_ERROR, "both PUT and GET lvb specified\n"); in dlm_convert_lock_handler()
493 mlog(ML_ERROR, "did not find lock to convert on grant queue! " in dlm_convert_lock_handler()
H A Ddlmthread.c165 mlog(ML_ERROR, "%s: res %.*s in use after deref\n", in __dlm_do_purge_lockres()
177 mlog(ML_ERROR, "%s: Resource %.*s not on the Tracking list\n", in __dlm_do_purge_lockres()
248 mlog(ML_ERROR, "%s: res %.*s in use after deref\n", in dlm_purge_lockres()
260 mlog(ML_ERROR, "Resource %.*s not on the Tracking list\n", in dlm_purge_lockres()
366 mlog(ML_ERROR, "%s: res %.*s converting lock to invalid mode\n", in dlm_shuffle_lists()
730 mlog(ML_ERROR, "%s: inprog %d, mig %d, reco %d," in dlm_thread()
/linux/fs/ocfs2/dlmfs/
H A Duserdlm.c92 mlog(ML_ERROR, "Dlm error %d while calling %s on " \
124 mlog(ML_ERROR, "lksb status value of %u on lockres %.*s\n", in user_ast()
225 mlog(ML_ERROR, "dlm returns status %d\n", status); in user_unlock_ast()
420 mlog(ML_ERROR, "lockres %.*s: invalid request!\n", in user_dlm_cluster_lock()
524 mlog(ML_ERROR, "lockres %.*s: invalid request!\n", in user_dlm_cluster_unlock()
H A Ddlmfs.c421 mlog(ML_ERROR, "invalid domain name for directory.\n"); in dlmfs_mkdir()
437 mlog(ML_ERROR, "Error %d could not register domain \"%.*s\"\n", in dlmfs_mkdir()
471 mlog(ML_ERROR, "invalid lock name, %.*s\n", name->len, in dlmfs_create()
501 mlog(ML_ERROR, "unlink %pd, error %d from destroy\n", in dlmfs_unlink()

12