Searched refs:inlop (Results 1 – 1 of 1) sorted by relevance
5605 struct nfslock inlo, outlo, *inlop = &inlo, *outlop = &outlo; in nfsrvd_copy_file_range() local5629 inlop->lo_flags = NFSLCK_READ; in nfsrvd_copy_file_range()5649 inlop->lo_first = inoff; in nfsrvd_copy_file_range()5655 inlop->lo_end = OFF_MAX; in nfsrvd_copy_file_range()5658 inlop->lo_end = inlop->lo_first + len; in nfsrvd_copy_file_range()5672 inlop->lo_end > OFF_MAX || outlop->lo_end > OFF_MAX || in nfsrvd_copy_file_range()5673 inlop->lo_end < inlop->lo_first || outlop->lo_end < in nfsrvd_copy_file_range()5692 nd->nd_repstat = nfsrv_lockctrl(vp, &instp, &inlop, NULL, in nfsrvd_copy_file_range()