Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/rpc.lockd/
H A Dlockd_lock.c1887 struct file_lock test_fl, *conflicting_fl; in testlock() local
1889 bzero(&test_fl, sizeof(test_fl)); in testlock()
1891 bcopy(lock->fh.n_bytes, &(test_fl.filehandle), sizeof(fhandle_t)); in testlock()
1892 copy_nlm4_lock_to_nlm4_holder(lock, exclusive, &test_fl.client); in testlock()
1895 do_test(&test_fl, &conflicting_fl); in testlock()