Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c2060 bits = tstp->ls_flags; in nfsrv_lockctrl()
2986 new_open->ls_flags = (new_stp->ls_flags&NFSLCK_DENYBITS)| in nfsrv_openctrl()
3008 new_stp->ls_flags = 0; in nfsrv_openctrl()
3091 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_DENYBITS) | in nfsrv_openctrl()
3140 stp->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS) | in nfsrv_openctrl()
3151 openstp->ls_flags |= (new_stp->ls_flags & NFSLCK_SHAREBITS); in nfsrv_openctrl()
3205 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS)| in nfsrv_openctrl()
3280 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS) | in nfsrv_openctrl()
3289 new_stp->ls_flags = 0; in nfsrv_openctrl()
5617 stp->ls_flags = 0; in nfsrv_checksetattr()
[all …]
H A Dnfs_nfsdserv.c2413 stp->ls_flags = flags; in nfsrvd_lock()
2517 stp->ls_flags = NFSLCK_TEST; in nfsrvd_lockt()
2522 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_lockt()
2527 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_lockt()
2625 stp->ls_flags = NFSLCK_UNLOCK; in nfsrvd_locku()
2631 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_locku()
2635 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_locku()
2761 stp->ls_flags = NFSLCK_OPEN; in nfsrvd_open()
3213 stp->ls_flags = NFSLCK_CLOSE; in nfsrvd_close()
3374 stp->ls_flags = NFSLCK_CONFIRM; in nfsrvd_openconfirm()
[all …]
/freebsd-12.1/sys/fs/nfs/
H A Dnfsrvstate.h213 u_int32_t ls_flags; /* Type of lock, etc. */ member