Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c365 LIST_INIT(&nowp->nfsow_open); in nfscl_newopen()
386 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_newopen()
416 LIST_INSERT_HEAD(&owp->nfsow_open, nop, nfso_list); in nfscl_newopen()
739 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_getopen()
1735 op = LIST_FIRST(&owp->nfsow_open); in nfscl_cleandeleg()
1780 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) { in nfscl_cleanclient()
1808 op = LIST_FIRST(&owp->nfsow_open); in nfscl_expireclient()
1819 LIST_FOREACH(top, &towp->nfsow_open, nfso_list) { in nfscl_expireclient()
1832 LIST_INSERT_HEAD(&towp->nfsow_open, op, nfso_list); in nfscl_expireclient()
1869 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) { in nfscl_expireclient()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsclstate.h148 struct nfsclopenhead nfsow_open; member