Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4layouts.c419 nfsd4_free_layouts(struct list_head *reaplist) in nfsd4_free_layouts() argument
421 while (!list_empty(reaplist)) { in nfsd4_free_layouts()
422 struct nfs4_layout *lp = list_first_entry(reaplist, in nfsd4_free_layouts()
433 struct list_head *reaplist) in nfsd4_return_file_layout() argument
440 list_move_tail(&lp->lo_perstate, reaplist); in nfsd4_return_file_layout()
463 LIST_HEAD(reaplist); in nfsd4_return_file_layouts()
478 nfsd4_return_file_layout(lp, &lrp->lr_seg, &reaplist); in nfsd4_return_file_layouts()
497 nfsd4_free_layouts(&reaplist); in nfsd4_return_file_layouts()
509 LIST_HEAD(reaplist); in nfsd4_return_client_layouts()
527 list_move_tail(&lp->lo_perstate, &reaplist); in nfsd4_return_client_layouts()
[all …]
Dnfs4state.c1112 struct list_head *reaplist) in put_ol_stateid_locked() argument
1127 list_add(&stp->st_locks, reaplist); in put_ol_stateid_locked()
1167 free_ol_stateid_reaplist(struct list_head *reaplist) in free_ol_stateid_reaplist() argument
1174 while (!list_empty(reaplist)) { in free_ol_stateid_reaplist()
1175 stp = list_first_entry(reaplist, struct nfs4_ol_stateid, in free_ol_stateid_reaplist()
1189 struct list_head reaplist; in release_lockowner() local
1191 INIT_LIST_HEAD(&reaplist); in release_lockowner()
1199 put_ol_stateid_locked(stp, &reaplist); in release_lockowner()
1202 free_ol_stateid_reaplist(&reaplist); in release_lockowner()
1207 struct list_head *reaplist) in release_open_stateid_locks() argument
[all …]