Lines Matching refs:newfl
453 struct flock newfl; in nlm_reclaim_free_lock() local
458 newfl = *fl; in nlm_reclaim_free_lock()
459 newfl.l_type = F_UNLCK; in nlm_reclaim_free_lock()
462 nlm_set_creds_for_lock(td, &newfl); in nlm_reclaim_free_lock()
464 error = nlm_advlock_internal(vp, NULL, F_UNLCK, &newfl, F_REMOTE, in nlm_reclaim_free_lock()
699 struct flock newfl; in nlm_record_lock() local
706 a.a_fl = &newfl; in nlm_record_lock()
710 newfl.l_start = fl->l_start; in nlm_record_lock()
711 newfl.l_len = fl->l_len; in nlm_record_lock()
712 newfl.l_type = fl->l_type; in nlm_record_lock()
713 newfl.l_whence = fl->l_whence; in nlm_record_lock()
714 newfl.l_pid = svid; in nlm_record_lock()
715 newfl.l_sysid = NLM_SYSID_CLIENT | sysid; in nlm_record_lock()