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

/netbsd-current/sys/fs/nfs/common/
H A Dnfsclstate.h234 TAILQ_ENTRY(nfscllayout) nfsly_list; member in struct:nfscllayout
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clstate.c1916 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp)
2631 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) {
2648 nfsly_list);
2650 TAILQ_INSERT_HEAD(&rlh, lyp, nfsly_list);
2669 nlyp = TAILQ_PREV(lyp, nfscllayouthead, nfsly_list);
2701 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) {
2702 TAILQ_REMOVE(&rlh, lyp, nfsly_list);
3397 nfsly_list) {
3426 nfsly_list) {
4743 TAILQ_INSERT_HEAD(&clp->nfsc_layout, lyp, nfsly_list);
[all...]

Completed in 129 milliseconds