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

  /src/sys/fs/nfs/client/
nfs_clstate.c 342 LIST_INIT(&nowp->nfsow_open);
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) {
639 op = LIST_FIRST(&owp->nfsow_open);
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) {
1537 op = LIST_FIRST(&owp->nfsow_open);
1573 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop)
    [all...]
  /src/sys/fs/nfs/common/
nfsclstate.h 133 struct nfsclopenhead nfsow_open; member in struct:nfsclowner

Completed in 13 milliseconds