/linux-4.19.296/fs/dlm/ |
D | recover.h | 17 int dlm_wait_function(struct dlm_ls *ls, int (*testfn) (struct dlm_ls *ls)); 18 uint32_t dlm_recover_status(struct dlm_ls *ls); 19 void dlm_set_recover_status(struct dlm_ls *ls, uint32_t status); 20 int dlm_recover_members_wait(struct dlm_ls *ls); 21 int dlm_recover_directory_wait(struct dlm_ls *ls); 22 int dlm_recover_locks_wait(struct dlm_ls *ls); 23 int dlm_recover_done_wait(struct dlm_ls *ls); 24 int dlm_recover_masters(struct dlm_ls *ls); 25 int dlm_recover_master_reply(struct dlm_ls *ls, struct dlm_rcom *rc); 26 int dlm_recover_locks(struct dlm_ls *ls); [all …]
|
D | lock.h | 17 void dlm_dump_rsb_name(struct dlm_ls *ls, char *name, int len); 19 void dlm_receive_message_saved(struct dlm_ls *ls, struct dlm_message *ms, 26 void dlm_scan_rsbs(struct dlm_ls *ls); 27 int dlm_lock_recovery_try(struct dlm_ls *ls); 28 void dlm_unlock_recovery(struct dlm_ls *ls); 29 void dlm_scan_waiters(struct dlm_ls *ls); 30 void dlm_scan_timeout(struct dlm_ls *ls); 31 void dlm_adjust_timeouts(struct dlm_ls *ls); 32 int dlm_master_lookup(struct dlm_ls *ls, int nodeid, char *name, int len, 38 void dlm_recover_purge(struct dlm_ls *ls); [all …]
|
D | member.h | 16 int dlm_ls_stop(struct dlm_ls *ls); 17 int dlm_ls_start(struct dlm_ls *ls); 18 void dlm_clear_members(struct dlm_ls *ls); 19 void dlm_clear_members_gone(struct dlm_ls *ls); 20 int dlm_recover_members(struct dlm_ls *ls, struct dlm_recover *rv,int *neg_out); 21 int dlm_is_removed(struct dlm_ls *ls, int nodeid); 22 int dlm_is_member(struct dlm_ls *ls, int nodeid); 24 void dlm_slot_save(struct dlm_ls *ls, struct dlm_rcom *rc, 26 void dlm_slots_copy_out(struct dlm_ls *ls, struct dlm_rcom *rc); 27 int dlm_slots_copy_in(struct dlm_ls *ls); [all …]
|
D | lockspace.c | 37 static ssize_t dlm_control_store(struct dlm_ls *ls, const char *buf, size_t len) in dlm_control_store() 63 static ssize_t dlm_event_store(struct dlm_ls *ls, const char *buf, size_t len) in dlm_event_store() 74 static ssize_t dlm_id_show(struct dlm_ls *ls, char *buf) in dlm_id_show() 79 static ssize_t dlm_id_store(struct dlm_ls *ls, const char *buf, size_t len) in dlm_id_store() 88 static ssize_t dlm_nodir_show(struct dlm_ls *ls, char *buf) in dlm_nodir_show() 93 static ssize_t dlm_nodir_store(struct dlm_ls *ls, const char *buf, size_t len) in dlm_nodir_store() 105 static ssize_t dlm_recover_status_show(struct dlm_ls *ls, char *buf) in dlm_recover_status_show() 111 static ssize_t dlm_recover_nodeid_show(struct dlm_ls *ls, char *buf) in dlm_recover_nodeid_show() 118 ssize_t (*show)(struct dlm_ls *, char *); 119 ssize_t (*store)(struct dlm_ls *, const char *, size_t); [all …]
|
D | recover.c | 44 int dlm_wait_function(struct dlm_ls *ls, int (*testfn) (struct dlm_ls *ls)) in dlm_wait_function() 76 uint32_t dlm_recover_status(struct dlm_ls *ls) in dlm_recover_status() 85 static void _set_recover_status(struct dlm_ls *ls, uint32_t status) in _set_recover_status() 90 void dlm_set_recover_status(struct dlm_ls *ls, uint32_t status) in dlm_set_recover_status() 97 static int wait_status_all(struct dlm_ls *ls, uint32_t wait_status, in wait_status_all() 130 static int wait_status_low(struct dlm_ls *ls, uint32_t wait_status, in wait_status_low() 156 static int wait_status(struct dlm_ls *ls, uint32_t status) in wait_status() 171 int dlm_recover_members_wait(struct dlm_ls *ls) in dlm_recover_members_wait() 214 int dlm_recover_directory_wait(struct dlm_ls *ls) in dlm_recover_directory_wait() 219 int dlm_recover_locks_wait(struct dlm_ls *ls) in dlm_recover_locks_wait() [all …]
|
D | ast.h | 19 int dlm_rem_lkb_callback(struct dlm_ls *ls, struct dlm_lkb *lkb, 25 int dlm_callback_start(struct dlm_ls *ls); 26 void dlm_callback_stop(struct dlm_ls *ls); 27 void dlm_callback_suspend(struct dlm_ls *ls); 28 void dlm_callback_resume(struct dlm_ls *ls);
|
D | recoverd.h | 17 void dlm_recoverd_stop(struct dlm_ls *ls); 18 int dlm_recoverd_start(struct dlm_ls *ls); 19 void dlm_recoverd_suspend(struct dlm_ls *ls); 20 void dlm_recoverd_resume(struct dlm_ls *ls);
|
D | requestqueue.h | 16 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms); 17 int dlm_process_requestqueue(struct dlm_ls *ls); 18 void dlm_wait_requestqueue(struct dlm_ls *ls); 19 void dlm_purge_requestqueue(struct dlm_ls *ls);
|
D | lockspace.h | 19 struct dlm_ls *dlm_find_lockspace_global(uint32_t id); 20 struct dlm_ls *dlm_find_lockspace_local(void *id); 21 struct dlm_ls *dlm_find_lockspace_device(int minor); 22 void dlm_put_lockspace(struct dlm_ls *ls);
|
D | dir.h | 18 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash); 19 void dlm_recover_dir_nodeid(struct dlm_ls *ls); 20 int dlm_recover_directory(struct dlm_ls *ls); 21 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen,
|
D | member.c | 29 void dlm_slot_save(struct dlm_ls *ls, struct dlm_rcom *rc, in dlm_slot_save() 41 void dlm_slots_copy_out(struct dlm_ls *ls, struct dlm_rcom *rc) in dlm_slots_copy_out() 63 static void log_slots(struct dlm_ls *ls, uint32_t gen, int num_slots, in log_slots() 98 int dlm_slots_copy_in(struct dlm_ls *ls) in dlm_slots_copy_in() 166 int dlm_slots_assign(struct dlm_ls *ls, int *num_slots, int *slots_size, in dlm_slots_assign() 292 static void add_ordered_member(struct dlm_ls *ls, struct dlm_member *new) in add_ordered_member() 316 static int dlm_add_member(struct dlm_ls *ls, struct dlm_config_node *node) in dlm_add_member() 350 int dlm_is_member(struct dlm_ls *ls, int nodeid) in dlm_is_member() 357 int dlm_is_removed(struct dlm_ls *ls, int nodeid) in dlm_is_removed() 375 void dlm_clear_members(struct dlm_ls *ls) in dlm_clear_members() [all …]
|
D | rcom.c | 27 static int rcom_response(struct dlm_ls *ls) in rcom_response() 32 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom() 67 static void send_rcom(struct dlm_ls *ls, struct dlm_mhandle *mh, in send_rcom() 74 static void set_rcom_status(struct dlm_ls *ls, struct rcom_status *rs, in set_rcom_status() 84 static void set_rcom_config(struct dlm_ls *ls, struct rcom_config *rf, in set_rcom_config() 95 static int check_rcom_config(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in check_rcom_config() 117 static void allow_sync_reply(struct dlm_ls *ls, uint64_t *new_seq) in allow_sync_reply() 125 static void disallow_sync_reply(struct dlm_ls *ls) in disallow_sync_reply() 144 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags) in dlm_rcom_status() 194 static void receive_rcom_status(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_status() [all …]
|
D | memory.h | 19 struct dlm_rsb *dlm_allocate_rsb(struct dlm_ls *ls); 21 struct dlm_lkb *dlm_allocate_lkb(struct dlm_ls *ls); 23 char *dlm_allocate_lvb(struct dlm_ls *ls);
|
D | recoverd.c | 33 static int enable_locking(struct dlm_ls *ls, uint64_t seq) in enable_locking() 53 static int ls_recover(struct dlm_ls *ls, struct dlm_recover *rv) in ls_recover() 258 static void do_ls_recovery(struct dlm_ls *ls) in do_ls_recovery() 278 struct dlm_ls *ls; in dlm_recoverd() 326 int dlm_recoverd_start(struct dlm_ls *ls) in dlm_recoverd_start() 339 void dlm_recoverd_stop(struct dlm_ls *ls) in dlm_recoverd_stop() 344 void dlm_recoverd_suspend(struct dlm_ls *ls) in dlm_recoverd_suspend() 350 void dlm_recoverd_resume(struct dlm_ls *ls) in dlm_recoverd_resume()
|
D | rcom.h | 17 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags); 18 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name,int last_len); 21 void dlm_receive_rcom(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid);
|
D | requestqueue.c | 34 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms) in dlm_add_requestqueue() 65 int dlm_process_requestqueue(struct dlm_ls *ls) in dlm_process_requestqueue() 118 void dlm_wait_requestqueue(struct dlm_ls *ls) in dlm_wait_requestqueue() 130 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request() 155 void dlm_purge_requestqueue(struct dlm_ls *ls) in dlm_purge_requestqueue()
|
D | ast.c | 56 struct dlm_ls *ls = lkb->lkb_resource->res_ls; in dlm_add_lkb_callback() 114 int dlm_rem_lkb_callback(struct dlm_ls *ls, struct dlm_lkb *lkb, in dlm_rem_lkb_callback() 178 struct dlm_ls *ls = lkb->lkb_resource->res_ls; in dlm_add_cb() 218 struct dlm_ls *ls = lkb->lkb_resource->res_ls; in dlm_callback_work() 270 int dlm_callback_start(struct dlm_ls *ls) in dlm_callback_start() 281 void dlm_callback_stop(struct dlm_ls *ls) in dlm_callback_stop() 287 void dlm_callback_suspend(struct dlm_ls *ls) in dlm_callback_suspend() 299 void dlm_callback_resume(struct dlm_ls *ls) in dlm_callback_resume()
|
D | dlm_internal.h | 52 struct dlm_ls; 294 struct dlm_ls *res_ls; /* the lockspace */ 520 struct dlm_ls { struct 701 static inline int dlm_locking_stopped(struct dlm_ls *ls) in dlm_locking_stopped() 706 static inline int dlm_recovery_stopped(struct dlm_ls *ls) in dlm_recovery_stopped() 711 static inline int dlm_no_directory(struct dlm_ls *ls) in dlm_no_directory() 725 int dlm_create_debug_file(struct dlm_ls *ls); 726 void dlm_delete_debug_file(struct dlm_ls *ls); 730 static inline int dlm_create_debug_file(struct dlm_ls *ls) { return 0; } in dlm_create_debug_file() 731 static inline void dlm_delete_debug_file(struct dlm_ls *ls) { } in dlm_delete_debug_file()
|
D | memory.c | 45 char *dlm_allocate_lvb(struct dlm_ls *ls) in dlm_allocate_lvb() 58 struct dlm_rsb *dlm_allocate_rsb(struct dlm_ls *ls) in dlm_allocate_rsb() 73 struct dlm_lkb *dlm_allocate_lkb(struct dlm_ls *ls) in dlm_allocate_lkb()
|
D | lock.c | 91 static void do_purge(struct dlm_ls *ls, int nodeid, int pid); 205 static inline void dlm_lock_recovery(struct dlm_ls *ls) in dlm_lock_recovery() 210 void dlm_unlock_recovery(struct dlm_ls *ls) in dlm_unlock_recovery() 215 int dlm_lock_recovery_try(struct dlm_ls *ls) in dlm_lock_recovery_try() 351 struct dlm_ls *ls = r->res_ls; in put_rsb() 364 static int pre_rsb_struct(struct dlm_ls *ls) in pre_rsb_struct() 400 static int get_rsb_struct(struct dlm_ls *ls, char *name, int len, in get_rsb_struct() 545 static int find_rsb_dir(struct dlm_ls *ls, char *name, int len, in find_rsb_dir() 724 static int find_rsb_nodir(struct dlm_ls *ls, char *name, int len, in find_rsb_nodir() 818 static int find_rsb(struct dlm_ls *ls, char *name, int len, int from_nodeid, in find_rsb() [all …]
|
D | dir.c | 35 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash) in dlm_hash2nodeid() 52 void dlm_recover_dir_nodeid(struct dlm_ls *ls) in dlm_recover_dir_nodeid() 63 int dlm_recover_directory(struct dlm_ls *ls) in dlm_recover_directory() 200 static struct dlm_rsb *find_rsb_root(struct dlm_ls *ls, char *name, int len) in find_rsb_root() 236 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, in dlm_copy_master_names()
|
D | user.c | 181 struct dlm_ls *ls; in dlm_user_add_ast() 242 struct dlm_ls *ls; in device_user_lock() 296 struct dlm_ls *ls; in device_user_unlock() 325 struct dlm_ls *ls; in device_user_deadlock() 338 static int dlm_device_register(struct dlm_ls *ls, char *name) in dlm_device_register() 370 int dlm_device_deregister(struct dlm_ls *ls) in dlm_device_deregister() 386 struct dlm_ls *ls; in device_user_purge() 402 struct dlm_ls *ls; in device_create_lockspace() 432 struct dlm_ls *ls; in device_remove_lockspace() 636 struct dlm_ls *ls; in device_open() [all …]
|
D | user.h | 16 int dlm_device_deregister(struct dlm_ls *ls);
|
D | debug_fs.c | 425 struct dlm_ls *ls = seq->private; in table_seq_start() 503 struct dlm_ls *ls = seq->private; in table_seq_next() 704 struct dlm_ls *ls = file->private_data; in waiters_read() 734 void dlm_delete_debug_file(struct dlm_ls *ls) in dlm_delete_debug_file() 743 int dlm_create_debug_file(struct dlm_ls *ls) in dlm_create_debug_file()
|
D | plock.c | 110 struct dlm_ls *ls; in dlm_posix_lock() 257 struct dlm_ls *ls; in dlm_posix_unlock() 331 struct dlm_ls *ls; in dlm_posix_get()
|