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

/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c318 if (!LIST_EMPTY(&stp->ls_open)) {
892 LIST_FOREACH(openstp, &stp->ls_open, ls_list) {
894 LIST_FOREACH(lckownstp, &openstp->ls_open, ls_list) {
1156 if (LIST_EMPTY(&stp->ls_open)) {
1285 nstp = LIST_FIRST(&stp->ls_open);
1286 while (nstp != LIST_END(&stp->ls_open)) {
1319 LIST_FOREACH_SAFE(tstp, &stp->ls_open, ls_list, nstp)
1712 nfsrv_getowner(&stp->ls_open, new_stp, &lckstp);
2197 LIST_INSERT_HEAD(&stp->ls_open, new_stp, ls_list);
2830 LIST_INIT(&new_open->ls_open);
[all...]
/freebsd-10.3-release/sys/fs/nfs/
H A Dnfsrvstate.h193 #define ls_open ls_head.open macro

Completed in 106 milliseconds