Searched refs:lkb_status (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | debug_fs.c | 57 if (lkb->lkb_status == DLM_LKSTS_CONVERT || in print_format1_lock() 58 lkb->lkb_status == DLM_LKSTS_WAITING) in print_format1_lock() 193 lkb->lkb_status, in print_format2_lock() 247 lkb->lkb_status, in print_format3_lock() 707 int n, len, lkb_nodeid, lkb_status, error; in table_write2() local 719 &lkb_id, name, &lkb_flags, &lkb_nodeid, &lkb_status); in table_write2() 725 lkb_nodeid, lkb_status); in table_write2()
|
H A D | lock.h | 60 int lkb_nodeid, unsigned int lkb_flags, int lkb_status);
|
H A D | lock.c | 166 dlm_iflags_val(lkb), lkb->lkb_status, lkb->lkb_rqmode, in dlm_print_lkb() 241 return (lkb->lkb_status == DLM_LKSTS_GRANTED); in is_granted() 1255 DLM_ASSERT(!lkb->lkb_status, dlm_print_lkb(lkb);); in kill_lkb() 1341 DLM_ASSERT(!lkb->lkb_status, dlm_print_lkb(lkb);); in add_lkb() 1345 lkb->lkb_status = status; in add_lkb() 1373 lkb->lkb_status = 0; in del_lkb() 1863 switch (lkb->lkb_status) { in revert_lock() 1879 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock() 1893 if (lkb->lkb_status) in _grant_lock() 2665 if (lkb->lkb_status ! in validate_lock_args() 6094 dlm_debug_add_lkb(struct dlm_ls *ls, uint32_t lkb_id, char *name, int len, int lkb_nodeid, unsigned int lkb_dflags, int lkb_status) dlm_debug_add_lkb() argument [all...] |
H A D | dlm_internal.h | 179 * lkb_status: the lock status indicates which rsb queue the lock is 191 /* lkb_status */ 243 int8_t lkb_status; /* granted, waiting, convert */ member
|
H A D | rcom.c | 430 rl->rl_status = lkb->lkb_status; in pack_rcom_lock()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | netlink.c | 102 data->status = lkb->lkb_status; in fill_data()
|
H A D | debug_fs.c | 54 if (lkb->lkb_status == DLM_LKSTS_CONVERT || in print_format1_lock() 55 lkb->lkb_status == DLM_LKSTS_WAITING) in print_format1_lock() 190 lkb->lkb_status, in print_format2_lock() 244 lkb->lkb_status, in print_format3_lock()
|
H A D | lock.c | 165 lkb->lkb_flags, lkb->lkb_status, lkb->lkb_rqmode, in dlm_print_lkb() 240 return (lkb->lkb_status == DLM_LKSTS_GRANTED); in is_granted() 1239 DLM_ASSERT(!lkb->lkb_status, dlm_print_lkb(lkb);); in kill_lkb() 1316 DLM_ASSERT(!lkb->lkb_status, dlm_print_lkb(lkb);); in add_lkb() 1320 lkb->lkb_status = status; in add_lkb() 1348 lkb->lkb_status = 0; in del_lkb() 2089 switch (lkb->lkb_status) { in revert_lock() 2105 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock() 2119 if (lkb->lkb_status) in _grant_lock() 2895 if (lkb->lkb_status ! in validate_lock_args() [all...] |
H A D | dlm_internal.h | 183 * lkb_status: the lock status indicates which rsb queue the lock is 195 /* lkb_status */ 242 int8_t lkb_status; /* granted, waiting, convert */ member
|
H A D | rcom.c | 385 rl->rl_status = lkb->lkb_status; in pack_rcom_lock()
|
Completed in 21 milliseconds