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

  /src/sys/fs/nfs/client/
nfs_clstate.c 274 LIST_FOREACH(owp, ohp, nfsow_list) {
349 LIST_INSERT_HEAD(&dp->nfsdl_owner, nowp, nfsow_list);
352 LIST_INSERT_HEAD(&clp->nfsc_owner, nowp, nfsow_list);
582 owp = LIST_NEXT(owp, nfsow_list);
669 owp = LIST_NEXT(owp, nfsow_list);
1191 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_list) {
1247 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_list) {
1345 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_list) {
1485 LIST_REMOVE(owp, nfsow_list);
1536 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp)
    [all...]
  /src/sys/fs/nfs/common/
nfsclstate.h 132 LIST_ENTRY(nfsclowner) nfsow_list;

Completed in 14 milliseconds