Searched defs:lkb (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/dlm/ |
| H A D | lock.c | 161 void dlm_print_lkb(struct dlm_lkb *lkb) in dlm_print_lkb() 182 struct dlm_lkb *lkb; in dlm_dump_rsb() local 219 static inline int can_be_queued(struct dlm_lkb *lkb) in can_be_queued() 224 static inline int force_blocking_asts(struct dlm_lkb *lkb) in force_blocking_asts() 229 static inline int is_demoted(struct dlm_lkb *lkb) in is_demoted() 234 static inline int is_altmode(struct dlm_lkb *lkb) in is_altmode() 239 static inline int is_granted(struct dlm_lkb *lkb) in is_granted() 250 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 …]
|
| H A D | debug_fs.c | 52 static void print_format1_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format1_lock() 77 struct dlm_lkb *lkb; in print_format1() local 168 static void print_format2_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format2_lock() 204 struct dlm_lkb *lkb; in print_format2() local 229 static void print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format3_lock() 260 struct dlm_lkb *lkb; in print_format3() local 598 struct dlm_lkb *lkb; in waiters_read() local
|
| H A D | recover.c | 407 struct dlm_lkb *lkb; in set_lock_master() local 621 struct dlm_lkb *lkb; in recover_locks_queue() local 822 struct dlm_lkb *lkb; in recover_conversion() local
|
| H A D | lockspace.c | 323 static int lkb_idr_free(struct dlm_lkb *lkb) in lkb_idr_free() 342 struct dlm_lkb *lkb; in free_lockspace() local 681 struct dlm_lkb *lkb; in lockspace_busy() local
|
| H A D | rcom.c | 417 static void pack_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb, in pack_rcom_lock() 447 int dlm_send_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb, uint64_t seq) in dlm_send_rcom_lock()
|
| H A D | user.c | 178 void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode, in dlm_user_add_ast()
|