Home
last modified time | relevance | path

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

12

/fs/ocfs2/
Dsuper.c289 mlog(ML_ERROR, "Unable to load system inode %d, " in ocfs2_init_global_system_inodes()
319 mlog(ML_ERROR, "status=%d, sysfile=%d, slot=%d\n", in ocfs2_init_local_system_inodes()
442 mlog(ML_ERROR, "Cannot change heartbeat mode on remount\n"); in ocfs2_remount()
449 mlog(ML_ERROR, "Cannot change data mode on remount\n"); in ocfs2_remount()
458 mlog(ML_ERROR, "Cannot enable inode64 on remount\n"); in ocfs2_remount()
474 mlog(ML_ERROR, "Remount on readonly device is forbidden.\n"); in ocfs2_remount()
487 mlog(ML_ERROR, "Cannot remount RDWR " in ocfs2_remount()
494 mlog(ML_ERROR, "Cannot remount RDWR because " in ocfs2_remount()
554 mlog(ML_ERROR, "Hardware sector size too large: %d (max=%d)\n", in ocfs2_sb_probe()
572 mlog(ML_ERROR, "incompatible version: %u.%u\n", in ocfs2_sb_probe()
[all …]
Dresize.c323 mlog(ML_ERROR, "The disk is too old and small. " in ocfs2_group_extend()
403 mlog(ML_ERROR, "Group descriptor # %llu has bad chain %u " in ocfs2_check_new_group()
408 mlog(ML_ERROR, "Group descriptor # %llu has bit count %u but " in ocfs2_check_new_group()
413 mlog(ML_ERROR, "Group descriptor # %llu has free bit count %u " in ocfs2_check_new_group()
438 mlog(ML_ERROR, "add a group which is in the current volume.\n"); in ocfs2_verify_group_and_input()
440 mlog(ML_ERROR, "input chain exceeds the limit.\n"); in ocfs2_verify_group_and_input()
442 mlog(ML_ERROR, in ocfs2_verify_group_and_input()
445 mlog(ML_ERROR, "add group's clusters overflow.\n"); in ocfs2_verify_group_and_input()
447 mlog(ML_ERROR, "the cluster exceeds the maximum of a group\n"); in ocfs2_verify_group_and_input()
449 mlog(ML_ERROR, "the free cluster exceeds the total clusters\n"); in ocfs2_verify_group_and_input()
[all …]
Djournal.c441 mlog(ML_ERROR, in ocfs2_abort_trigger()
520 mlog(ML_ERROR, "giving me a buffer that's not uptodate!\n"); in __ocfs2_journal_access()
521 mlog(ML_ERROR, "b_blocknr=%llu\n", in __ocfs2_journal_access()
547 mlog(ML_ERROR, "Uknown access type!\n"); in __ocfs2_journal_access()
554 mlog(ML_ERROR, "Error %d getting %d access to buffer!\n", in __ocfs2_journal_access()
619 mlog(ML_ERROR, "Could not dirty metadata buffer. " in ocfs2_journal_dirty()
671 mlog(ML_ERROR, "access error (bad inode)\n"); in ocfs2_journal_init()
687 mlog(ML_ERROR, "Could not get lock on journal!\n"); in ocfs2_journal_init()
695 mlog(ML_ERROR, "Journal file size (%lld) is too small!\n", in ocfs2_journal_init()
709 mlog(ML_ERROR, "Linux journal layer error\n"); in ocfs2_journal_init()
[all …]
Dquota_local.c152 mlog(ML_ERROR, "failed to read quota file header (type=%d)\n", in ocfs2_local_check_quota_file()
158 mlog(ML_ERROR, "quota file magic does not match (%u != %u)," in ocfs2_local_check_quota_file()
164 mlog(ML_ERROR, "quota file version does not match (%u != %u)," in ocfs2_local_check_quota_file()
176 mlog(ML_ERROR, "cannot get global quota file inode " in ocfs2_local_check_quota_file()
184 mlog(ML_ERROR, "failed to read global quota file header " in ocfs2_local_check_quota_file()
190 mlog(ML_ERROR, "global quota file magic does not match " in ocfs2_local_check_quota_file()
196 mlog(ML_ERROR, "global quota file version does not match " in ocfs2_local_check_quota_file()
401 mlog(ML_ERROR, "failed to read quota file info header " in ocfs2_begin_quota_recovery()
476 mlog(ML_ERROR, "Failed to get quota structure " in ocfs2_recover_local_quota_file()
593 mlog(ML_ERROR, "failed to read quota file info header " in ocfs2_finish_quota_recovery()
[all …]
Dblockcheck.c285 mlog(ML_ERROR, in ocfs2_block_check_validate()
298 mlog(ML_ERROR, "Fixed CRC32 failed: stored: %u, computed %u\n", in ocfs2_block_check_validate()
391 mlog(ML_ERROR, in ocfs2_block_check_validate_bhs()
422 mlog(ML_ERROR, "Fixed CRC32 failed: stored: %u, computed %u\n", in ocfs2_block_check_validate_bhs()
Dbuffer_head_io.c137 mlog(ML_ERROR, in ocfs2_read_blocks_sync()
146 mlog(ML_ERROR, in ocfs2_read_blocks_sync()
203 mlog(ML_ERROR, "asked to read %d blocks!\n", nr); in ocfs2_read_blocks()
292 mlog(ML_ERROR, "block %llu had the JBD bit set " in ocfs2_read_blocks()
Dinode.c273 mlog(ML_ERROR, in ocfs2_populate_inode()
371 mlog(ML_ERROR, "bad inode\n"); in ocfs2_read_locked_inode()
378 mlog(ML_ERROR, "bad inode args\n"); in ocfs2_read_locked_inode()
777 mlog(ML_ERROR, "Skipping delete of root inode.\n"); in ocfs2_inode_is_valid_to_delete()
797 mlog(ML_ERROR, "Skipping delete of system file %llu\n", in ocfs2_inode_is_valid_to_delete()
854 mlog(ML_ERROR, in ocfs2_query_inode_wipe()
1281 mlog(ML_ERROR, "Checksum failed for dinode %llu\n", in ocfs2_validate_inode_block()
Daops.c67 mlog(ML_ERROR, "block offset > PATH_MAX: %llu", in ocfs2_symlink_get_block()
81 mlog(ML_ERROR, "block offset is outside the allocated size: " in ocfs2_symlink_get_block()
93 mlog(ML_ERROR, "couldn't getblock for symlink!\n"); in ocfs2_symlink_get_block()
105 mlog(ML_ERROR, "couldn't kmap!\n"); in ocfs2_symlink_get_block()
154 mlog(ML_ERROR, "Error %d from get_blocks(0x%p, %llu, 1, " in ocfs2_get_block()
189 mlog(ML_ERROR, in ocfs2_get_block()
194 …mlog(ML_ERROR, "Size %llu, clusters %u\n", (unsigned long long)i_size_read(inode), OCFS2_I(inode)-… in ocfs2_get_block()
522 mlog(ML_ERROR, "get_blocks() failed, block = %llu\n", in ocfs2_bmap()
577 mlog(ML_ERROR, "get_blocks() failed iblock=%llu\n", in ocfs2_direct_IO_get_blocks()
Dquota_global.c202 mlog(ML_ERROR, "Quota write (off=%llu, len=%llu) cancelled " in ocfs2_quota_write()
312 mlog(ML_ERROR, "failed to get global quota inode (type=%d)\n", in ocfs2_global_read_info()
335 mlog(ML_ERROR, "Cannot read global quota info (%d).\n", in ocfs2_global_read_info()
384 mlog(ML_ERROR, "Cannot write global quota info structure\n"); in __ocfs2_global_write_info()
463 mlog(ML_ERROR, "Short read from global quota file " in __ocfs2_sync_dquot()
530 mlog(ML_ERROR, "Failed to lock quota info, loosing quota write" in __ocfs2_sync_dquot()
Ddlmglue.c325 mlog(ML_ERROR, "DLM error %d while calling %s on resource %s\n", \
328 mlog(ML_ERROR, "DLM error %d while calling %s on resource %.*s%08x\n", \
1009 mlog(ML_ERROR, "lockres %s: lksb status value of %d!\n", in ocfs2_locking_ast()
1027 mlog(ML_ERROR, "lockres %s: ast fired with invalid action: %u " in ocfs2_locking_ast()
1291 mlog(ML_ERROR, "lockres %s has action %u pending\n", in ocfs2_cluster_lock()
1685 mlog(ML_ERROR, in ocfs2_file_lock()
2731 mlog(ML_ERROR, in ocfs2_dlm_init_debug()
2792 mlog(ML_ERROR, in ocfs2_dlm_init()
2857 mlog(ML_ERROR, "Dlm passes error %d for lock %s, " in ocfs2_unlock_ast()
2932 mlog(ML_ERROR, "destroying busy lock: \"%s\"\n", in ocfs2_drop_lock()
[all …]
Dheartbeat.c127 mlog(ML_ERROR, "bit=%d map->num_nodes=%d\n", bit, map->num_nodes); in ocfs2_node_map_test_bit()
/fs/ocfs2/cluster/
Dmasklog.h118 #define ML_ERROR 0x0000000100000000ULL /* sent to KERN_ERR */ macro
122 #define MLOG_INITIAL_AND_MASK (ML_ERROR|ML_NOTICE)
136 #define ML_ALLOWED_BITS (ML_ERROR|ML_NOTICE)
206 if (__m & ML_ERROR) \
218 mlog(ML_ERROR, "status = %lld\n", (long long)_st); \
275 mlog(ML_ERROR, "bug expression: " #cond "\n"); \
276 mlog(ML_ERROR, fmt, ##args); \
Dquorum.c119 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
133 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
142 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
Dheartbeat.c165 mlog(ML_ERROR, "Heartbeat write timeout to device %s after %u " in o2hb_write_timeout()
225 mlog(ML_ERROR, "IO Error %d\n", error); in o2hb_bio_end_io()
254 mlog(ML_ERROR, "Could not alloc slots BIO!\n"); in o2hb_setup_one_bio()
367 mlog(ML_ERROR, "Dump slot information: seq = 0x%llx, node = %u, " in o2hb_dump_slot()
583 mlog(ML_ERROR, "Node %d has written a bad crc to %s\n", in o2hb_check_slot()
658 mlog(ML_ERROR, "Node %d on device %s has a dead count " in o2hb_check_slot()
761 mlog(ML_ERROR, "Device \"%s\": another node is heartbeating " in o2hb_do_disk_heartbeat()
791 mlog(ML_ERROR, "Write error %d on device \"%s\"\n", in o2hb_do_disk_heartbeat()
1282 mlog(ML_ERROR, in o2hb_region_dev_write()
1859 mlog(ML_ERROR, "stopping heartbeat on all active regions.\n"); in o2hb_stop_all_regions()
Dtcp.c897 mlog(ML_ERROR, "sendmsg returned %d instead of %zu\n", ret, in o2net_send_tcp_msg()
933 mlog(ML_ERROR, "sendpage of size %zu to " SC_NODEF_FMT in o2net_sendpage()
1600 mlog(ML_ERROR, "bind failed with %d at address %pI4\n", in o2net_start_connect()
1607 mlog(ML_ERROR, "setting TCP_NODELAY failed with %d\n", ret); in o2net_start_connect()
1655 mlog(ML_ERROR, "no connection established with node %u after " in o2net_connect_expired()
1781 mlog(ML_ERROR, "setting TCP_NODELAY failed with %d\n", ret); in o2net_accept_one()
1909 mlog(ML_ERROR, "unable to create socket, ret=%d\n", ret); in o2net_open_listening_sock()
1926 mlog(ML_ERROR, "unable to bind socket at %pI4:%u, " in o2net_open_listening_sock()
1933 mlog(ML_ERROR, "unable to listen on %pI4:%u, ret=%d\n", in o2net_open_listening_sock()
1963 mlog(ML_ERROR, "unable to launch o2net thread\n"); in o2net_start_listening()
/fs/ocfs2/dlm/
Ddlmmaster.c249 mlog(ML_ERROR, "bad mle: %p\n", mle); in __dlm_put_mle()
524 mlog(ML_ERROR, "Resource %.*s not on the Tracking list\n", in dlm_lockres_release()
539 mlog(ML_ERROR, in dlm_lockres_release()
806 mlog(ML_ERROR, "master entry for nonexistent lock!\n"); in dlm_get_lock_resource()
954 mlog(ML_ERROR, "%s:%.*s: spinning on " in dlm_get_lock_resource()
1020 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()
1333 mlog(ML_ERROR, "TCP stack not ready!\n"); in dlm_do_master_request()
1336 mlog(ML_ERROR, "bad args passed to o2net!\n"); in dlm_do_master_request()
1339 mlog(ML_ERROR, "out of memory while trying to send " in dlm_do_master_request()
[all …]
Ddlmast.c102 mlog(ML_ERROR, "ast list not empty!! pending=%d, newlevel=%d\n", in __dlm_queue_ast()
296 mlog(ML_ERROR, "Invalid name length (%d) in proxy ast " in dlm_proxy_ast_handler()
303 mlog(ML_ERROR, "Both PUT and GET lvb specified, (0x%x)\n", in dlm_proxy_ast_handler()
316 mlog(ML_ERROR, "Unknown ast type! %d, cookie=%u:%llu" in dlm_proxy_ast_handler()
461 mlog(ML_ERROR, "sent AST to node %u, it thinks this " in dlm_send_proxy_ast_msg()
465 mlog(ML_ERROR, "sent AST to node %u, it returned " in dlm_send_proxy_ast_msg()
469 mlog(ML_ERROR, "AST to node %u returned %d!\n", in dlm_send_proxy_ast_msg()
Ddlmrecovery.c474 mlog(ML_ERROR, "dead_node %u no longer in recovery map!\n", in dlm_do_recovery()
529 mlog(ML_ERROR, "error %d remastering locks for node %u, " in dlm_do_recovery()
559 mlog(ML_ERROR, "%s: failed to alloc recovery area, " in dlm_remaster_locks()
660 mlog(ML_ERROR, "bad ndata state for " in dlm_remaster_locks()
827 mlog(ML_ERROR, "%s: node %u sent dead_node=%u, but local " in dlm_request_all_locks_handler()
918 mlog(ML_ERROR, "%s: node %u went down while sending " in dlm_request_all_locks_worker()
934 mlog(ML_ERROR, "%s: node %u went down while sending " in dlm_request_all_locks_worker()
961 mlog(ML_ERROR, "%s: unknown error sending data-done " in dlm_send_all_done_msg()
1001 mlog(ML_ERROR, "bad ndata state for node %u:" in dlm_reco_data_done_handler()
1028 mlog(ML_ERROR, "failed to find recovery node data for node " in dlm_reco_data_done_handler()
[all …]
Ddlmunlock.c126 mlog(ML_ERROR, "lockres %.*s: Someone is calling dlmunlock " in dlmunlock_common()
135 mlog(ML_ERROR, "lockres in progress!\n"); in dlmunlock_common()
404 mlog(ML_ERROR, "bad args! GET_LVB specified on unlock!\n"); in dlm_unlock_lock_handler()
409 mlog(ML_ERROR, "bad args! cannot modify lvb on a CANCEL " in dlm_unlock_lock_handler()
415 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()
Ddlmlock.c325 mlog(ML_ERROR, "%s:%.*s: BUG. this is a stale lockres " in dlm_send_remote_lock_request()
485 mlog(ML_ERROR, "Domain %s not fully joined, but node %u is " in dlm_create_lock_handler()
602 mlog(ML_ERROR, "strange LOCAL convert request!\n"); in dlmlock()
612 mlog(ML_ERROR, "NULL lock pointer in convert " in dlmlock()
619 mlog(ML_ERROR, "NULL lockres pointer in convert " in dlmlock()
633 mlog(ML_ERROR, "new args: lksb=%p, ast=%p, bast=%p, " in dlmlock()
635 mlog(ML_ERROR, "orig args: lksb=%p, ast=%p, bast=%p, " in dlmlock()
Ddlmconvert.c140 mlog(ML_ERROR, "attempted to convert a lock with a lock " in __dlmconvert_master()
148 mlog(ML_ERROR, "attempted to convert a lock not on grant " in __dlmconvert_master()
287 mlog(ML_ERROR, "converting a remote lock that is already " in dlmconvert_remote()
452 mlog(ML_ERROR, "both PUT and GET lvb specified\n"); in dlm_convert_lock_handler()
486 mlog(ML_ERROR, "did not find lock to convert on grant queue! " in dlm_convert_lock_handler()
Ddlmdomain.c684 mlog(ML_ERROR, "Following lockres' are still on the " in dlm_unregister_domain()
981 mlog(ML_ERROR, in dlm_send_join_cancels()
996 mlog(ML_ERROR, "Error return %d cancelling join on " in dlm_send_join_cancels()
1076 mlog(ML_ERROR, "invalid response %d from node %u\n", in dlm_request_join()
1132 mlog(ML_ERROR, "Error return %d asserting " in dlm_send_join_asserts()
1650 mlog(ML_ERROR, "domain name length too long\n"); in dlm_register_domain()
1655 mlog(ML_ERROR, "the local node has not been configured, or is " in dlm_register_domain()
1686 mlog(ML_ERROR, in dlm_register_domain()
1853 mlog(ML_ERROR, "Could not create o2dlm_mle slabcache\n"); in dlm_init()
1859 mlog(ML_ERROR, "Could not create o2dlm_lockres and " in dlm_init()
[all …]
Duserdlm.c106 mlog(ML_ERROR, "Dlm error \"%s\" while calling %s on " \
137 mlog(ML_ERROR, "lksb status value of %u on lockres %.*s\n", in user_ast()
238 mlog(ML_ERROR, "Dlm returns status %d\n", status); in user_unlock_ast()
417 mlog(ML_ERROR, "lockres %.*s: invalid request!\n", in user_dlm_cluster_lock()
527 mlog(ML_ERROR, "lockres %.*s: invalid request!\n", in user_dlm_cluster_unlock()
Ddlmfs.c435 mlog(ML_ERROR, "invalid domain name for directory.\n"); in dlmfs_mkdir()
451 mlog(ML_ERROR, "Error %d could not register domain \"%.*s\"\n", in dlmfs_mkdir()
484 mlog(ML_ERROR, "invalid lock name, %.*s\n", name->len, in dlmfs_create()
514 mlog(ML_ERROR, "unlink %.*s, error %d from destroy\n", in dlmfs_unlink()
Ddlmapi.h95 mlog(ML_ERROR, "dlm status = %s\n", dlm_errname((st))); \

12