Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/rpc.lockd/
H A Dlockd_lock.c1899 struct file_lock test_fl, *conflicting_fl; in testlock() local
1901 bzero(&test_fl, sizeof(test_fl)); in testlock()
1903 bcopy(lock->fh.n_bytes, &(test_fl.filehandle), sizeof(fhandle_t)); in testlock()
1904 copy_nlm4_lock_to_nlm4_holder(lock, exclusive, &test_fl.client); in testlock()
1907 do_test(&test_fl, &conflicting_fl); in testlock()