Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c454 if (!LIST_EMPTY(&stp->ls_open)) { in nfsrv_setclient()
1428 if (LIST_EMPTY(&stp->ls_open)) { in nfsrv_servertimer()
1565 nstp = LIST_FIRST(&stp->ls_open); in nfsrv_freeopenowner()
3148 LIST_INIT(&new_open->ls_open); in nfsrv_openctrl()
3163 LIST_INIT(&new_stp->ls_open); in nfsrv_openctrl()
3254 LIST_INIT(&new_open->ls_open); in nfsrv_openctrl()
3269 LIST_INIT(&new_stp->ls_open); in nfsrv_openctrl()
3327 LIST_INIT(&new_open->ls_open); in nfsrv_openctrl()
3357 LIST_INIT(&new_open->ls_open); in nfsrv_openctrl()
3390 LIST_INIT(&new_stp->ls_open); in nfsrv_openctrl()
[all …]
/freebsd-14.2/sys/fs/nfs/
H A Dnfsrvstate.h237 #define ls_open ls_head.open macro