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

/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c371 LIST_INIT(&nowp->nfsow_open);
392 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
422 LIST_INSERT_HEAD(&owp->nfsow_open, nop, nfso_list);
690 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
1634 op = LIST_FIRST(&owp->nfsow_open);
1679 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
1707 op = LIST_FIRST(&owp->nfsow_open);
1718 LIST_FOREACH(top, &towp->nfsow_open, nfso_list) {
1731 LIST_INSERT_HEAD(&towp->nfsow_open, op, nfso_list);
1768 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_lis
[all...]
/freebsd-13-stable/sys/fs/nfs/
H A Dnfsclstate.h145 struct nfsclopenhead nfsow_open; member in struct:nfsclowner

Completed in 60 milliseconds