Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/fs/nfsserver/
HDnfs_nfsdsubs.c65 struct nfslayouthead nfsrv_recalllisthead; variable
2110 TAILQ_INIT(&nfsrv_recalllisthead); in nfsd_init()
HDnfs_nfsdstate.c64 extern struct nfslayouthead nfsrv_recalllisthead;
7429 TAILQ_FOREACH(lyp, &nfsrv_recalllisthead, lay_list) { in nfsrv_layoutreturn()
7700 TAILQ_FOREACH_SAFE(lyp, &nfsrv_recalllisthead, lay_list, nlyp) in nfsrv_freealllayoutsanddevids()
7701 nfsrv_freelayout(&nfsrv_recalllisthead, lyp); in nfsrv_freealllayoutsanddevids()
7702 TAILQ_INIT(&nfsrv_recalllisthead); in nfsrv_freealllayoutsanddevids()
8448 TAILQ_INSERT_HEAD(&nfsrv_recalllisthead, lyp, lay_list); in nfsrv_copymr()
8464 TAILQ_FOREACH(lyp, &nfsrv_recalllisthead, lay_list) { in nfsrv_copymr()
8484 TAILQ_FOREACH(lyp, &nfsrv_recalllisthead, lay_list) { in nfsrv_copymr()
8487 TAILQ_REMOVE(&nfsrv_recalllisthead, lyp, in nfsrv_copymr()