HomeSort by: relevance | last modified time | path
    Searched refs:nfso_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clstate.c 363 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
389 LIST_INSERT_HEAD(&owp->nfsow_open, nop, nfso_list);
573 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
667 op = LIST_NEXT(op, nfso_list);
1192 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
1248 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
1346 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) {
1403 LIST_REMOVE(op, nfso_list);
1539 if (LIST_NEXT(op, nfso_list) != NULL)
1573 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop)
    [all...]
  /src/sys/fs/nfs/common/
nfsclstate.h 179 LIST_ENTRY(nfsclopen) nfso_list;

Completed in 12 milliseconds