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

  /src/sys/fs/nfs/common/
nfsrvstate.h 253 LIST_HEAD(, nfsstate) lf_deleg; /* Delegation list */ member in struct:nfslockfile
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 1018 stp = LIST_FIRST(&lfp->lf_deleg);
1263 LIST_EMPTY(&lfp->lf_lock) && LIST_EMPTY(&lfp->lf_deleg) &&
1334 LIST_EMPTY(&lfp->lf_deleg) && LIST_EMPTY(&lfp->lf_lock) &&
1959 LIST_EMPTY(&lfp->lf_deleg))) {
1982 tstp = LIST_FIRST(&lfp->lf_deleg);
2376 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
2456 stp = LIST_FIRST(&lfp->lf_deleg);
2635 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
2746 stp = LIST_FIRST(&lfp->lf_deleg);
2877 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file)
    [all...]

Completed in 22 milliseconds