Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c335 LIST_HEAD(reaplist); in remove_blocked_locks()
345 list_move(&nbl->nbl_lru, &reaplist); in remove_blocked_locks()
350 while (!list_empty(&reaplist)) { in remove_blocked_locks()
351 nbl = list_first_entry(&reaplist, struct nfsd4_blocked_lock, in remove_blocked_locks()
1576 struct list_head *reaplist) in put_ol_stateid_locked() argument
1593 list_add(&stp->st_locks, reaplist); in put_ol_stateid_locked()
1633 free_ol_stateid_reaplist(struct list_head *reaplist) in free_ol_stateid_reaplist() argument
1640 while (!list_empty(reaplist)) { in free_ol_stateid_reaplist()
1641 stp = list_first_entry(reaplist, struct nfs4_ol_stateid, in free_ol_stateid_reaplist()
1652 struct list_head *reaplist) in release_open_stateid_locks() argument
[all …]
H A Dnfs4proc.c1463 LIST_HEAD(reaplist); in nfsd4_async_copy_reaper()
1475 list_add(&copy->copies, &reaplist); in nfsd4_async_copy_reaper()
1483 while (!list_empty(&reaplist)) { in nfsd4_async_copy_reaper()
1484 copy = list_first_entry(&reaplist, struct nfsd4_copy, copies); in nfsd4_async_copy_reaper()