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

/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c361 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
387 LIST_INSERT_HEAD(&owp->nfsow_open, nop, nfso_list);
571 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
665 op = LIST_NEXT(op, nfso_list);
1190 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
1246 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
1344 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
1401 LIST_REMOVE(op, nfso_list);
1537 if (LIST_NEXT(op, nfso_list) != NULL)
1571 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, no
[all...]
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsclstate.h177 LIST_ENTRY(nfsclopen) nfso_list; member in struct:nfsclopen

Completed in 120 milliseconds