Home
last modified time | relevance | path

Searched refs:flc_blocked_requests (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/
H A Dlocks.c267 INIT_LIST_HEAD(&flc->flc_blocked_requests); in locks_init_lock_heads()
302 BUG_ON(!list_empty(&flc->flc_blocked_requests)); in locks_release_private()
339 if (!list_empty(&flc->flc_blocked_requests)) { in locks_owner_has_blockers()
441 if (list_empty(&fl->c.flc_blocked_requests)) in locks_move_blocks()
444 list_splice_init(&fl->c.flc_blocked_requests, in locks_move_blocks()
445 &new->c.flc_blocked_requests); in locks_move_blocks()
446 list_for_each_entry(f, &new->c.flc_blocked_requests, in locks_move_blocks()
752 list_empty(&waiter->flc_blocked_requests)) in __locks_delete_block()
813 &blocker->flc_blocked_requests); in __locks_insert_block()
850 if (list_empty(&blocker->flc_blocked_requests)) in locks_wake_up_blocks()
[all …]
/linux-6.15/include/linux/
H A Dfilelock.h97 struct list_head flc_blocked_requests; /* list of requests with member