Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/ocfs2/dlm/
Ddlmrecovery.c107 mlog(0, "%s: changing dead_node from %u to %u\n", in dlm_set_reco_dead_node()
116 mlog(0, "%s: changing new_master from %u to %u\n", in dlm_set_reco_master()
153 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()
190 mlog(0, "starting dlm recovery thread...\n"); in dlm_launch_recovery_thread()
206 mlog(0, "waiting for dlm recovery thread to exit\n"); in dlm_complete_recovery_thread()
242 mlog(ML_NOTICE, "%s(%d): recovery info, state=%s, dead=%u, master=%u\n", in dlm_print_reco_node_status()
275 mlog(ML_NOTICE, "%s: reco state, node %u, state=%s\n", in dlm_print_reco_node_status()
279 mlog(ML_NOTICE, "%s: lockres %.*s on recovering list\n", in dlm_print_reco_node_status()
292 mlog(0, "dlm thread running for %s...\n", dlm->name); in dlm_recovery_thread()
310 mlog(0, "quitting DLM recovery thread\n"); in dlm_recovery_thread()
[all …]
Ddlmmaster.c224 mlog(ML_ERROR, "bad mle: %p\n", mle); in __dlm_put_mle()
367 mlog(0, "node %u already removed from nodemap!\n", idx); in dlm_mle_node_down()
381 mlog(0, "node %u already in node map!\n", idx); in dlm_mle_node_up()
416 mlog(0, "Releasing mle for %.*s, type %d\n", mle->mnamelen, mle->mname, in dlm_mle_release()
478 mlog(0, "destroying lockres %.*s\n", res->lockname.len, in dlm_lockres_release()
490 mlog(ML_ERROR, in dlm_lockres_release()
608 mlog(0, "res %.*s, set node %u, %ps()\n", res->lockname.len, in dlm_lockres_set_refmap_bit()
619 mlog(0, "res %.*s, clr node %u, %ps()\n", res->lockname.len, in dlm_lockres_clear_refmap_bit()
630 mlog(0, "%s: res %.*s, inflight++: now %u, %ps()\n", dlm->name, in __dlm_lockres_grab_inflight_ref()
651 mlog(0, "%s: res %.*s, inflight--: now %u, %ps()\n", dlm->name, in dlm_lockres_drop_inflight_ref()
[all …]
Ddlmunlock.c96 mlog(0, "master_node = %d, valblk = %d\n", master_node, in dlmunlock_common()
110 mlog(ML_ERROR, "lockres %.*s: Someone is calling dlmunlock " in dlmunlock_common()
119 mlog(ML_ERROR, "lockres in progress!\n"); in dlmunlock_common()
186 mlog(0, "%s:%.*s: clearing actions, %s\n", in dlmunlock_common()
218 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.c84 mlog(0, "Allocated DLM hash pagevec; %d pages (%lu expected), %lu buckets per page\n", in dlm_alloc_pagevec()
152 mlog(0, "%s: Unhash res %.*s\n", dlm->name, res->lockname.len, in __dlm_unhash_lockres()
171 mlog(0, "%s: Hash res %.*s\n", dlm->name, res->lockname.len, in __dlm_insert_lockres()
183 mlog(0, "%.*s\n", len, name); in __dlm_lookup_lockres_full()
215 mlog(0, "%.*s\n", len, name); in __dlm_lookup_lockres()
323 mlog(0, "freeing memory from domain %s\n", dlm->name); in dlm_ctxt_release()
413 mlog(0, "Migrating locks from domain %s\n", dlm->name); in dlm_migrate_all_locks()
451 mlog(0, "%s: perhaps there are more lock resources " in dlm_migrate_all_locks()
455 mlog(0, "%s: we won't do dlm recovery after migrating " in dlm_migrate_all_locks()
467 mlog(0, "%s: %d lock resources in hash last pass\n", in dlm_migrate_all_locks()
[all …]
Ddlmast.c88 mlog(ML_ERROR, "%s: res %.*s, lock %u:%llu, " in __dlm_queue_ast()
97 mlog(0, "%s: res %.*s, lock %u:%llu, AST getting flushed\n", in __dlm_queue_ast()
108 mlog(0, "%s: res %.*s, lock %u:%llu, Cancelling BAST\n", in __dlm_queue_ast()
155 mlog(0, "%s: res %.*s, lock %u:%llu, BAST getting flushed\n", in __dlm_queue_bast()
189 mlog(0, "getting lvb from lockres for %s node\n", in dlm_update_lvb()
213 mlog(0, "%s: res %.*s, lock %u:%llu, Local AST\n", dlm->name, in dlm_do_local_ast()
233 mlog(0, "%s: res %.*s, lock %u:%llu, Remote AST\n", dlm->name, in dlm_do_remote_ast()
257 mlog(0, "%s: res %.*s, lock %u:%llu, Local BAST, blocked %d\n", in dlm_do_local_bast()
299 mlog(ML_ERROR, "Invalid name length (%d) in proxy ast " in dlm_proxy_ast_handler()
306 mlog(ML_ERROR, "Both PUT and GET lvb specified, (0x%x)\n", in dlm_proxy_ast_handler()
[all …]
Ddlmconvert.c115 mlog(0, "type=%d, convert_type=%d, new convert_type=%d\n", in __dlmconvert_master()
122 mlog(ML_ERROR, "attempted to convert a lock with a lock " in __dlmconvert_master()
130 mlog(ML_ERROR, "attempted to convert a lock not on grant " in __dlmconvert_master()
140 mlog(0, "will set lvb: converting %s->%s\n", in __dlmconvert_master()
149 mlog(0, "will fetch new value into " in __dlmconvert_master()
155 mlog(0, "will NOT fetch new value " in __dlmconvert_master()
190 mlog(0, "res %.*s, granting %s lock\n", res->lockname.len, in __dlmconvert_master()
195 mlog(0, "doing in-place convert for nonlocal lock\n"); in __dlmconvert_master()
212 mlog(0, "failed to convert NOQUEUE lock %.*s from " in __dlmconvert_master()
218 mlog(0, "res %.*s, queueing...\n", res->lockname.len, in __dlmconvert_master()
[all …]
Ddlmlock.c110 mlog(0, "type=%d\n", lock->ml.type); in dlmlock_master()
127 mlog(0, "I can grant this lock right away\n"); in dlmlock_master()
144 mlog(0, "%s: returning DLM_NORMAL to " in dlmlock_master()
155 mlog(0, "%s: returning NOTQUEUED to " in dlmlock_master()
206 mlog(0, "type=%d, lockres %.*s, flags = 0x%x\n", in dlmlock_remote()
242 mlog(0, "%s: recovery lock was owned by " in dlmlock_remote()
263 mlog(0, "%s: $RECOVERY lock for this node (%u) is " in dlmlock_remote()
306 mlog(ML_ERROR, "%s: res %.*s, Stale lockres no longer " in dlm_send_remote_lock_request()
314 mlog(ML_ERROR, "%s: res %.*s, Error %d send CREATE LOCK to " in dlm_send_remote_lock_request()
351 mlog(0, "freeing kernel-allocated lksb\n"); in dlm_lock_release()
[all …]
Ddlmthread.c118 mlog(0, "%s: Adding res %.*s to purge list\n", in __dlm_lockres_calc_usage()
127 mlog(0, "%s: Removing res %.*s from purge list\n", in __dlm_lockres_calc_usage()
161 mlog(0, "%s: Removing res %.*s from purgelist\n", in __dlm_do_purge_lockres()
169 mlog(ML_ERROR, "%s: res %.*s in use after deref\n", in __dlm_do_purge_lockres()
181 mlog(ML_ERROR, "%s: Resource %.*s not on the Tracking list\n", in __dlm_do_purge_lockres()
205 mlog(0, "%s: Purging res %.*s, master %d\n", dlm->name, in dlm_purge_lockres()
210 mlog(ML_NOTICE, "%s: res %.*s already in DLM_LOCK_RES_DROPPING_REF state\n", in dlm_purge_lockres()
237 mlog(0, "%s: Removing res %.*s from purgelist, master %d\n", in dlm_purge_lockres()
245 mlog(0, "%s: deref %.*s in progress\n", in dlm_purge_lockres()
252 mlog(ML_ERROR, "%s: res %.*s in use after deref\n", in dlm_purge_lockres()
[all …]
/Linux-v5.4/fs/ocfs2/cluster/
Dquorum.c104 mlog(0, "heartbeating: %d, connected: %d, " in o2quo_make_decision()
117 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
131 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
140 mlog(ML_ERROR, "fencing this node because it is " in o2quo_make_decision()
154 mlog(ML_NOTICE, "not fencing this node, heartbeating: %d, " in o2quo_make_decision()
172 mlog(0, "node %u, %d total\n", node, qs->qs_holds); in o2quo_set_hold()
181 mlog(0, "node %u, %d total\n", node, qs->qs_holds - 1); in o2quo_clear_hold()
209 mlog(0, "node %u, %d total\n", node, qs->qs_heartbeating); in o2quo_hb_up()
234 mlog(0, "node %u, %d total\n", node, qs->qs_heartbeating); in o2quo_hb_down()
252 mlog(0, "node %u\n", node); in o2quo_hb_still_up()
[all …]
Dheartbeat.c294 mlog(ML_ERROR, "Heartbeat write timeout to device %s after %u " in o2hb_write_timeout()
308 mlog(ML_HEARTBEAT, "Number of regions %d, failed regions %d\n", in o2hb_write_timeout()
328 mlog(ML_HEARTBEAT, "Queue write timeout for %u ms\n", in o2hb_arm_timeout()
417 mlog(ML_HEARTBEAT, "send NEGO_APPROVE msg to node %d\n", i); in o2hb_nego_timeout()
421 mlog(ML_ERROR, "send NEGO_APPROVE msg to node %d fail %d\n", in o2hb_nego_timeout()
432 mlog(ML_ERROR, "send NEGO_TIMEOUT msg to node %d fail %d\n", in o2hb_nego_timeout()
449 mlog(ML_ERROR, "got nego timeout message from bad node.\n"); in o2hb_nego_timeout_handler()
497 mlog(ML_ERROR, "IO Error %d\n", bio->bi_status); in o2hb_bio_end_io()
527 mlog(ML_ERROR, "Could not alloc slots BIO!\n"); in o2hb_setup_one_bio()
547 mlog(ML_HB_BIO, "page %d, vec_len = %u, vec_start = %u\n", in o2hb_setup_one_bio()
[all …]
Dmasklog.h159 #define mlog(mask, fmt, ...) \ macro
173 mlog(mask, fmt, ##__VA_ARGS__); \
181 mlog(ML_ERROR, "status = %lld\n", (long long)_st); \
187 mlog(ML_ERROR, "bug expression: " #cond "\n"); \
188 mlog(ML_ERROR, fmt, ##args); \
Dtcp.c75 mlog(ML_MSG, "[mag %u len %u typ %u stat %d sys_stat %d " \
85 mlog(ML_SOCKET, "[sc %p refs %d sock %p node %u page %p " \
362 mlog(0, "completed %d messages for node %u\n", num_kills, in o2net_complete_nodes_nsw()
512 mlog(ML_CONN, "node %u sc: %p -> %p, valid %u -> %u, err %d -> %d\n", in o2net_set_nn_state()
559 mlog(ML_CONN, "queueing conn attempt in %lu jiffies\n", delay); in o2net_set_nn_state()
808 mlog(0, "max_len for message handler out of range: %u\n", in o2net_register_handler()
815 mlog(0, "no message type provided: %u, %p\n", msg_type, func); in o2net_register_handler()
821 mlog(0, "no message handler provided: %u, %p\n", in o2net_register_handler()
852 mlog(ML_TCP, "registered handler func %p type %u key %08x\n", in o2net_register_handler()
876 mlog(ML_TCP, "unregistering handler func %p type %u key %08x\n", in o2net_unregister_handler_list()
[all …]
/Linux-v5.4/fs/ocfs2/dlmfs/
Duserdlm.c94 mlog(ML_ERROR, "Dlm error %d while calling %s on " \
118 mlog(ML_BASTS, "AST fired for lockres %.*s, level %d => %d\n", in user_ast()
126 mlog(ML_ERROR, "lksb status value of %u on lockres %.*s\n", in user_ast()
205 mlog(ML_BASTS, "BAST fired for lockres %.*s, blocking %d, level %d\n", in user_bast()
223 mlog(ML_BASTS, "UNLOCK AST fired for lockres %.*s, flags 0x%x\n", in user_unlock_ast()
227 mlog(ML_ERROR, "dlm returns status %d\n", status); in user_unlock_ast()
293 mlog(0, "lockres %.*s\n", lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
311 mlog(ML_BASTS, "lockres %.*s USER_LOCK_BLOCKED\n", in user_dlm_unblock_lock()
318 mlog(ML_BASTS, "lockres %.*s USER_LOCK_IN_TEARDOWN\n", in user_dlm_unblock_lock()
326 mlog(ML_BASTS, "lockres %.*s USER_LOCK_IN_CANCEL\n", in user_dlm_unblock_lock()
[all …]
Ddlmfs.c128 mlog(0, "open called on inode %lu, flags 0x%x\n", inode->i_ino, in dlmfs_file_open()
175 mlog(0, "close called on inode %lu\n", inode->i_ino); in dlmfs_file_release()
234 mlog(0, "inode %lu, count = %zu, *ppos = %llu\n", in dlmfs_file_read()
268 mlog(0, "read %zd bytes\n", readlen); in dlmfs_file_read()
282 mlog(0, "inode %lu, count = %zu, *ppos = %llu\n", in dlmfs_file_write()
312 mlog(0, "wrote %zd bytes\n", writelen); in dlmfs_file_write()
350 mlog(0, "inode %lu\n", inode->i_ino); in dlmfs_evict_inode()
362 mlog(0, "we're a directory, ip->ip_conn = 0x%p\n", ip->ip_conn); in dlmfs_evict_inode()
455 mlog(0, "mkdir %.*s\n", domain->len, domain->name); in dlmfs_mkdir()
460 mlog(ML_ERROR, "invalid domain name for directory.\n"); in dlmfs_mkdir()
[all …]
/Linux-v5.4/fs/ocfs2/
Dsuper.c465 mlog(ML_ERROR, "Unable to load system inode %d, " in ocfs2_init_global_system_inodes()
494 mlog(ML_ERROR, "status=%d, sysfile=%d, slot=%d\n", in ocfs2_init_local_system_inodes()
626 mlog(ML_ERROR, "Cannot change heartbeat mode on remount\n"); in ocfs2_remount()
633 mlog(ML_ERROR, "Cannot change data mode on remount\n"); in ocfs2_remount()
642 mlog(ML_ERROR, "Cannot enable inode64 on remount\n"); in ocfs2_remount()
658 mlog(ML_ERROR, "Remount on readonly device is forbidden.\n"); in ocfs2_remount()
668 mlog(ML_ERROR, "Cannot remount RDWR " in ocfs2_remount()
675 mlog(ML_ERROR, "Cannot remount RDWR because " in ocfs2_remount()
739 mlog(ML_ERROR, "Hardware sector size too large: %d (max=%d)\n", in ocfs2_sb_probe()
757 mlog(ML_ERROR, "incompatible version: %u.%u\n", in ocfs2_sb_probe()
[all …]
Dresize.c307 mlog(ML_ERROR, "The disk is too old and small. " in ocfs2_group_extend()
387 mlog(ML_ERROR, "Group descriptor # %llu has bad chain %u " in ocfs2_check_new_group()
392 mlog(ML_ERROR, "Group descriptor # %llu has bit count %u but " in ocfs2_check_new_group()
397 mlog(ML_ERROR, "Group descriptor # %llu has free bit count %u " in ocfs2_check_new_group()
422 mlog(ML_ERROR, "add a group which is in the current volume.\n"); in ocfs2_verify_group_and_input()
424 mlog(ML_ERROR, "input chain exceeds the limit.\n"); in ocfs2_verify_group_and_input()
426 mlog(ML_ERROR, in ocfs2_verify_group_and_input()
429 mlog(ML_ERROR, "add group's clusters overflow.\n"); in ocfs2_verify_group_and_input()
431 mlog(ML_ERROR, "the cluster exceeds the maximum of a group\n"); in ocfs2_verify_group_and_input()
433 mlog(ML_ERROR, "the free cluster exceeds the total clusters\n"); in ocfs2_verify_group_and_input()
[all …]
Ddlmglue.c119 mlog(level, "LVB information for %s (called from %s:%u):\n", in ocfs2_dump_meta_lvb_info()
121 mlog(level, "version: %u, clusters: %u, generation: 0x%x\n", in ocfs2_dump_meta_lvb_info()
124 mlog(level, "size: %llu, uid %u, gid %u, mode 0x%x\n", in ocfs2_dump_meta_lvb_info()
128 mlog(level, "nlink %u, atime_packed 0x%llx, ctime_packed 0x%llx, " in ocfs2_dump_meta_lvb_info()
360 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", \
402 mlog(0, "built lock resource with name: %s\n", name); in ocfs2_build_lock_name()
410 mlog(0, "Add tracking for lockres %s\n", res->l_name); in ocfs2_add_lockres_tracking()
992 mlog(ML_BASTS, "lockres %s, block %d, level %d, l_block %d, dwn %d\n", in ocfs2_generic_handle_bast()
998 mlog(0, "needs_downconvert = %d\n", needs_downconvert); in ocfs2_generic_handle_bast()
[all …]
Dreservations.c85 mlog(ML_NOTICE, "Dumping resmap for device %s. Bitmap length: %u\n", in ocfs2_dump_resv()
92 mlog(ML_NOTICE, "start: %u\tend: %u\tlen: %u\tlast_start: %u" in ocfs2_dump_resv()
101 mlog(ML_NOTICE, "%d reservations found. LRU follows\n", i); in ocfs2_dump_resv()
105 mlog(ML_NOTICE, "LRU(%d) start: %u\tend: %u\tlen: %u\t" in ocfs2_dump_resv()
125 mlog(ML_ERROR, in ocfs2_validate_resmap_bits()
148 mlog(ML_ERROR, "reservation %d has bad start off!\n", in ocfs2_check_resmap()
154 mlog(ML_ERROR, "reservation %d has no length!\n", in ocfs2_check_resmap()
160 mlog(ML_ERROR, "reservation %d has invalid range!\n", in ocfs2_check_resmap()
166 mlog(ML_ERROR, "reservation %d extends past bitmap!\n", in ocfs2_check_resmap()
335 mlog(ML_ERROR, "Duplicate reservation window!\n"); in ocfs2_resv_insert()
[all …]
Dblockcheck.c296 mlog(ML_NOTICE, "Block check count has wrapped\n"); in ocfs2_blockcheck_inc_check()
312 mlog(ML_NOTICE, "Checksum failure count has wrapped\n"); in ocfs2_blockcheck_inc_failure()
328 mlog(ML_NOTICE, "ECC recovery count has wrapped\n"); in ocfs2_blockcheck_inc_recover()
402 mlog(ML_ERROR, in ocfs2_block_check_validate()
417 mlog(ML_ERROR, "Fixed CRC32 failed: stored: 0x%x, computed 0x%x\n", in ocfs2_block_check_validate()
515 mlog(ML_ERROR, in ocfs2_block_check_validate_bhs()
548 mlog(ML_ERROR, "Fixed CRC32 failed: stored: %u, computed %u\n", in ocfs2_block_check_validate_bhs()
Djournal.c555 mlog(ML_ERROR, in ocfs2_abort_trigger()
655 mlog(ML_ERROR, "giving me a buffer that's not uptodate!\n"); in __ocfs2_journal_access()
656 mlog(ML_ERROR, "b_blocknr=%llu, b_state=0x%lx\n", in __ocfs2_journal_access()
699 mlog(ML_ERROR, "Unknown access type!\n"); in __ocfs2_journal_access()
706 mlog(ML_ERROR, "Error %d getting %d access to buffer!\n", in __ocfs2_journal_access()
786 mlog(ML_ERROR, "jbd2_journal_dirty_metadata failed. " in ocfs2_journal_dirty()
838 mlog(ML_ERROR, "access error (bad inode)\n"); in ocfs2_journal_init()
854 mlog(ML_ERROR, "Could not get lock on journal!\n"); in ocfs2_journal_init()
862 mlog(ML_ERROR, "Journal file size (%lld) is too small!\n", in ocfs2_journal_init()
875 mlog(ML_ERROR, "Linux journal layer error\n"); in ocfs2_journal_init()
[all …]
Dexport.c66 mlog(ML_ERROR, "getting nfs sync lock(EX) failed %d\n", status); in ocfs2_get_dentry()
80 mlog(ML_ERROR, "test inode bit failed %d\n", status); in ocfs2_get_dentry()
144 mlog(ML_ERROR, "getting nfs sync lock(EX) failed %d\n", status); in ocfs2_get_parent()
168 mlog(ML_ERROR, "test inode bit failed %d\n", status); in ocfs2_get_parent()
Dinode.c315 mlog(ML_ERROR, in ocfs2_populate_inode()
854 mlog(ML_ERROR, "Skipping delete of root inode.\n"); in ocfs2_inode_is_valid_to_delete()
873 mlog(ML_ERROR, "Skipping delete of system file %llu\n", in ocfs2_inode_is_valid_to_delete()
934 mlog(ML_ERROR, in ocfs2_query_inode_wipe()
1034 mlog(ML_ERROR, "getting nfs sync lock(PR) failed %d\n", status); in ocfs2_delete_inode()
1380 mlog(ML_ERROR, "Checksum failed for dinode %llu\n", in ocfs2_validate_inode_block()
1446 mlog(ML_ERROR, in ocfs2_filecheck_validate_inode_block()
1453 mlog(ML_ERROR, in ocfs2_filecheck_validate_inode_block()
1462 mlog(ML_ERROR, in ocfs2_filecheck_validate_inode_block()
1471 mlog(ML_ERROR, in ocfs2_filecheck_validate_inode_block()
[all …]
Dbuffer_head_io.c129 mlog(ML_ERROR, in ocfs2_read_blocks_sync()
139 mlog(ML_ERROR, in ocfs2_read_blocks_sync()
219 mlog(ML_ERROR, "asked to read %d blocks!\n", nr); in ocfs2_read_blocks()
308 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.c187 mlog(0, "reserve metadata_blocks: %d, data_clusters: %u, credits: %d\n", in ocfs2_lock_meta_allocator_move_extents()
305 mlog(0, "len_claimed: %u, len: %u\n", new_len, *len); in ocfs2_defrag_extent()
314 mlog(0, "cpos: %u, phys_cpos: %u, new_phys_cpos: %u\n", cpos, in ocfs2_defrag_extent()
454 mlog(0, "find the victim group: #%llu, " in ocfs2_find_victim_alloc_group()
525 mlog(0, "extents get ready to be moved to #%llu block\n", in ocfs2_validate_and_adjust_move_goal()
570 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos); in ocfs2_probe_alloc_group()
638 mlog(ML_ERROR, "unable to get global_bitmap inode\n"); in ocfs2_move_extent()
821 mlog(0, "Inode: %llu, start: %llu, len: %llu, cstart: %u, clen: %u, " in __ocfs2_move_extents_range()
864 mlog(0, "#Defrag: cpos: %u, phys_cpos: %u, " in __ocfs2_move_extents_range()

12