Home
last modified time | relevance | path

Searched refs:ls_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c2067 bits = tstp->ls_flags; in nfsrv_lockctrl()
2993 new_open->ls_flags = (new_stp->ls_flags&NFSLCK_DENYBITS)| in nfsrv_openctrl()
3015 new_stp->ls_flags = 0; in nfsrv_openctrl()
3099 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_DENYBITS) | in nfsrv_openctrl()
3148 stp->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS) | in nfsrv_openctrl()
3159 openstp->ls_flags |= (new_stp->ls_flags & NFSLCK_SHAREBITS); in nfsrv_openctrl()
3214 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS)| in nfsrv_openctrl()
3290 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS) | in nfsrv_openctrl()
3299 new_stp->ls_flags = 0; in nfsrv_openctrl()
5676 stp->ls_flags = 0; in nfsrv_checksetattr()
[all …]
H A Dnfs_nfsdserv.c2496 stp->ls_flags = flags; in nfsrvd_lock()
2601 stp->ls_flags = NFSLCK_TEST; in nfsrvd_lockt()
2606 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_lockt()
2611 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_lockt()
2710 stp->ls_flags = NFSLCK_UNLOCK; in nfsrvd_locku()
2716 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_locku()
2720 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_locku()
2848 stp->ls_flags = NFSLCK_OPEN; in nfsrvd_open()
3328 stp->ls_flags = NFSLCK_CLOSE; in nfsrvd_close()
3491 stp->ls_flags = NFSLCK_CONFIRM; in nfsrvd_openconfirm()
[all …]
/freebsd-13.1/sys/fs/nfs/
H A Dnfsrvstate.h215 u_int32_t ls_flags; /* Type of lock, etc. */ member