Searched refs:lkb_status (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/dlm/ |
D | debug_fs.c | 56 if (lkb->lkb_status == DLM_LKSTS_CONVERT || in print_format1_lock() 57 lkb->lkb_status == DLM_LKSTS_WAITING) in print_format1_lock() 192 lkb->lkb_status, in print_format2_lock() 246 lkb->lkb_status, in print_format3_lock() 642 int n, len, lkb_nodeid, lkb_status, error; in table_write2() local 654 &lkb_id, name, &lkb_flags, &lkb_nodeid, &lkb_status); in table_write2() 660 lkb_nodeid, lkb_status); in table_write2()
|
D | netlink.c | 103 data->status = lkb->lkb_status; in fill_data()
|
D | lock.h | 75 int lkb_nodeid, unsigned int lkb_flags, int lkb_status);
|
D | lock.c | 167 lkb->lkb_flags, lkb->lkb_status, lkb->lkb_rqmode, in dlm_print_lkb() 242 return (lkb->lkb_status == DLM_LKSTS_GRANTED); in is_granted() 1268 DLM_ASSERT(!lkb->lkb_status, dlm_print_lkb(lkb);); in kill_lkb() 1354 DLM_ASSERT(!lkb->lkb_status, dlm_print_lkb(lkb);); in add_lkb() 1358 lkb->lkb_status = status; in add_lkb() 1386 lkb->lkb_status = 0; in del_lkb() 2056 switch (lkb->lkb_status) { in revert_lock() 2072 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock() 2086 if (lkb->lkb_status) in _grant_lock() 2872 if (lkb->lkb_status != DLM_LKSTS_GRANTED) in validate_lock_args() [all …]
|
D | dlm_internal.h | 251 int8_t lkb_status; /* granted, waiting, convert */ member
|
D | rcom.c | 422 rl->rl_status = lkb->lkb_status; in pack_rcom_lock()
|