Searched defs:lkb (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/fs/dlm/ |
D | lock.c | 162 void dlm_print_lkb(struct dlm_lkb *lkb) in dlm_print_lkb() 183 struct dlm_lkb *lkb; in dlm_dump_rsb() local 220 static inline int can_be_queued(struct dlm_lkb *lkb) in can_be_queued() 225 static inline int force_blocking_asts(struct dlm_lkb *lkb) in force_blocking_asts() 230 static inline int is_demoted(struct dlm_lkb *lkb) in is_demoted() 235 static inline int is_altmode(struct dlm_lkb *lkb) in is_altmode() 240 static inline int is_granted(struct dlm_lkb *lkb) in is_granted() 251 static inline int is_process_copy(struct dlm_lkb *lkb) in is_process_copy() 256 static inline int is_master_copy(struct dlm_lkb *lkb) in is_master_copy() 261 static inline int middle_conversion(struct dlm_lkb *lkb) in middle_conversion() [all …]
|
D | ast.c | 22 static void dlm_dump_lkb_callbacks(struct dlm_lkb *lkb) in dlm_dump_lkb_callbacks() 53 int dlm_add_lkb_callback(struct dlm_lkb *lkb, uint32_t flags, int mode, in dlm_add_lkb_callback() 114 int dlm_rem_lkb_callback(struct dlm_ls *ls, struct dlm_lkb *lkb, in dlm_rem_lkb_callback() 175 void dlm_add_cb(struct dlm_lkb *lkb, uint32_t flags, int mode, int status, in dlm_add_cb() 217 struct dlm_lkb *lkb = container_of(work, struct dlm_lkb, lkb_cb_work); in dlm_callback_work() local 304 struct dlm_lkb *lkb, *safe; in dlm_callback_resume() local
|
D | debug_fs.c | 51 static void print_format1_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format1_lock() 76 struct dlm_lkb *lkb; in print_format1() local 167 static void print_format2_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format2_lock() 203 struct dlm_lkb *lkb; in print_format2() local 228 static void print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format3_lock() 259 struct dlm_lkb *lkb; in print_format3() local 735 struct dlm_lkb *lkb; in waiters_read() local
|
D | netlink.c | 92 static void fill_data(struct dlm_lock_data *data, struct dlm_lkb *lkb) in fill_data() 115 void dlm_timeout_warn(struct dlm_lkb *lkb) in dlm_timeout_warn()
|
D | memory.c | 102 struct dlm_lkb *lkb; in dlm_allocate_lkb() local 108 void dlm_free_lkb(struct dlm_lkb *lkb) in dlm_free_lkb()
|
D | recover.c | 403 struct dlm_lkb *lkb; in set_lock_master() local 619 struct dlm_lkb *lkb; in recover_locks_queue() local 821 struct dlm_lkb *lkb; in recover_conversion() local
|
D | rcom.c | 410 static void pack_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb, in pack_rcom_lock() 440 int dlm_send_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb) in dlm_send_rcom_lock()
|
D | lockspace.c | 757 struct dlm_lkb *lkb = p; in lkb_idr_is_local() local 769 struct dlm_lkb *lkb = p; in lkb_idr_free() local
|
D | user.c | 177 void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode, in dlm_user_add_ast() 801 struct dlm_lkb *lkb; in device_read() local
|
D | dlm_internal.h | 769 static inline void dlm_timeout_warn(struct dlm_lkb *lkb) { }; in dlm_timeout_warn()
|