Lines Matching refs:file_lock_state
403 veriexec_fp_calc(struct lwp *l, struct vnode *vp, int file_lock_state, in veriexec_fp_calc() argument
413 KASSERT(file_lock_state != VERIEXEC_LOCKED); in veriexec_fp_calc()
414 KASSERT(file_lock_state != VERIEXEC_UNLOCKED); in veriexec_fp_calc()
416 if (file_lock_state == VERIEXEC_FILE_UNLOCKED) in veriexec_fp_calc()
419 if (file_lock_state == VERIEXEC_FILE_UNLOCKED) in veriexec_fp_calc()
437 ((file_lock_state == VERIEXEC_FILE_LOCKED)? in veriexec_fp_calc()
483 veriexec_fp_status(struct lwp *l, struct vnode *vp, int file_lock_state, in veriexec_fp_status() argument
492 error = veriexec_fp_calc(l, vp, file_lock_state, vfe, digest); in veriexec_fp_status()
571 int flag, int file_lock_state, struct veriexec_file_entry **vfep) in veriexec_file_verify() argument
577 KASSERT(file_lock_state != VERIEXEC_LOCKED); in veriexec_file_verify()
578 KASSERT(file_lock_state != VERIEXEC_UNLOCKED); in veriexec_file_verify()
628 error = veriexec_fp_status(l, vp, file_lock_state, vfe, &status); in veriexec_file_verify()