Searched refs:ri_llp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c15855 locklist_t *locks, *llp, *ri_llp, *tmp_llp; local
15868 * intersection area as a new lock to a new list "ri_llp". The lock
15869 * type of the intersection region lock added to ri_llp is the same
15871 * region locks are added to ri_llp in increasing l_start order.
15876 ri_llp = NULL;
15886 nfs4_add_lock_range(lost_flp, &llp->ll_flock, &ri_llp, vp);
15898 for (llp = ri_llp; llp != NULL; llp = llp->ll_next) {
15917 * newly created ri_llp locklist to find the ranges that we have locked
15921 * lock does not overlap with the locks in the ri_llp but are locked
15932 for (llp = ri_llp; ll
[all...]

Completed in 70 milliseconds