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

/freebsd-10.2-release/sys/fs/nfs/
H A Dnfsrvstate.h251 LIST_HEAD(, nfsstate) lf_open; /* Open list */ member in struct:nfslockfile
/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c950 stp = LIST_FIRST(&lfp->lf_open);
951 while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) {
1257 if (LIST_EMPTY(&lfp->lf_open) &&
1328 if (lfp != NULL && LIST_EMPTY(&lfp->lf_open) &&
1891 LIST_FOREACH(tstp, &lfp->lf_open, ls_file) {
1945 (LIST_EMPTY(&lfp->lf_open) && LIST_EMPTY(&lfp->lf_lock) &&
2390 LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
2662 LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
2827 LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
2931 LIST_INSERT_HEAD(&lfp->lf_open, new_ope
[all...]

Completed in 110 milliseconds