Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clstate.c342 LIST_INIT(&nowp->nfsow_open); in nfscl_newopen()
639 op = LIST_FIRST(&owp->nfsow_open); in nfscl_getopen()
1537 op = LIST_FIRST(&owp->nfsow_open); in nfscl_cleandeleg()
1601 op = LIST_FIRST(&owp->nfsow_open); in nfscl_expireclient()
1665 if (LIST_EMPTY(&owp->nfsow_open)) in nfscl_expireclient()
1702 if (LIST_EMPTY(&owp->nfsow_open)) in nfscl_cleanup_common()
2088 LIST_INIT(&nowp->nfsow_open); in nfscl_recover()
2528 if (LIST_EMPTY(&owp->nfsow_open)) { in nfscl_renewthread()
3015 op = LIST_FIRST(&owp->nfsow_open); in nfscl_getclose()
3084 op = LIST_FIRST(&owp->nfsow_open); in nfscl_doclose()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfsclstate.h132 struct nfsclopenhead nfsow_open; member