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

/linux-master/fs/
H A Dlocks.c267 INIT_LIST_HEAD(&flc->flc_blocked_requests);
302 BUG_ON(!list_empty(&flc->flc_blocked_requests));
339 if (!list_empty(&flc->flc_blocked_requests)) {
438 * ->flc_blocked_requests, so we don't need a lock to check if it
441 if (list_empty(&fl->c.flc_blocked_requests))
444 list_splice_init(&fl->c.flc_blocked_requests,
445 &new->c.flc_blocked_requests);
446 list_for_each_entry(f, &new->c.flc_blocked_requests,
702 while (!list_empty(&blocker->flc_blocked_requests)) {
706 waiter = list_first_entry(&blocker->flc_blocked_requests,
[all...]
/linux-master/include/linux/
H A Dfilelock.h97 struct list_head flc_blocked_requests; /* list of requests with member in struct:file_lock_core

Completed in 95 milliseconds