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

/linux-master/fs/nfsd/
H A Dnfs4layouts.c466 nfsd4_free_layouts(struct list_head *reaplist) argument
468 while (!list_empty(reaplist)) {
469 struct nfs4_layout *lp = list_first_entry(reaplist,
480 struct list_head *reaplist)
487 list_move_tail(&lp->lo_perstate, reaplist);
510 LIST_HEAD(reaplist);
525 nfsd4_return_file_layout(lp, &lrp->lr_seg, &reaplist);
542 nfsd4_free_layouts(&reaplist);
554 LIST_HEAD(reaplist);
572 list_move_tail(&lp->lo_perstate, &reaplist);
479 nfsd4_return_file_layout(struct nfs4_layout *lp, struct nfsd4_layout_seg *seg, struct list_head *reaplist) argument
583 nfsd4_return_all_layouts(struct nfs4_layout_stateid *ls, struct list_head *reaplist) argument
[all...]
H A Dnfs4state.c340 LIST_HEAD(reaplist);
350 list_move(&nbl->nbl_lru, &reaplist);
355 while (!list_empty(&reaplist)) {
356 nbl = list_first_entry(&reaplist, struct nfsd4_blocked_lock,
1526 * reaplist for later destruction.
1529 struct list_head *reaplist)
1546 list_add(&stp->st_locks, reaplist);
1586 free_ol_stateid_reaplist(struct list_head *reaplist) argument
1593 while (!list_empty(reaplist)) {
1594 stp = list_first_entry(reaplist, struc
1528 put_ol_stateid_locked(struct nfs4_ol_stateid *stp, struct list_head *reaplist) argument
1604 release_open_stateid_locks(struct nfs4_ol_stateid *open_stp, struct list_head *reaplist) argument
1619 unhash_open_stateid(struct nfs4_ol_stateid *stp, struct list_head *reaplist) argument
1673 struct list_head reaplist; local
2368 struct list_head reaplist; local
4768 LIST_HEAD(reaplist); variable
4779 free_ol_stateid_reaplist(&reaplist); variable
6353 nfs4_get_client_reaplist(struct nfsd_net *nn, struct list_head *reaplist, struct laundry_time *lt) argument
6390 nfs4_get_courtesy_client_reaplist(struct nfsd_net *nn, struct list_head *reaplist) argument
6416 nfs4_process_client_reaplist(struct list_head *reaplist) argument
6473 struct list_head *pos, *next, reaplist; local
6588 struct list_head reaplist; local
8642 struct list_head *pos, *next, reaplist; local
[all...]

Completed in 205 milliseconds