Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c15771 if (!locks_intersect(lost_flp, local_flp)) in nfs4_add_lock_range()
15777 lost_flp_end = lock_to_end(lost_flp); in nfs4_add_lock_range()
15781 if (local_flp->l_start > lost_flp->l_start) in nfs4_add_lock_range()
15784 start = lost_flp->l_start; in nfs4_add_lock_range()
15879 if (llp->ll_flock.l_pid != lost_flp->l_pid) in nfs4_reinstitute_local_lock_state()
15920 cur_start = lost_flp->l_start; in nfs4_reinstitute_local_lock_state()
15921 lost_flp_end = lock_to_end(lost_flp); in nfs4_reinstitute_local_lock_state()
15925 ul_fl.l_sysid = lost_flp->l_sysid; in nfs4_reinstitute_local_lock_state()
15926 ul_fl.l_pid = lost_flp->l_pid; in nfs4_reinstitute_local_lock_state()
15956 cur_start, lost_flp->l_start + lost_flp->l_len)); in nfs4_reinstitute_local_lock_state()
[all …]