Searched refs:ls_flags (Results 1 – 3 of 3) sorted by relevance
2204 bits = tstp->ls_flags; in nfsrv_lockctrl()3138 new_open->ls_flags = (new_stp->ls_flags&NFSLCK_DENYBITS)| in nfsrv_openctrl()3160 new_stp->ls_flags = 0; in nfsrv_openctrl()3244 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_DENYBITS) | in nfsrv_openctrl()3293 stp->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS) | in nfsrv_openctrl()3304 openstp->ls_flags |= (new_stp->ls_flags & NFSLCK_SHAREBITS); in nfsrv_openctrl()3321 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS)| in nfsrv_openctrl()3354 new_open->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS) | in nfsrv_openctrl()3363 new_stp->ls_flags = 0; in nfsrv_openctrl()5683 stp->ls_flags = 0; in nfsrv_checksetattr()[all …]
2507 stp->ls_flags = flags; in nfsrvd_lock()2612 stp->ls_flags = NFSLCK_TEST; in nfsrvd_lockt()2617 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_lockt()2622 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_lockt()2721 stp->ls_flags = NFSLCK_UNLOCK; in nfsrvd_locku()2727 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_locku()2731 stp->ls_flags |= NFSLCK_BLOCKING; in nfsrvd_locku()2860 stp->ls_flags = NFSLCK_OPEN; in nfsrvd_open()3349 stp->ls_flags = NFSLCK_CLOSE; in nfsrvd_close()3512 stp->ls_flags = NFSLCK_CONFIRM; in nfsrvd_openconfirm()[all …]
217 u_int32_t ls_flags; /* Type of lock, etc. */ member