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.c367 LIST_INIT(&nowp->nfsow_open); in nfscl_newopen()
388 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_newopen()
418 LIST_INSERT_HEAD(&owp->nfsow_open, nop, nfso_list); in nfscl_newopen()
747 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_getopen()
1754 op = LIST_FIRST(&owp->nfsow_open); in nfscl_cleandeleg()
1799 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) { in nfscl_cleanclient()
1827 op = LIST_FIRST(&owp->nfsow_open); in nfscl_expireclient()
1838 LIST_FOREACH(top, &towp->nfsow_open, nfso_list) { in nfscl_expireclient()
1851 LIST_INSERT_HEAD(&towp->nfsow_open, op, nfso_list); in nfscl_expireclient()
1888 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