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

/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c392 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) {
1498 LIST_REMOVE(op, nfso_list);
1636 if (LIST_NEXT(op, nfso_list) != NULL)
1679 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
1709 if (LIST_NEXT(op, nfso_list) != NULL)
1718 LIST_FOREACH(top, &towp->nfsow_open, nfso_list) {
1729 LIST_REMOVE(op, nfso_list);
1731 LIST_INSERT_HEAD(&towp->nfsow_open, op, nfso_list);
[all...]
/freebsd-13-stable/sys/fs/nfs/
H A Dnfsclstate.h191 LIST_ENTRY(nfsclopen) nfso_list; member in struct:nfsclopen

Completed in 70 milliseconds