Home
last modified time | relevance | path

Searched refs:res_lookup (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Ddebug_fs.c148 if (list_empty(&res->res_lookup)) in print_format1()
152 list_for_each_entry(lkb, &res->res_lookup, lkb_rsb_lookup) { in print_format1()
322 list_for_each_entry(lkb, &r->res_lookup, lkb_rsb_lookup) { in print_format3()
H A Ddlm_internal.h306 struct list_head res_lookup; /* lkbs waiting on first */ member
H A Dlock.c188 list_for_each_entry(lkb, &r->res_lookup, lkb_rsb_lookup) in dlm_dump_rsb()
425 INIT_LIST_HEAD(&r->res_lookup); in get_rsb_struct()
1156 DLM_ASSERT(list_empty(&r->res_lookup), dlm_dump_rsb(r);); in kill_rsb()
2702 on the rsb's res_lookup list until the master is verified.
2722 list_add_tail(&lkb->lkb_rsb_lookup, &r->res_lookup); in set_master()
2763 list_for_each_entry_safe(lkb, safe, &r->res_lookup, lkb_rsb_lookup) { in process_lookup_list()
2795 if (!list_empty(&r->res_lookup)) { in confirm_master()
2796 lkb = list_entry(r->res_lookup.next, struct dlm_lkb, in confirm_master()
4148 /* TODO: instead of returning ENOTBLK, add the lkb to res_lookup in receive_request()
/kernel/linux/linux-6.6/fs/dlm/
H A Ddebug_fs.c151 if (list_empty(&res->res_lookup)) in print_format1()
155 list_for_each_entry(lkb, &res->res_lookup, lkb_rsb_lookup) { in print_format1()
325 list_for_each_entry(lkb, &r->res_lookup, lkb_rsb_lookup) { in print_format3()
H A Ddlm_internal.h305 struct list_head res_lookup; /* lkbs waiting on first */ member
H A Dlock.c189 list_for_each_entry(lkb, &r->res_lookup, lkb_rsb_lookup) in dlm_dump_rsb()
420 INIT_LIST_HEAD(&r->res_lookup); in get_rsb_struct()
1165 DLM_ASSERT(list_empty(&r->res_lookup), dlm_dump_rsb(r);); in kill_rsb()
2476 on the rsb's res_lookup list until the master is verified.
2496 list_add_tail(&lkb->lkb_rsb_lookup, &r->res_lookup); in set_master()
2535 list_for_each_entry_safe(lkb, safe, &r->res_lookup, lkb_rsb_lookup) { in process_lookup_list()
2567 if (!list_empty(&r->res_lookup)) { in confirm_master()
2568 lkb = list_entry(r->res_lookup.next, struct dlm_lkb, in confirm_master()
3896 /* TODO: instead of returning ENOTBLK, add the lkb to res_lookup in receive_request()

Completed in 19 milliseconds