Home
last modified time | relevance | path

Searched refs:mlog (Results 1 – 42 of 42) sorted by relevance

/linux-4.4.14/fs/ocfs2/dlm/
Ddlmrecovery.c122 mlog(0, "%s: changing dead_node from %u to %u\n", in dlm_set_reco_dead_node()
131 mlog(0, "%s: changing new_master from %u to %u\n", in dlm_set_reco_master()
168 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()
205 mlog(0, "starting dlm recovery thread...\n"); in dlm_launch_recovery_thread()
221 mlog(0, "waiting for dlm recovery thread to exit\n"); in dlm_complete_recovery_thread()
257 mlog(ML_NOTICE, "%s(%d): recovery info, state=%s, dead=%u, master=%u\n", in dlm_print_reco_node_status()
290 mlog(ML_NOTICE, "%s: reco state, node %u, state=%s\n", in dlm_print_reco_node_status()
294 mlog(ML_NOTICE, "%s: lockres %.*s on recovering list\n", in dlm_print_reco_node_status()
307 mlog(0, "dlm thread running for %s...\n", dlm->name); in dlm_recovery_thread()
325 mlog(0, "quitting DLM recovery thread\n"); in dlm_recovery_thread()
[all …]
Ddlmmaster.c239 mlog(ML_ERROR, "bad mle: %p\n", mle); in __dlm_put_mle()
382 mlog(0, "node %u already removed from nodemap!\n", idx); in dlm_mle_node_down()
396 mlog(0, "node %u already in node map!\n", idx); in dlm_mle_node_up()
432 mlog(0, "Releasing mle for %.*s, type %d\n", mle->mnamelen, mle->mname, in dlm_mle_release()
498 mlog(0, "destroying lockres %.*s\n", res->lockname.len, in dlm_lockres_release()
510 mlog(ML_ERROR, in dlm_lockres_release()
628 mlog(0, "res %.*s, set node %u, %ps()\n", res->lockname.len, in dlm_lockres_set_refmap_bit()
639 mlog(0, "res %.*s, clr node %u, %ps()\n", res->lockname.len, in dlm_lockres_clear_refmap_bit()
650 mlog(0, "%s: res %.*s, inflight++: now %u, %ps()\n", dlm->name, in __dlm_lockres_grab_inflight_ref()
671 mlog(0, "%s: res %.*s, inflight--: now %u, %ps()\n", dlm->name, in dlm_lockres_drop_inflight_ref()
[all …]
Ddlmunlock.c110 mlog(0, "master_node = %d, valblk = %d\n", master_node, in dlmunlock_common()
124 mlog(ML_ERROR, "lockres %.*s: Someone is calling dlmunlock " in dlmunlock_common()
133 mlog(ML_ERROR, "lockres in progress!\n"); in dlmunlock_common()
200 mlog(0, "%s:%.*s: clearing actions, %s\n", in dlmunlock_common()
229 mlog(0, "clearing convert_type at %smaster node\n", in dlmunlock_common()
251 mlog(0, "lock %u:%llu should be gone now! refs=%d\n", in dlmunlock_common()
323 mlog(0, "%.*s\n", res->lockname.len, res->lockname.name); in dlm_send_remote_unlock_request()
329 mlog(0, "%s:%.*s: this node became the master due to a " in dlm_send_remote_unlock_request()
357 mlog(0, "master was in-progress. retry\n"); in dlm_send_remote_unlock_request()
360 mlog(ML_ERROR, "Error %d when sending message %u (key 0x%x) to " in dlm_send_remote_unlock_request()
[all …]
Ddlmdomain.c98 mlog(0, "Allocated DLM hash pagevec; %d pages (%lu expected), %lu buckets per page\n", in dlm_alloc_pagevec()
163 mlog(0, "%s: Unhash res %.*s\n", dlm->name, res->lockname.len, in __dlm_unhash_lockres()
184 mlog(0, "%s: Hash res %.*s\n", dlm->name, res->lockname.len, in __dlm_insert_lockres()
196 mlog(0, "%.*s\n", len, name); in __dlm_lookup_lockres_full()
228 mlog(0, "%.*s\n", len, name); in __dlm_lookup_lockres()
336 mlog(0, "freeing memory from domain %s\n", dlm->name); in dlm_ctxt_release()
428 mlog(0, "Migrating locks from domain %s\n", dlm->name); in dlm_migrate_all_locks()
469 mlog(0, "%s: %d lock resources in hash last pass\n", in dlm_migrate_all_locks()
473 mlog(0, "DONE Migrating locks from domain %s\n", dlm->name); in dlm_migrate_all_locks()
499 mlog(0, "%s: Node %u sent a begin exit domain message\n", dlm->name, node); in dlm_begin_exit_domain_handler()
[all …]
Ddlmast.c103 mlog(ML_ERROR, "%s: res %.*s, lock %u:%llu, " in __dlm_queue_ast()
112 mlog(0, "%s: res %.*s, lock %u:%llu, AST getting flushed\n", in __dlm_queue_ast()
123 mlog(0, "%s: res %.*s, lock %u:%llu, Cancelling BAST\n", in __dlm_queue_ast()
170 mlog(0, "%s: res %.*s, lock %u:%llu, BAST getting flushed\n", in __dlm_queue_bast()
204 mlog(0, "getting lvb from lockres for %s node\n", in dlm_update_lvb()
229 mlog(0, "%s: res %.*s, lock %u:%llu, Local AST\n", dlm->name, in dlm_do_local_ast()
250 mlog(0, "%s: res %.*s, lock %u:%llu, Remote AST\n", dlm->name, in dlm_do_remote_ast()
274 mlog(0, "%s: res %.*s, lock %u:%llu, Local BAST, blocked %d\n", in dlm_do_local_bast()
316 mlog(ML_ERROR, "Invalid name length (%d) in proxy ast " in dlm_proxy_ast_handler()
323 mlog(ML_ERROR, "Both PUT and GET lvb specified, (0x%x)\n", in dlm_proxy_ast_handler()
[all …]
Ddlmconvert.c130 mlog(0, "type=%d, convert_type=%d, new convert_type=%d\n", in __dlmconvert_master()
137 mlog(ML_ERROR, "attempted to convert a lock with a lock " in __dlmconvert_master()
145 mlog(ML_ERROR, "attempted to convert a lock not on grant " in __dlmconvert_master()
155 mlog(0, "will set lvb: converting %s->%s\n", in __dlmconvert_master()
164 mlog(0, "will fetch new value into " in __dlmconvert_master()
170 mlog(0, "will NOT fetch new value " in __dlmconvert_master()
205 mlog(0, "res %.*s, granting %s lock\n", res->lockname.len, in __dlmconvert_master()
210 mlog(0, "doing in-place convert for nonlocal lock\n"); in __dlmconvert_master()
221 mlog(0, "failed to convert NOQUEUE lock %.*s from " in __dlmconvert_master()
227 mlog(0, "res %.*s, queueing...\n", res->lockname.len, in __dlmconvert_master()
[all …]
Ddlmlock.c126 mlog(0, "type=%d\n", lock->ml.type); in dlmlock_master()
143 mlog(0, "I can grant this lock right away\n"); in dlmlock_master()
160 mlog(0, "%s: returning DLM_NORMAL to " in dlmlock_master()
171 mlog(0, "%s: returning NOTQUEUED to " in dlmlock_master()
222 mlog(0, "type=%d, lockres %.*s, flags = 0x%x\n", in dlmlock_remote()
258 mlog(0, "%s: recovery lock was owned by " in dlmlock_remote()
279 mlog(0, "%s: $RECOVERY lock for this node (%u) is " in dlmlock_remote()
322 mlog(ML_ERROR, "%s: res %.*s, Stale lockres no longer " in dlm_send_remote_lock_request()
330 mlog(ML_ERROR, "%s: res %.*s, Error %d send CREATE LOCK to " in dlm_send_remote_lock_request()
367 mlog(0, "freeing kernel-allocated lksb\n"); in dlm_lock_release()
[all …]
Ddlmthread.c132 mlog(0, "%s: Adding res %.*s to purge list\n", in __dlm_lockres_calc_usage()
141 mlog(0, "%s: Removing res %.*s from purge list\n", in __dlm_lockres_calc_usage()
173 mlog(0, "%s: Purging res %.*s, master %d\n", dlm->name, in dlm_purge_lockres()
198 mlog(0, "%s: Removing res %.*s from purgelist, master %d\n", in dlm_purge_lockres()
206 mlog(ML_ERROR, "%s: res %.*s in use after deref\n", in dlm_purge_lockres()
218 mlog(ML_ERROR, "Resource %.*s not on the Tracking list\n", in dlm_purge_lockres()
274 mlog(0, "%s: res %.*s is in use or being remastered, " in dlm_run_purge_list()
319 mlog(0, "%s: res %.*s has locks on the convert queue\n", dlm->name, in dlm_shuffle_lists()
324 mlog(ML_ERROR, "%s: res %.*s converting lock to invalid mode\n", in dlm_shuffle_lists()
367 mlog(0, "%s: res %.*s, AST for Converting lock %u:%llu, type " in dlm_shuffle_lists()
[all …]
Ddlmapi.h95 mlog(ML_ERROR, "dlm status = %s\n", dlm_errname((st))); \
/linux-4.4.14/fs/ocfs2/cluster/
Dquorum.c117 mlog(0, "heartbeating: %d, connected: %d, " in o2quo_make_decision()
130 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
144 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
153 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
167 mlog(ML_NOTICE, "not fencing this node, heartbeating: %d, " in o2quo_make_decision()
185 mlog(0, "node %u, %d total\n", node, qs->qs_holds); in o2quo_set_hold()
194 mlog(0, "node %u, %d total\n", node, qs->qs_holds - 1); in o2quo_clear_hold()
222 mlog(0, "node %u, %d total\n", node, qs->qs_heartbeating); in o2quo_hb_up()
247 mlog(0, "node %u, %d total\n", node, qs->qs_heartbeating); in o2quo_hb_down()
265 mlog(0, "node %u\n", node); in o2quo_hb_still_up()
[all …]
Dheartbeat.c295 mlog(ML_ERROR, "Heartbeat write timeout to device %s after %u " in o2hb_write_timeout()
309 mlog(ML_HEARTBEAT, "Number of regions %d, failed regions %d\n", in o2hb_write_timeout()
329 mlog(ML_HEARTBEAT, "Queue write timeout for %u ms\n", in o2hb_arm_write_timeout()
381 mlog(ML_ERROR, "IO Error %d\n", bio->bi_error); in o2hb_bio_end_io()
410 mlog(ML_ERROR, "Could not alloc slots BIO!\n"); in o2hb_setup_one_bio()
429 mlog(ML_HB_BIO, "page %d, vec_len = %u, vec_start = %u\n", in o2hb_setup_one_bio()
523 mlog(ML_ERROR, "Dump slot information: seq = 0x%llx, node = %u, " in o2hb_dump_slot()
577 mlog(ML_ERROR, "%s (%s): expected(%u:0x%llx, 0x%llx), " in o2hb_check_own_slot()
614 mlog(ML_HB_BIO, "our node generation = 0x%llx, cksum = 0x%x\n", in o2hb_prepare_block()
626 mlog(ML_HEARTBEAT, "calling funcs %p\n", f); in o2hb_fire_callbacks()
[all …]
Dmasklog.h173 #define mlog(mask, fmt, ...) \ macro
186 mlog(ML_ERROR, "status = %lld\n", (long long)_st); \
192 mlog(ML_ERROR, "bug expression: " #cond "\n"); \
193 mlog(ML_ERROR, fmt, ##args); \
Dtcp.c88 mlog(ML_MSG, "[mag %u len %u typ %u stat %d sys_stat %d " \
98 mlog(ML_SOCKET, "[sc %p refs %d sock %p node %u page %p " \
375 mlog(0, "completed %d messages for node %u\n", num_kills, in o2net_complete_nodes_nsw()
527 mlog(ML_CONN, "node %u sc: %p -> %p, valid %u -> %u, err %d -> %d\n", in o2net_set_nn_state()
574 mlog(ML_CONN, "queueing conn attempt in %lu jiffies\n", delay); in o2net_set_nn_state()
822 mlog(0, "max_len for message handler out of range: %u\n", in o2net_register_handler()
829 mlog(0, "no message type provided: %u, %p\n", msg_type, func); in o2net_register_handler()
835 mlog(0, "no message handler provided: %u, %p\n", in o2net_register_handler()
866 mlog(ML_TCP, "registered handler func %p type %u key %08x\n", in o2net_register_handler()
892 mlog(ML_TCP, "unregistering handler func %p type %u key %08x\n", in o2net_unregister_handler_list()
[all …]
Dnodemanager.c441 mlog(ML_NOTICE, in o2nm_cluster_idle_timeout_ms_store()
448 mlog(ML_NOTICE, "o2net: idle timeout must be larger " in o2nm_cluster_idle_timeout_ms_store()
478 mlog(ML_NOTICE, in o2nm_cluster_keepalive_delay_ms_store()
485 mlog(ML_NOTICE, "o2net: keepalive delay must be " in o2nm_cluster_keepalive_delay_ms_store()
576 mlog(ML_CLUSTER, "o2nm: Registering node %s\n", name); in o2nm_node_group_make_item()
611 mlog(ML_CLUSTER, "o2nm: Unregistered node %s\n", in o2nm_node_group_drop_item()
/linux-4.4.14/fs/ocfs2/dlmfs/
Duserdlm.c107 mlog(ML_ERROR, "Dlm error %d while calling %s on " \
131 mlog(ML_BASTS, "AST fired for lockres %.*s, level %d => %d\n", in user_ast()
139 mlog(ML_ERROR, "lksb status value of %u on lockres %.*s\n", in user_ast()
218 mlog(ML_BASTS, "BAST fired for lockres %.*s, blocking %d, level %d\n", in user_bast()
236 mlog(ML_BASTS, "UNLOCK AST fired for lockres %.*s, flags 0x%x\n", in user_unlock_ast()
240 mlog(ML_ERROR, "dlm returns status %d\n", status); in user_unlock_ast()
306 mlog(0, "lockres %.*s\n", lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
324 mlog(ML_BASTS, "lockres %.*s USER_LOCK_BLOCKED\n", in user_dlm_unblock_lock()
331 mlog(ML_BASTS, "lockres %.*s USER_LOCK_IN_TEARDOWN\n", in user_dlm_unblock_lock()
339 mlog(ML_BASTS, "lockres %.*s USER_LOCK_IN_CANCEL\n", in user_dlm_unblock_lock()
[all …]
Ddlmfs.c142 mlog(0, "open called on inode %lu, flags 0x%x\n", inode->i_ino, in dlmfs_file_open()
189 mlog(0, "close called on inode %lu\n", inode->i_ino); in dlmfs_file_release()
249 mlog(0, "inode %lu, count = %zu, *ppos = %llu\n", in dlmfs_file_read()
283 mlog(0, "read %zd bytes\n", readlen); in dlmfs_file_read()
297 mlog(0, "inode %lu, count = %zu, *ppos = %llu\n", in dlmfs_file_write()
327 mlog(0, "wrote %zd bytes\n", writelen); in dlmfs_file_write()
371 mlog(0, "inode %lu\n", inode->i_ino); in dlmfs_evict_inode()
383 mlog(0, "we're a directory, ip->ip_conn = 0x%p\n", ip->ip_conn); in dlmfs_evict_inode()
476 mlog(0, "mkdir %.*s\n", domain->len, domain->name); in dlmfs_mkdir()
481 mlog(ML_ERROR, "invalid domain name for directory.\n"); in dlmfs_mkdir()
[all …]
/linux-4.4.14/fs/ocfs2/
Dsuper.c483 mlog(ML_ERROR, "Unable to load system inode %d, " in ocfs2_init_global_system_inodes()
512 mlog(ML_ERROR, "status=%d, sysfile=%d, slot=%d\n", in ocfs2_init_local_system_inodes()
660 mlog(ML_ERROR, "Cannot change heartbeat mode on remount\n"); in ocfs2_remount()
667 mlog(ML_ERROR, "Cannot change data mode on remount\n"); in ocfs2_remount()
676 mlog(ML_ERROR, "Cannot enable inode64 on remount\n"); in ocfs2_remount()
692 mlog(ML_ERROR, "Remount on readonly device is forbidden.\n"); in ocfs2_remount()
702 mlog(ML_ERROR, "Cannot remount RDWR " in ocfs2_remount()
709 mlog(ML_ERROR, "Cannot remount RDWR because " in ocfs2_remount()
773 mlog(ML_ERROR, "Hardware sector size too large: %d (max=%d)\n", in ocfs2_sb_probe()
791 mlog(ML_ERROR, "incompatible version: %u.%u\n", in ocfs2_sb_probe()
[all …]
Dresize.c321 mlog(ML_ERROR, "The disk is too old and small. " in ocfs2_group_extend()
401 mlog(ML_ERROR, "Group descriptor # %llu has bad chain %u " in ocfs2_check_new_group()
406 mlog(ML_ERROR, "Group descriptor # %llu has bit count %u but " in ocfs2_check_new_group()
411 mlog(ML_ERROR, "Group descriptor # %llu has free bit count %u " in ocfs2_check_new_group()
436 mlog(ML_ERROR, "add a group which is in the current volume.\n"); in ocfs2_verify_group_and_input()
438 mlog(ML_ERROR, "input chain exceeds the limit.\n"); in ocfs2_verify_group_and_input()
440 mlog(ML_ERROR, in ocfs2_verify_group_and_input()
443 mlog(ML_ERROR, "add group's clusters overflow.\n"); in ocfs2_verify_group_and_input()
445 mlog(ML_ERROR, "the cluster exceeds the maximum of a group\n"); in ocfs2_verify_group_and_input()
447 mlog(ML_ERROR, "the free cluster exceeds the total clusters\n"); in ocfs2_verify_group_and_input()
[all …]
Ddlmglue.c129 mlog(level, "LVB information for %s (called from %s:%u):\n", in ocfs2_dump_meta_lvb_info()
131 mlog(level, "version: %u, clusters: %u, generation: 0x%x\n", in ocfs2_dump_meta_lvb_info()
134 mlog(level, "size: %llu, uid %u, gid %u, mode 0x%x\n", in ocfs2_dump_meta_lvb_info()
138 mlog(level, "nlink %u, atime_packed 0x%llx, ctime_packed 0x%llx, " in ocfs2_dump_meta_lvb_info()
366 mlog(ML_ERROR, "DLM error %d while calling %s on resource %s\n", \
369 mlog(ML_ERROR, "DLM error %d while calling %s on resource %.*s%08x\n", \
408 mlog(0, "built lock resource with name: %s\n", name); in ocfs2_build_lock_name()
416 mlog(0, "Add tracking for lockres %s\n", res->l_name); in ocfs2_add_lockres_tracking()
909 mlog(ML_BASTS, "lockres %s, block %d, level %d, l_block %d, dwn %d\n", in ocfs2_generic_handle_bast()
915 mlog(0, "needs_downconvert = %d\n", needs_downconvert); in ocfs2_generic_handle_bast()
[all …]
Dreservations.c93 mlog(ML_NOTICE, "Dumping resmap for device %s. Bitmap length: %u\n", in ocfs2_dump_resv()
100 mlog(ML_NOTICE, "start: %u\tend: %u\tlen: %u\tlast_start: %u" in ocfs2_dump_resv()
109 mlog(ML_NOTICE, "%d reservations found. LRU follows\n", i); in ocfs2_dump_resv()
113 mlog(ML_NOTICE, "LRU(%d) start: %u\tend: %u\tlen: %u\t" in ocfs2_dump_resv()
133 mlog(ML_ERROR, in ocfs2_validate_resmap_bits()
156 mlog(ML_ERROR, "reservation %d has bad start off!\n", in ocfs2_check_resmap()
162 mlog(ML_ERROR, "reservation %d has no length!\n", in ocfs2_check_resmap()
168 mlog(ML_ERROR, "reservation %d has invalid range!\n", in ocfs2_check_resmap()
174 mlog(ML_ERROR, "reservation %d extends past bitmap!\n", in ocfs2_check_resmap()
343 mlog(ML_ERROR, "Duplicate reservation window!\n"); in ocfs2_resv_insert()
[all …]
Dblockcheck.c336 mlog(ML_NOTICE, "Block check count has wrapped\n"); in ocfs2_blockcheck_inc_check()
352 mlog(ML_NOTICE, "Checksum failure count has wrapped\n"); in ocfs2_blockcheck_inc_failure()
368 mlog(ML_NOTICE, "ECC recovery count has wrapped\n"); in ocfs2_blockcheck_inc_recover()
442 mlog(ML_ERROR, in ocfs2_block_check_validate()
457 mlog(ML_ERROR, "Fixed CRC32 failed: stored: 0x%x, computed 0x%x\n", in ocfs2_block_check_validate()
555 mlog(ML_ERROR, in ocfs2_block_check_validate_bhs()
588 mlog(ML_ERROR, "Fixed CRC32 failed: stored: %u, computed %u\n", in ocfs2_block_check_validate_bhs()
Djournal.c568 mlog(ML_ERROR, in ocfs2_abort_trigger()
668 mlog(ML_ERROR, "giving me a buffer that's not uptodate!\n"); in __ocfs2_journal_access()
669 mlog(ML_ERROR, "b_blocknr=%llu\n", in __ocfs2_journal_access()
711 mlog(ML_ERROR, "Unknown access type!\n"); in __ocfs2_journal_access()
718 mlog(ML_ERROR, "Error %d getting %d access to buffer!\n", in __ocfs2_journal_access()
798 mlog(ML_ERROR, "jbd2_journal_dirty_metadata failed. " in ocfs2_journal_dirty()
850 mlog(ML_ERROR, "access error (bad inode)\n"); in ocfs2_journal_init()
866 mlog(ML_ERROR, "Could not get lock on journal!\n"); in ocfs2_journal_init()
874 mlog(ML_ERROR, "Journal file size (%lld) is too small!\n", in ocfs2_journal_init()
887 mlog(ML_ERROR, "Linux journal layer error\n"); in ocfs2_journal_init()
[all …]
Dbuffer_head_io.c133 mlog(ML_ERROR, in ocfs2_read_blocks_sync()
142 mlog(ML_ERROR, in ocfs2_read_blocks_sync()
199 mlog(ML_ERROR, "asked to read %d blocks!\n", nr); in ocfs2_read_blocks()
282 mlog(ML_ERROR, "block %llu had the JBD bit set " in ocfs2_read_blocks()
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()
503 mlog(ML_ERROR, "Failed to get quota structure " in ocfs2_recover_local_quota_file()
629 mlog(ML_ERROR, "failed to read quota file info header " in ocfs2_finish_quota_recovery()
[all …]
Dmove_extents.c205 mlog(0, "reserve metadata_blocks: %d, data_clusters: %u, credits: %d\n", in ocfs2_lock_allocators_move_extents()
310 mlog(0, "len_claimed: %u, len: %u\n", new_len, *len); in ocfs2_defrag_extent()
318 mlog(0, "cpos: %u, phys_cpos: %u, new_phys_cpos: %u\n", cpos, in ocfs2_defrag_extent()
444 mlog(0, "find the victim group: #%llu, " in ocfs2_find_victim_alloc_group()
515 mlog(0, "extents get ready to be moved to #%llu block\n", in ocfs2_validate_and_adjust_move_goal()
560 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos); in ocfs2_probe_alloc_group()
630 mlog(ML_ERROR, "unable to get global_bitmap inode\n"); in ocfs2_move_extent()
813 mlog(0, "Inode: %llu, start: %llu, len: %llu, cstart: %u, clen: %u, " in __ocfs2_move_extents_range()
856 mlog(0, "#Defrag: cpos: %u, phys_cpos: %u, " in __ocfs2_move_extents_range()
Dexport.c80 mlog(ML_ERROR, "getting nfs sync lock(EX) failed %d\n", status); in ocfs2_get_dentry()
94 mlog(ML_ERROR, "test inode bit failed %d\n", status); in ocfs2_get_dentry()
Daops.c74 mlog(ML_ERROR, "block offset > PATH_MAX: %llu", in ocfs2_symlink_get_block()
89 mlog(ML_ERROR, "block offset is outside the allocated size: " in ocfs2_symlink_get_block()
102 mlog(ML_ERROR, "couldn't getblock for symlink!\n"); in ocfs2_symlink_get_block()
114 mlog(ML_ERROR, "couldn't kmap!\n"); in ocfs2_symlink_get_block()
150 mlog(ML_NOTICE, "get_block on system inode 0x%p (%lu)\n", in ocfs2_get_block()
162 mlog(ML_ERROR, "Error %d from get_blocks(0x%p, %llu, 1, " in ocfs2_get_block()
197 mlog(ML_ERROR, in ocfs2_get_block()
202mlog(ML_ERROR, "Size %llu, clusters %u\n", (unsigned long long)i_size_read(inode), OCFS2_I(inode)-… in ocfs2_get_block()
490 mlog(ML_ERROR, "get_blocks() failed, block = %llu\n", in ocfs2_bmap()
545 mlog(ML_ERROR, "get_blocks() failed iblock=%llu\n", in ocfs2_direct_IO_get_blocks()
[all …]
Dheartbeat.c126 mlog(ML_ERROR, "bit=%d map->num_nodes=%d\n", bit, map->num_nodes); in ocfs2_node_map_test_bit()
Dquota_global.c228 mlog(ML_ERROR, "Quota write (off=%llu, len=%llu) cancelled " in ocfs2_quota_write()
351 mlog(ML_ERROR, "failed to get global quota inode (type=%d)\n", in ocfs2_global_read_info()
384 mlog(ML_ERROR, "Cannot read global quota info (%d).\n", in ocfs2_global_read_info()
435 mlog(ML_ERROR, "Cannot write global quota info structure\n"); in __ocfs2_global_write_info()
493 mlog(ML_ERROR, "Short read from global quota file " in __ocfs2_sync_dquot()
562 mlog(ML_ERROR, "Failed to lock quota info, losing quota write" in __ocfs2_sync_dquot()
Dinode.c318 mlog(ML_ERROR, in ocfs2_populate_inode()
829 mlog(ML_ERROR, "Skipping delete of root inode.\n"); in ocfs2_inode_is_valid_to_delete()
848 mlog(ML_ERROR, "Skipping delete of system file %llu\n", in ocfs2_inode_is_valid_to_delete()
909 mlog(ML_ERROR, in ocfs2_query_inode_wipe()
1009 mlog(ML_ERROR, "getting nfs sync lock(PR) failed %d\n", status); in ocfs2_delete_inode()
1352 mlog(ML_ERROR, "Checksum failed for dinode %llu\n", in ocfs2_validate_inode_block()
Dsuballoc.c170 mlog(ML_ERROR, fmt, ##__VA_ARGS__); \
273 mlog(ML_ERROR, in ocfs2_check_group_descriptor()
2318 mlog(ML_ERROR, "minimum allocation requested %u exceeds " in __ocfs2_claim_clusters()
2747 mlog(ML_ERROR, "read block %llu failed %d\n", in ocfs2_get_suballoc_slot_bit()
2754 mlog(ML_ERROR, "invalid inode %llu requested\n", in ocfs2_get_suballoc_slot_bit()
2762 mlog(ML_ERROR, "inode %llu has invalid suballoc slot %u\n", in ocfs2_get_suballoc_slot_bit()
2808 mlog(ML_ERROR, "suballoc bit %u out of range of %u\n", in ocfs2_test_suballoc_bit()
2820 mlog(ML_ERROR, "read group %llu failed %d\n", in ocfs2_test_suballoc_bit()
2862 mlog(ML_ERROR, "get alloc slot and bit failed %d\n", status); in ocfs2_test_inode_bit()
2873 mlog(ML_ERROR, "unable to get alloc inode in slot %u\n", in ocfs2_test_inode_bit()
[all …]
Dslot_map.c239 mlog(ML_ERROR, in ocfs2_slot_map_physical_size()
491 mlog(ML_ERROR, "no free slots available!\n"); in ocfs2_find_slot()
Duptodate.c200 mlog(ML_ERROR, "Owner %llu, count = %u, purged = %u\n", in ocfs2_metadata_cache_purge()
342 mlog(ML_ERROR, "Duplicate block %llu cached!\n", in __ocfs2_insert_cache_tree()
Dlocalalloc.c297 mlog(ML_NOTICE, "Requested local alloc window %d is larger " in ocfs2_load_local_alloc()
326 mlog(ML_ERROR, "Invalid local alloc inode, %llu\n", in ocfs2_load_local_alloc()
334 mlog(ML_ERROR, "Local alloc size is invalid (la_size = %u)\n", in ocfs2_load_local_alloc()
349 mlog(ML_ERROR, "Local alloc hasn't been recovered!\n" in ocfs2_load_local_alloc()
Dioctl.c356 mlog(ML_ERROR, "unable to get alloc inode in " in ocfs2_info_handle_freeinode()
473 mlog(ML_ERROR, "Can't read the group descriptor # " in ocfs2_info_freefrag_scan_chain()
652 mlog(ML_ERROR, "unable to get global_bitmap inode\n"); in ocfs2_info_handle_freefrag()
Ddcache.c408 mlog(ML_ERROR, "Dentry is missing cluster lock. " in ocfs2_dentry_iput()
Dnamei.c205 mlog(ML_ERROR, "new_inode failed!\n"); in ocfs2_get_init_inode()
729 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); in ocfs2_link()
1096 mlog(ML_NOTICE, "max lookup times reached, filesystem " in ocfs2_check_if_ancestor()
1312 mlog(ML_ERROR, "no old_dir_bh!\n"); in ocfs2_rename()
1624 mlog(ML_ERROR, "need to change nlink for old dir " in ocfs2_rename()
1957 mlog(ML_ERROR, in ocfs2_symlink()
Ddir.c335 mlog(ML_ERROR, "bad entry in directory #%llu: %s - " in ocfs2_check_dir_entry()
464 mlog(ML_ERROR, "Checksum failed for dinode %llu\n", in ocfs2_validate_dir_block()
593 mlog(ML_ERROR, in ocfs2_validate_dx_root()
636 mlog(ML_ERROR, in ocfs2_validate_dx_leaf()
738 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()
1765 mlog(ML_ERROR, "Unable to read inode block for dir %llu\n", in ocfs2_dir_foreach_blk_id()
2163 mlog(ML_ERROR, "bad directory (dir #%llu) - no `.' or `..'\n", in ocfs2_empty_dir()
3748 mlog(ML_ERROR, "DX Dir: %llu, Asked to rebalance empty leaf: " in ocfs2_dx_dir_rebalance()
Dalloc.c901 mlog(ML_ERROR, "Checksum failed for extent block %llu\n", in ocfs2_validate_extent_block()
2584 mlog(ML_ERROR, in ocfs2_unlink_path()
5179 mlog(ML_ERROR, "Owner %llu tried to set %d flags on an " in ocfs2_change_extent_flag()
5187 mlog(ML_ERROR, "Owner %llu tried to clear %d flags on an " in ocfs2_change_extent_flag()
5458 mlog(ML_ERROR, "Owner %llu: Invalid record truncate: (%u, %u) " in ocfs2_truncate_rec()
6007 mlog(ML_ERROR, "Could not get bitmap inode!\n"); in __ocfs2_flush_truncate_log()
6101 mlog(ML_ERROR, "Could not get load truncate log inode!\n"); in ocfs2_get_truncate_log_info()
6202 mlog(ML_ERROR, "Asked to recover my own truncate log!\n"); in ocfs2_complete_truncate_log_recovery()
7114 mlog(ML_ERROR, "Inode %lu has an empty " in ocfs2_commit_truncate()
Dextent_map.c960 mlog(ML_ERROR, in ocfs2_read_virt_blocks()
Dxattr.c1975 mlog(ML_ERROR, in ocfs2_xa_cleanup_value_truncate()
1982 mlog(ML_ERROR, in ocfs2_xa_cleanup_value_truncate()
1990 mlog(ML_ERROR, in ocfs2_xa_cleanup_value_truncate()
5516 mlog(ML_ERROR, "Too much hash collision in xattr bucket %llu, " in ocfs2_check_xattr_bucket_collision()
Drefcounttree.c98 mlog(ML_ERROR, "Checksum failed for refcount block %llu\n", in ocfs2_validate_refcount_block()
241 mlog(ML_ERROR, "Duplicate refcount block %llu found!\n", in ocfs2_insert_refcount_tree()