Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dstate.h512 struct list_head lo_blocked; /* blocked file_locks */ member
H A Dnfs4state.c277 list_for_each_entry(cur, &lo->lo_blocked, nbl_list) { in find_blocked_lock()
342 while (!list_empty(&lo->lo_blocked)) { in remove_blocked_locks()
343 nbl = list_first_entry(&lo->lo_blocked, in remove_blocked_locks()
7292 INIT_LIST_HEAD(&lo->lo_blocked); in alloc_init_lock_stateowner()
7629 list_add_tail(&nbl->nbl_list, &lock_sop->lo_blocked); in nfsd4_lock()