Searched defs:dlm (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/fs/dlm/
H A DMakefile
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmdebug.h58 static inline int dlm_debug_init(struct dlm_ctxt *dlm) dlm_debug_init() argument
62 static inline void dlm_debug_shutdown(struct dlm_ctxt *dlm) dlm_debug_shutdown() argument
65 static inline int dlm_create_debugfs_subroot(struct dlm_ctxt *dlm) dlm_create_debugfs_subroot() argument
69 static inline void dlm_destroy_debugfs_subroot(struct dlm_ctxt *dlm) dlm_destroy_debugfs_subroot() argument
H A Ddlmast.c64 static int dlm_should_cancel_bast(struct dlm_ctxt *dlm, struct dlm_lock *lock) dlm_should_cancel_bast() argument
91 void __dlm_queue_ast(struct dlm_ctxt *dlm, struct dlm_lock *lock) __dlm_queue_ast() argument
146 void dlm_queue_ast(struct dlm_ctxt *dlm, struct dlm_lock *lock) dlm_queue_ast() argument
157 void __dlm_queue_bast(struct dlm_ctxt *dlm, struct dlm_lock *lock) __dlm_queue_bast() argument
183 void dlm_queue_bast(struct dlm_ctxt *dlm, struct dlm_lock *lock) dlm_queue_bast() argument
193 static void dlm_update_lvb(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, dlm_update_lvb() argument
223 void dlm_do_local_ast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, dlm_do_local_ast() argument
243 int dlm_do_remote_ast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, dlm_do_remote_ast() argument
267 void dlm_do_local_bast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, dlm_do_local_bast() argument
290 struct dlm_ctxt *dlm = data; dlm_proxy_ast_handler() local
450 int dlm_send_proxy_ast_msg(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, dlm_send_proxy_ast_msg() argument
H A Ddlmconvert.c76 enum dlm_status dlmconvert_master(struct dlm_ctxt *dlm, dlmconvert_master() argument
119 static enum dlm_status __dlmconvert_master(struct dlm_ctxt *dlm, __dlmconvert_master() argument
260 enum dlm_status dlmconvert_remote(struct dlm_ctxt *dlm, dlmconvert_remote() argument
364 static enum dlm_status dlm_send_remote_convert_request(struct dlm_ctxt *dlm, dlm_send_remote_convert_request() argument
443 struct dlm_ctxt *dlm = data; dlm_convert_lock_handler() local
H A Ddlmthread.c124 void __dlm_lockres_calc_usage(struct dlm_ctxt *dlm, __dlm_lockres_calc_usage() argument
150 void dlm_lockres_calc_usage(struct dlm_ctxt *dlm, dlm_lockres_calc_usage() argument
162 static void dlm_purge_lockres(struct dlm_ctxt *dlm, dlm_purge_lockres() argument
234 static void dlm_run_purge_list(struct dlm_ctxt *dlm, dlm_run_purge_list() argument
298 static void dlm_shuffle_lists(struct dlm_ctxt *dlm, dlm_shuffle_lists() argument
455 void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_kick_thread() argument
467 void __dlm_dirty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_dirty_lockres() argument
492 int dlm_launch_thread(struct dlm_ctxt *dlm) dlm_launch_thread() argument
507 void dlm_complete_thread(struct dlm_ctxt *dlm) dlm_complete_thread() argument
516 static int dlm_dirty_list_empty(struct dlm_ctxt *dlm) dlm_dirty_list_empty() argument
527 static void dlm_flush_asts(struct dlm_ctxt *dlm) dlm_flush_asts() argument
642 struct dlm_ctxt *dlm = data; dlm_thread() local
H A Ddlmlock.c119 static enum dlm_status dlmlock_master(struct dlm_ctxt *dlm, dlmlock_master() argument
215 static enum dlm_status dlmlock_remote(struct dlm_ctxt *dlm, dlmlock_remote() argument
301 static enum dlm_status dlm_send_remote_lock_request(struct dlm_ctxt *dlm, dlm_send_remote_lock_request() argument
461 struct dlm_ctxt *dlm = data; dlm_create_lock_handler() local
558 enum dlm_status dlmlock(struct dlm_ctxt *dlm, int mode, dlmlock() argument
H A Ddlmunlock.c98 static enum dlm_status dlmunlock_common(struct dlm_ctxt *dlm, dlmunlock_common() argument
283 static inline enum dlm_status dlmunlock_master(struct dlm_ctxt *dlm, dlmunlock_master() argument
293 static inline enum dlm_status dlmunlock_remote(struct dlm_ctxt *dlm, dlmunlock_remote() argument
309 static enum dlm_status dlm_send_remote_unlock_request(struct dlm_ctxt *dlm, dlm_send_remote_unlock_request() argument
394 struct dlm_ctxt *dlm = data; dlm_unlock_lock_handler() local
528 static enum dlm_status dlm_get_cancel_actions(struct dlm_ctxt *dlm, dlm_get_cancel_actions() argument
560 static enum dlm_status dlm_get_unlock_actions(struct dlm_ctxt *dlm, dlm_get_unlock_actions() argument
587 enum dlm_status dlmunlock(struct dlm_ctxt *dlm, struct dlm_lockstatus *lksb, dlmunlock() argument
H A Ddlmdebug.c385 static int debug_purgelist_print(struct dlm_ctxt *dlm, char *buf, int len) debug_purgelist_print() argument
416 struct dlm_ctxt *dlm = inode->i_private; debug_purgelist_open() local
441 static int debug_mle_print(struct dlm_ctxt *dlm, char *buf, int len) debug_mle_print() argument
473 struct dlm_ctxt *dlm = inode->i_private; debug_mle_open() local
579 struct dlm_ctxt *dlm = dl->dl_ctxt; lockres_seq_start() local
649 struct dlm_ctxt *dlm = inode->i_private; debug_lockres_open() local
697 static int debug_state_print(struct dlm_ctxt *dlm, char *buf, int len) debug_state_print() argument
864 struct dlm_ctxt *dlm = inode->i_private; debug_state_open() local
889 int dlm_debug_init(struct dlm_ctxt *dlm) dlm_debug_init() argument
943 void dlm_debug_shutdown(struct dlm_ctxt *dlm) dlm_debug_shutdown() argument
957 int dlm_create_debugfs_subroot(struct dlm_ctxt *dlm) dlm_create_debugfs_subroot() argument
980 void dlm_destroy_debugfs_subroot(struct dlm_ctxt *dlm) dlm_destroy_debugfs_subroot() argument
H A Ddlmdomain.c158 void __dlm_unhash_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_unhash_lockres() argument
169 void __dlm_insert_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_insert_lockres() argument
188 struct dlm_lock_resource * __dlm_lookup_lockres_full(struct dlm_ctxt *dlm, __dlm_lookup_lockres_full() argument
221 struct dlm_lock_resource * __dlm_lookup_lockres(struct dlm_ctxt *dlm, __dlm_lookup_lockres() argument
246 struct dlm_lock_resource * dlm_lookup_lockres(struct dlm_ctxt *dlm, dlm_lookup_lockres() argument
305 static void dlm_free_ctxt_mem(struct dlm_ctxt *dlm) dlm_free_ctxt_mem() argument
324 struct dlm_ctxt *dlm; dlm_ctxt_release() local
345 void dlm_put(struct dlm_ctxt *dlm) dlm_put() argument
352 static void __dlm_get(struct dlm_ctxt *dlm) __dlm_get() argument
360 struct dlm_ctxt *dlm_grab(struct dlm_ctxt *dlm) dlm_grab() argument
380 int dlm_domain_fully_joined(struct dlm_ctxt *dlm) dlm_domain_fully_joined() argument
392 static void dlm_destroy_dlm_worker(struct dlm_ctxt *dlm) dlm_destroy_dlm_worker() argument
401 static void dlm_complete_dlm_shutdown(struct dlm_ctxt *dlm) dlm_complete_dlm_shutdown() argument
420 static int dlm_migrate_all_locks(struct dlm_ctxt *dlm) dlm_migrate_all_locks() argument
477 static int dlm_no_joining_node(struct dlm_ctxt *dlm) dlm_no_joining_node() argument
491 struct dlm_ctxt *dlm = data; dlm_begin_exit_domain_handler() local
510 static void dlm_mark_domain_leaving(struct dlm_ctxt *dlm) dlm_mark_domain_leaving() argument
533 static void __dlm_print_nodes(struct dlm_ctxt *dlm) __dlm_print_nodes() argument
551 struct dlm_ctxt *dlm = data; dlm_exit_domain_handler() local
578 static int dlm_send_one_domain_exit(struct dlm_ctxt *dlm, u32 msg_type, dlm_send_one_domain_exit() argument
600 static void dlm_begin_exit_domain(struct dlm_ctxt *dlm) dlm_begin_exit_domain() argument
629 static void dlm_leave_domain(struct dlm_ctxt *dlm) dlm_leave_domain() argument
677 int dlm_shutting_down(struct dlm_ctxt *dlm) dlm_shutting_down() argument
691 void dlm_unregister_domain(struct dlm_ctxt *dlm) dlm_unregister_domain() argument
814 struct dlm_ctxt *dlm = NULL; dlm_query_join_handler() local
931 struct dlm_ctxt *dlm = NULL; dlm_assert_joined_handler() local
974 static int dlm_match_regions(struct dlm_ctxt *dlm, dlm_match_regions() argument
1060 static int dlm_send_regions(struct dlm_ctxt *dlm, unsigned long *node_map) dlm_send_regions() argument
1117 struct dlm_ctxt *dlm = NULL; dlm_query_region_handler() local
1172 static int dlm_match_nodes(struct dlm_ctxt *dlm, struct dlm_query_nodeinfo *qn) dlm_match_nodes() argument
1232 static int dlm_send_nodeinfo(struct dlm_ctxt *dlm, unsigned long *node_map) dlm_send_nodeinfo() argument
1294 struct dlm_ctxt *dlm = NULL; dlm_query_nodeinfo_handler() local
1343 struct dlm_ctxt *dlm = NULL; dlm_cancel_join_handler() local
1368 static int dlm_send_one_join_cancel(struct dlm_ctxt *dlm, dlm_send_one_join_cancel() argument
1394 static int dlm_send_join_cancels(struct dlm_ctxt *dlm, dlm_send_join_cancels() argument
1430 static int dlm_request_join(struct dlm_ctxt *dlm, dlm_request_join() argument
1517 static int dlm_send_one_join_assert(struct dlm_ctxt *dlm, dlm_send_one_join_assert() argument
1544 static void dlm_send_join_asserts(struct dlm_ctxt *dlm, dlm_send_join_asserts() argument
1583 static int dlm_should_restart_join(struct dlm_ctxt *dlm, dlm_should_restart_join() argument
1607 static int dlm_try_to_join_domain(struct dlm_ctxt *dlm) dlm_try_to_join_domain() argument
1720 static void dlm_unregister_domain_handlers(struct dlm_ctxt *dlm) dlm_unregister_domain_handlers() argument
1727 static int dlm_register_domain_handlers(struct dlm_ctxt *dlm) dlm_register_domain_handlers() argument
1864 static int dlm_join_domain(struct dlm_ctxt *dlm) dlm_join_domain() argument
1968 struct dlm_ctxt *dlm = NULL; dlm_alloc_ctxt() local
2122 struct dlm_ctxt *dlm = NULL; dlm_register_domain() local
2288 void dlm_fire_domain_eviction_callbacks(struct dlm_ctxt *dlm, dlm_fire_domain_eviction_callbacks() argument
2310 void dlm_register_eviction_cb(struct dlm_ctxt *dlm, dlm_register_eviction_cb() argument
H A Ddlmrecovery.c117 static inline void dlm_set_reco_dead_node(struct dlm_ctxt *dlm, dlm_set_reco_dead_node() argument
127 static inline void dlm_set_reco_master(struct dlm_ctxt *dlm, dlm_set_reco_master() argument
136 static inline void __dlm_reset_recovery(struct dlm_ctxt *dlm) __dlm_reset_recovery() argument
144 static inline void dlm_reset_recovery(struct dlm_ctxt *dlm) dlm_reset_recovery() argument
154 struct dlm_ctxt *dlm = dlm_dispatch_work() local
191 void dlm_kick_recovery_thread(struct dlm_ctxt *dlm) dlm_kick_recovery_thread() argument
203 int dlm_launch_recovery_thread(struct dlm_ctxt *dlm) dlm_launch_recovery_thread() argument
218 void dlm_complete_recovery_thread(struct dlm_ctxt *dlm) dlm_complete_recovery_thread() argument
252 static void dlm_print_reco_node_status(struct dlm_ctxt *dlm) dlm_print_reco_node_status() argument
304 struct dlm_ctxt *dlm = data; dlm_recovery_thread() local
330 static int dlm_reco_master_ready(struct dlm_ctxt *dlm) dlm_reco_master_ready() argument
341 int dlm_is_node_dead(struct dlm_ctxt *dlm, u8 node) dlm_is_node_dead() argument
352 static int dlm_is_node_recovered(struct dlm_ctxt *dlm, u8 node) dlm_is_node_recovered() argument
362 void dlm_wait_for_node_death(struct dlm_ctxt *dlm, u8 node, int timeout) dlm_wait_for_node_death() argument
379 void dlm_wait_for_node_recovery(struct dlm_ctxt *dlm, u8 node, int timeout) dlm_wait_for_node_recovery() argument
402 static int dlm_in_recovery(struct dlm_ctxt *dlm) dlm_in_recovery() argument
412 void dlm_wait_for_recovery(struct dlm_ctxt *dlm) dlm_wait_for_recovery() argument
424 static void dlm_begin_recovery(struct dlm_ctxt *dlm) dlm_begin_recovery() argument
434 static void dlm_end_recovery(struct dlm_ctxt *dlm) dlm_end_recovery() argument
444 static void dlm_print_recovery_master(struct dlm_ctxt *dlm) dlm_print_recovery_master() argument
452 static int dlm_do_recovery(struct dlm_ctxt *dlm) dlm_do_recovery() argument
551 static int dlm_remaster_locks(struct dlm_ctxt *dlm, u8 dead_node) dlm_remaster_locks() argument
747 static int dlm_init_recovery_area(struct dlm_ctxt *dlm, u8 dead_node) dlm_init_recovery_area() argument
781 static void dlm_destroy_recovery_area(struct dlm_ctxt *dlm, u8 dead_node) dlm_destroy_recovery_area() argument
796 static int dlm_request_all_locks(struct dlm_ctxt *dlm, u8 request_from, dlm_request_all_locks() argument
833 struct dlm_ctxt *dlm = data; dlm_request_all_locks_handler() local
884 struct dlm_ctxt *dlm; dlm_request_all_locks_worker() local
959 static int dlm_send_all_done_msg(struct dlm_ctxt *dlm, u8 dead_node, u8 send_to) dlm_send_all_done_msg() argument
989 struct dlm_ctxt *dlm = data; dlm_reco_data_done_handler() local
1051 static void dlm_move_reco_locks_to_list(struct dlm_ctxt *dlm, dlm_move_reco_locks_to_list() argument
1112 static int dlm_send_mig_lockres_msg(struct dlm_ctxt *dlm, dlm_send_mig_lockres_msg() argument
1250 static void dlm_add_dummy_lock(struct dlm_ctxt *dlm, dlm_add_dummy_lock() argument
1264 static inline int dlm_is_dummy_lock(struct dlm_ctxt *dlm, dlm_is_dummy_lock() argument
1279 int dlm_send_one_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, dlm_send_one_lockres() argument
1367 struct dlm_ctxt *dlm = data; dlm_mig_lockres_handler() local
1526 struct dlm_ctxt *dlm; dlm_mig_lockres_worker() local
1592 static int dlm_lockres_master_requery(struct dlm_ctxt *dlm, dlm_lockres_master_requery() argument
1650 int dlm_do_master_requery(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, dlm_do_master_requery() argument
1691 struct dlm_ctxt *dlm = data; dlm_master_requery_handler() local
1778 static int dlm_process_recovery_data(struct dlm_ctxt *dlm, dlm_process_recovery_data() argument
2039 void dlm_move_lockres_to_recovery_list(struct dlm_ctxt *dlm, dlm_move_lockres_to_recovery_list() argument
2123 static void dlm_finish_local_lockres_recovery(struct dlm_ctxt *dlm, dlm_finish_local_lockres_recovery() argument
2197 static void dlm_revalidate_lvb(struct dlm_ctxt *dlm, dlm_revalidate_lvb() argument
2240 static void dlm_free_dead_locks(struct dlm_ctxt *dlm, dlm_free_dead_locks() argument
2314 static void dlm_do_local_recovery_cleanup(struct dlm_ctxt *dlm, u8 dead_node) dlm_do_local_recovery_cleanup() argument
2398 static void __dlm_hb_node_down(struct dlm_ctxt *dlm, int idx) __dlm_hb_node_down() argument
2463 struct dlm_ctxt *dlm = data; dlm_hb_node_down_cb() local
2484 struct dlm_ctxt *dlm = data; dlm_hb_node_up_cb() local
2500 struct dlm_ctxt *dlm = astdata; dlm_reco_ast() local
2506 struct dlm_ctxt *dlm = astdata; dlm_reco_bast() local
2527 static int dlm_pick_recovery_master(struct dlm_ctxt *dlm) dlm_pick_recovery_master() argument
2651 static int dlm_send_begin_reco_message(struct dlm_ctxt *dlm, u8 dead_node) dlm_send_begin_reco_message() argument
2741 struct dlm_ctxt *dlm = data; dlm_begin_reco_handler() local
2814 static int dlm_send_finalize_reco_message(struct dlm_ctxt *dlm) dlm_send_finalize_reco_message() argument
2873 struct dlm_ctxt *dlm = data; dlm_finalize_reco_handler() local
H A Ddlmmaster.c70 static inline int dlm_mle_equal(struct dlm_ctxt *dlm, dlm_mle_equal() argument
178 static inline void __dlm_mle_attach_hb_events(struct dlm_ctxt *dlm, __dlm_mle_attach_hb_events() argument
187 static inline void __dlm_mle_detach_hb_events(struct dlm_ctxt *dlm, __dlm_mle_detach_hb_events() argument
195 static inline void dlm_mle_detach_hb_events(struct dlm_ctxt *dlm, dlm_mle_detach_hb_events() argument
205 struct dlm_ctxt *dlm; dlm_get_mle_inuse() local
216 struct dlm_ctxt *dlm; dlm_put_mle_inuse() local
231 struct dlm_ctxt *dlm; __dlm_put_mle() local
250 struct dlm_ctxt *dlm; dlm_put_mle() local
319 void __dlm_unlink_mle(struct dlm_ctxt *dlm, struct dlm_master_list_entry *mle) __dlm_unlink_mle() argument
328 void __dlm_insert_mle(struct dlm_ctxt *dlm, struct dlm_master_list_entry *mle) __dlm_insert_mle() argument
339 static int dlm_find_mle(struct dlm_ctxt *dlm, dlm_find_mle() argument
361 void dlm_hb_event_notify_attached(struct dlm_ctxt *dlm, int idx, int node_up) dlm_hb_event_notify_attached() argument
375 static void dlm_mle_node_down(struct dlm_ctxt *dlm, dlm_mle_node_down() argument
389 static void dlm_mle_node_up(struct dlm_ctxt *dlm, dlm_mle_node_up() argument
424 struct dlm_ctxt *dlm; dlm_mle_release() local
489 struct dlm_ctxt *dlm; dlm_lockres_release() local
545 static void dlm_init_lockres(struct dlm_ctxt *dlm, dlm_init_lockres() argument
600 struct dlm_lock_resource *dlm_new_lockres(struct dlm_ctxt *dlm, dlm_new_lockres() argument
623 void dlm_lockres_set_refmap_bit(struct dlm_ctxt *dlm, dlm_lockres_set_refmap_bit() argument
634 void dlm_lockres_clear_refmap_bit(struct dlm_ctxt *dlm, dlm_lockres_clear_refmap_bit() argument
645 static void __dlm_lockres_grab_inflight_ref(struct dlm_ctxt *dlm, __dlm_lockres_grab_inflight_ref() argument
655 void dlm_lockres_grab_inflight_ref(struct dlm_ctxt *dlm, dlm_lockres_grab_inflight_ref() argument
662 void dlm_lockres_drop_inflight_ref(struct dlm_ctxt *dlm, dlm_lockres_drop_inflight_ref() argument
678 void __dlm_lockres_grab_inflight_worker(struct dlm_ctxt *dlm, __dlm_lockres_grab_inflight_worker() argument
688 static void __dlm_lockres_drop_inflight_worker(struct dlm_ctxt *dlm, __dlm_lockres_drop_inflight_worker() argument
699 static void dlm_lockres_drop_inflight_worker(struct dlm_ctxt *dlm, dlm_lockres_drop_inflight_worker() argument
723 struct dlm_lock_resource * dlm_get_lock_resource(struct dlm_ctxt *dlm, dlm_get_lock_resource() argument
1023 static int dlm_wait_for_lock_mastery(struct dlm_ctxt *dlm, dlm_wait_for_lock_mastery() argument
1235 static int dlm_restart_lock_mastery(struct dlm_ctxt *dlm, dlm_restart_lock_mastery() argument
1338 struct dlm_ctxt *dlm = mle->dlm; dlm_do_master_request() local
1433 struct dlm_ctxt *dlm = data; dlm_master_request_handler() local
1688 static int dlm_do_assert_master(struct dlm_ctxt *dlm, dlm_do_assert_master() argument
1800 struct dlm_ctxt *dlm = data; dlm_assert_master_handler() local
2087 int dlm_dispatch_assert_master(struct dlm_ctxt *dlm, dlm_dispatch_assert_master() argument
2119 struct dlm_ctxt *dlm = data; dlm_assert_master_worker() local
2203 static int dlm_pre_master_reco_lockres(struct dlm_ctxt *dlm, dlm_pre_master_reco_lockres() argument
2253 int dlm_drop_lockres_ref(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_drop_lockres_ref() argument
2287 struct dlm_ctxt *dlm = data; dlm_deref_lockres_handler() local
2380 struct dlm_ctxt *dlm; dlm_deref_lockres_worker() local
2419 static int dlm_is_lockres_migrateable(struct dlm_ctxt *dlm, dlm_is_lockres_migrateable() argument
2476 static int dlm_migrate_lockres(struct dlm_ctxt *dlm, dlm_migrate_lockres() argument
2698 int dlm_empty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_empty_lockres() argument
2727 int dlm_lock_basts_flushed(struct dlm_ctxt *dlm, struct dlm_lock *lock) dlm_lock_basts_flushed() argument
2738 static int dlm_migration_can_proceed(struct dlm_ctxt *dlm, dlm_migration_can_proceed() argument
2756 static int dlm_lockres_is_dirty(struct dlm_ctxt *dlm, dlm_lockres_is_dirty() argument
2767 static int dlm_mark_lockres_migrating(struct dlm_ctxt *dlm, dlm_mark_lockres_migrating() argument
2859 static void dlm_remove_nonlocal_locks(struct dlm_ctxt *dlm, dlm_remove_nonlocal_locks() argument
2913 static u8 dlm_pick_migration_target(struct dlm_ctxt *dlm, dlm_pick_migration_target() argument
2959 static int dlm_do_migrate_request(struct dlm_ctxt *dlm, dlm_do_migrate_request() argument
3039 struct dlm_ctxt *dlm = data; dlm_migrate_request_handler() local
3113 static int dlm_add_migration_mle(struct dlm_ctxt *dlm, dlm_add_migration_mle() argument
3188 static struct dlm_lock_resource *dlm_reset_mleres_owner(struct dlm_ctxt *dlm, dlm_reset_mleres_owner() argument
3218 static void dlm_clean_migration_mle(struct dlm_ctxt *dlm, dlm_clean_migration_mle() argument
3231 static void dlm_clean_block_mle(struct dlm_ctxt *dlm, dlm_clean_block_mle() argument
3260 void dlm_clean_master_list(struct dlm_ctxt *dlm, u8 dead_node) dlm_clean_master_list() argument
3344 int dlm_finish_migration(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, dlm_finish_migration() argument
3442 void dlm_lockres_release_ast(struct dlm_ctxt *dlm, dlm_lockres_release_ast() argument
3461 void dlm_force_free_mles(struct dlm_ctxt *dlm) dlm_force_free_mles() argument
265 dlm_init_mle(struct dlm_master_list_entry *mle, enum dlm_mle_type type, struct dlm_ctxt *dlm, struct dlm_lock_resource *res, const char *name, unsigned int namelen) dlm_init_mle() argument
H A Ddlmcommon.h62 struct dlm_ctxt *dlm; member in struct:dlm_master_list_entry
190 static inline struct hlist_head *dlm_lockres_hash(struct dlm_ctxt *dlm, unsigned i) dlm_lockres_hash() argument
195 static inline struct hlist_head *dlm_master_hash(struct dlm_ctxt *dlm, dlm_master_hash() argument
244 struct dlm_ctxt *dlm; member in struct:dlm_work_item
254 static inline void dlm_init_work_item(struct dlm_ctxt *dlm, dlm_init_work_item() argument
267 static inline void __dlm_set_joining_node(struct dlm_ctxt *dlm, __dlm_set_joining_node() argument
324 struct dlm_ctxt *dlm; member in struct:dlm_lock_resource
936 static inline int dlm_send_proxy_bast(struct dlm_ctxt *dlm, dlm_send_proxy_bast() argument
945 static inline int dlm_send_proxy_ast(struct dlm_ctxt *dlm, dlm_send_proxy_ast() argument
1130 static inline void dlm_set_lockres_owner(struct dlm_ctxt *dlm, dlm_set_lockres_owner() argument
1139 static inline void dlm_change_lockres_owner(struct dlm_ctxt *dlm, dlm_change_lockres_owner() argument
/linux-4.4.14/fs/ocfs2/
H A Dstack_o2cb.c332 struct dlm_ctxt *dlm; o2cb_cluster_connect() local
388 struct dlm_ctxt *dlm = conn->cc_lockspace; o2cb_cluster_disconnect() local
/linux-4.4.14/arch/powerpc/kernel/
H A Dudbg_16550.c130 unsigned int dll, dlm, divisor, prescaler, speed; udbg_probe_uart_speed() local
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
H A Dosc_lock.c1590 int osc_dlm_lock_pageref(struct ldlm_lock *dlm) osc_dlm_lock_pageref() argument
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_request.c577 struct ldlm_request *dlm = NULL; ldlm_prep_elc_req() local
830 struct ldlm_request *dlm; ldlm_cancel_pack() local
/linux-4.4.14/arch/sh/include/asm/
H A Dsmc37c93x.h90 #define dlm ier macro
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dioc3.h27 char dlm; /* DLAB == 1 */ member in union:ioc3_uartregs::__anon1544
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_port.c2895 unsigned char lcr, dll, dlm; probe_baud() local
/linux-4.4.14/drivers/tty/serial/
H A Dpch_uart.c458 unsigned int dll, dlm, lcr; pch_uart_hal_set_line() local
H A Dioc4_serial.c266 char dlm; /* DLAB == 1 */ member in union:ioc4_uartregs::__anon10955
/linux-4.4.14/arch/mips/include/asm/sn/
H A Dioc3.h19 volatile u8 dlm; /* DLAB == 1 */ member in union:ioc3_uartregs::__anon2064

Completed in 1526 milliseconds