Searched refs:dlm_ls (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/fs/dlm/
H A Drecoverd.h15 void dlm_recoverd_stop(struct dlm_ls *ls);
16 int dlm_recoverd_start(struct dlm_ls *ls);
17 void dlm_recoverd_suspend(struct dlm_ls *ls);
18 void dlm_recoverd_resume(struct dlm_ls *ls);
H A Drequestqueue.h14 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid,
16 int dlm_process_requestqueue(struct dlm_ls *ls);
17 void dlm_wait_requestqueue(struct dlm_ls *ls);
18 void dlm_purge_requestqueue(struct dlm_ls *ls);
H A Drecover.h15 int dlm_wait_function(struct dlm_ls *ls, int (*testfn) (struct dlm_ls *ls));
16 uint32_t dlm_recover_status(struct dlm_ls *ls);
17 void dlm_set_recover_status(struct dlm_ls *ls, uint32_t status);
18 int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq);
19 int dlm_recover_directory_wait(struct dlm_ls *ls, uint64_t seq);
20 int dlm_recover_locks_wait(struct dlm_ls *ls, uint64_t seq);
21 int dlm_recover_done_wait(struct dlm_ls *ls, uint64_t seq);
22 int dlm_recover_masters(struct dlm_ls *ls, uint64_t seq);
23 int dlm_recover_master_reply(struct dlm_ls *l
[all...]
H A Dmember.h14 int dlm_ls_stop(struct dlm_ls *ls);
15 int dlm_ls_start(struct dlm_ls *ls);
16 void dlm_clear_members(struct dlm_ls *ls);
17 void dlm_clear_members_gone(struct dlm_ls *ls);
18 int dlm_recover_members(struct dlm_ls *ls, struct dlm_recover *rv,int *neg_out);
19 int dlm_is_removed(struct dlm_ls *ls, int nodeid);
20 int dlm_is_member(struct dlm_ls *ls, int nodeid);
22 void dlm_slot_save(struct dlm_ls *ls, struct dlm_rcom *rc,
24 void dlm_slots_copy_out(struct dlm_ls *ls, struct dlm_rcom *rc);
25 int dlm_slots_copy_in(struct dlm_ls *l
[all...]
H A Dlockspace.h25 struct dlm_ls *dlm_find_lockspace_global(uint32_t id);
26 struct dlm_ls *dlm_find_lockspace_local(void *id);
27 struct dlm_ls *dlm_find_lockspace_device(int minor);
28 void dlm_put_lockspace(struct dlm_ls *ls);
H A Ddir.h16 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash);
17 void dlm_recover_dir_nodeid(struct dlm_ls *ls);
18 int dlm_recover_directory(struct dlm_ls *ls, uint64_t seq);
19 void dlm_copy_master_names(struct dlm_ls *ls, const char *inbuf, int inlen,
H A Dlock.h15 void dlm_dump_rsb_name(struct dlm_ls *ls, const char *name, int len);
17 void dlm_receive_message_saved(struct dlm_ls *ls, const struct dlm_message *ms,
24 void dlm_scan_rsbs(struct dlm_ls *ls);
25 int dlm_lock_recovery_try(struct dlm_ls *ls);
26 void dlm_unlock_recovery(struct dlm_ls *ls);
28 int dlm_master_lookup(struct dlm_ls *ls, int from_nodeid, const char *name,
34 void dlm_recover_purge(struct dlm_ls *ls);
36 void dlm_recover_grant(struct dlm_ls *ls);
37 int dlm_recover_waiters_post(struct dlm_ls *ls);
38 void dlm_recover_waiters_pre(struct dlm_ls *l
[all...]
H A Drcom.h15 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags,
17 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name,
21 void dlm_receive_rcom(struct dlm_ls *ls, const struct dlm_rcom *rc,
H A Dast.h30 int dlm_callback_start(struct dlm_ls *ls);
31 void dlm_callback_stop(struct dlm_ls *ls);
32 void dlm_callback_suspend(struct dlm_ls *ls);
33 void dlm_callback_resume(struct dlm_ls *ls);
H A Dmemory.h17 struct dlm_rsb *dlm_allocate_rsb(struct dlm_ls *ls);
19 struct dlm_lkb *dlm_allocate_lkb(struct dlm_ls *ls);
21 char *dlm_allocate_lvb(struct dlm_ls *ls);
H A Duser.h14 int dlm_device_deregister(struct dlm_ls *ls);
H A Drecover.c42 int dlm_wait_function(struct dlm_ls *ls, int (*testfn) (struct dlm_ls *ls))
74 uint32_t dlm_recover_status(struct dlm_ls *ls)
83 static void _set_recover_status(struct dlm_ls *ls, uint32_t status)
88 void dlm_set_recover_status(struct dlm_ls *ls, uint32_t status)
95 static int wait_status_all(struct dlm_ls *ls, uint32_t wait_status,
128 static int wait_status_low(struct dlm_ls *ls, uint32_t wait_status,
154 static int wait_status(struct dlm_ls *ls, uint32_t status, uint64_t seq)
169 int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq)
213 int dlm_recover_directory_wait(struct dlm_ls *l
[all...]
H A Drequestqueue.c33 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid,
68 int dlm_process_requestqueue(struct dlm_ls *ls)
125 void dlm_wait_requestqueue(struct dlm_ls *ls)
131 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid)
156 void dlm_purge_requestqueue(struct dlm_ls *ls)
H A Dlockspace.c35 static ssize_t dlm_control_store(struct dlm_ls *ls, const char *buf, size_t len)
61 static ssize_t dlm_event_store(struct dlm_ls *ls, const char *buf, size_t len)
72 static ssize_t dlm_id_show(struct dlm_ls *ls, char *buf)
77 static ssize_t dlm_id_store(struct dlm_ls *ls, const char *buf, size_t len)
86 static ssize_t dlm_nodir_show(struct dlm_ls *ls, char *buf)
91 static ssize_t dlm_nodir_store(struct dlm_ls *ls, const char *buf, size_t len)
103 static ssize_t dlm_recover_status_show(struct dlm_ls *ls, char *buf)
109 static ssize_t dlm_recover_nodeid_show(struct dlm_ls *ls, char *buf)
116 ssize_t (*show)(struct dlm_ls *, char *);
117 ssize_t (*store)(struct dlm_ls *, cons
[all...]
H A Drecoverd.c31 static int enable_locking(struct dlm_ls *ls, uint64_t seq)
51 static int ls_recover(struct dlm_ls *ls, struct dlm_recover *rv)
257 static void do_ls_recovery(struct dlm_ls *ls)
302 struct dlm_ls *ls;
350 int dlm_recoverd_start(struct dlm_ls *ls)
363 void dlm_recoverd_stop(struct dlm_ls *ls)
368 void dlm_recoverd_suspend(struct dlm_ls *ls)
374 void dlm_recoverd_resume(struct dlm_ls *ls)
H A Drcom.c25 static int rcom_response(struct dlm_ls *ls)
30 static void _create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len,
50 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len,
70 static int create_rcom_stateless(struct dlm_ls *ls, int to_nodeid, int type,
102 static void set_rcom_status(struct dlm_ls *ls, struct rcom_status *rs,
112 static void set_rcom_config(struct dlm_ls *ls, struct rcom_config *rf,
123 static int check_rcom_config(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid)
145 static void allow_sync_reply(struct dlm_ls *ls, __le64 *new_seq)
153 static void disallow_sync_reply(struct dlm_ls *ls)
172 int dlm_rcom_status(struct dlm_ls *l
[all...]
H A Dmember.c28 void dlm_slot_save(struct dlm_ls *ls, struct dlm_rcom *rc,
40 void dlm_slots_copy_out(struct dlm_ls *ls, struct dlm_rcom *rc)
62 static void log_slots(struct dlm_ls *ls, uint32_t gen, int num_slots,
97 int dlm_slots_copy_in(struct dlm_ls *ls)
160 int dlm_slots_assign(struct dlm_ls *ls, int *num_slots, int *slots_size,
286 static void add_ordered_member(struct dlm_ls *ls, struct dlm_member *new)
325 static int dlm_add_member(struct dlm_ls *ls, struct dlm_config_node *node)
360 int dlm_is_member(struct dlm_ls *ls, int nodeid)
367 int dlm_is_removed(struct dlm_ls *ls, int nodeid)
396 void dlm_clear_members(struct dlm_ls *l
[all...]
H A Dast.c42 struct dlm_ls *ls = lkb->lkb_resource->res_ls;
122 struct dlm_ls *ls = lkb->lkb_resource->res_ls;
159 struct dlm_ls *ls = lkb->lkb_resource->res_ls;
208 int dlm_callback_start(struct dlm_ls *ls)
219 void dlm_callback_stop(struct dlm_ls *ls)
225 void dlm_callback_suspend(struct dlm_ls *ls)
238 void dlm_callback_resume(struct dlm_ls *ls)
H A Dmemory.c83 char *dlm_allocate_lvb(struct dlm_ls *ls)
96 struct dlm_rsb *dlm_allocate_rsb(struct dlm_ls *ls)
111 struct dlm_lkb *dlm_allocate_lkb(struct dlm_ls *ls)
H A Ddir.c33 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash)
50 void dlm_recover_dir_nodeid(struct dlm_ls *ls)
61 int dlm_recover_directory(struct dlm_ls *ls, uint64_t seq)
199 static struct dlm_rsb *find_rsb_root(struct dlm_ls *ls, const char *name,
236 void dlm_copy_master_names(struct dlm_ls *ls, const char *inbuf, int inlen,
H A Dlock.c91 static void do_purge(struct dlm_ls *ls, int nodeid, int pid);
204 static inline void dlm_lock_recovery(struct dlm_ls *ls)
209 void dlm_unlock_recovery(struct dlm_ls *ls)
214 int dlm_lock_recovery_try(struct dlm_ls *ls)
341 struct dlm_ls *ls = r->res_ls;
356 static int pre_rsb_struct(struct dlm_ls *ls)
392 static int get_rsb_struct(struct dlm_ls *ls, const void *name, int len,
538 static int find_rsb_dir(struct dlm_ls *ls, const void *name, int len,
716 static int find_rsb_nodir(struct dlm_ls *ls, const void *name, int len,
810 static int find_rsb(struct dlm_ls *l
[all...]
H A Ddlm_internal.h44 struct dlm_ls;
291 struct dlm_ls *res_ls; /* the lockspace */
546 struct dlm_ls { struct
724 static inline int dlm_locking_stopped(struct dlm_ls *ls)
729 static inline int dlm_recovery_stopped(struct dlm_ls *ls)
734 static inline int dlm_no_directory(struct dlm_ls *ls)
815 void dlm_create_debug_file(struct dlm_ls *ls);
816 void dlm_delete_debug_file(struct dlm_ls *ls);
822 static inline void dlm_create_debug_file(struct dlm_ls *ls) { }
823 static inline void dlm_delete_debug_file(struct dlm_ls *l
[all...]
H A Duser.c199 struct dlm_ls *ls;
268 struct dlm_ls *ls;
319 struct dlm_ls *ls;
348 struct dlm_ls *ls;
361 static int dlm_device_register(struct dlm_ls *ls, char *name)
393 int dlm_device_deregister(struct dlm_ls *ls)
409 struct dlm_ls *ls;
425 struct dlm_ls *ls;
455 struct dlm_ls *ls;
659 struct dlm_ls *l
[all...]
H A Ddebug_fs.c480 struct dlm_ls *ls = seq->private;
560 struct dlm_ls *ls = seq->private;
685 seq->private = inode->i_private; /* the dlm_ls */
699 seq->private = inode->i_private; /* the dlm_ls */
709 struct dlm_ls *ls = seq->private;
742 seq->private = inode->i_private; /* the dlm_ls */
756 seq->private = inode->i_private; /* the dlm_ls */
770 seq->private = inode->i_private; /* the dlm_ls */
821 struct dlm_ls *ls = file->private_data;
847 struct dlm_ls *l
[all...]
H A Dplock.c126 struct dlm_ls *ls;
291 struct dlm_ls *ls;
364 struct dlm_ls *ls;
425 struct dlm_ls *ls;

Completed in 161 milliseconds

12