Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4layouts.c481 struct list_head *reaplist) in nfsd4_return_file_layout() argument
511 LIST_HEAD(reaplist); in nfsd4_return_file_layouts()
543 nfsd4_free_layouts(&reaplist); in nfsd4_return_file_layouts()
555 LIST_HEAD(reaplist); in nfsd4_return_client_layouts()
579 nfsd4_free_layouts(&reaplist); in nfsd4_return_client_layouts()
585 struct list_head *reaplist) in nfsd4_return_all_layouts() argument
596 LIST_HEAD(reaplist); in nfsd4_return_all_client_layouts()
603 nfsd4_free_layouts(&reaplist); in nfsd4_return_all_client_layouts()
610 LIST_HEAD(reaplist); in nfsd4_return_all_file_layouts()
619 nfsd4_free_layouts(&reaplist); in nfsd4_return_all_file_layouts()
[all …]
H A Dnfs4state.c340 LIST_HEAD(reaplist); in remove_blocked_locks()
1643 LIST_HEAD(reaplist); in release_open_stateid()
1692 LIST_HEAD(reaplist); in release_openowner()
2464 LIST_HEAD(reaplist); in __destroy_client()
4973 LIST_HEAD(reaplist); in nfsd4_drop_revoked_stid()
6648 INIT_LIST_HEAD(reaplist); in nfs4_get_client_reaplist()
6684 INIT_LIST_HEAD(reaplist); in nfs4_get_courtesy_client_reaplist()
6876 struct list_head reaplist; in courtesy_client_reaper() local
7642 LIST_HEAD(reaplist); in nfsd4_close_open_stateid()
8615 LIST_HEAD(reaplist); in nfsd4_release_lockowner()
[all …]
H A Dnfs4proc.c1344 LIST_HEAD(reaplist); in nfsd4_async_copy_reaper()
1356 list_add(&copy->copies, &reaplist); in nfsd4_async_copy_reaper()
1364 while (!list_empty(&reaplist)) { in nfsd4_async_copy_reaper()
1365 copy = list_first_entry(&reaplist, struct nfsd4_copy, copies); in nfsd4_async_copy_reaper()