Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c1873 struct file_lock test_fl, *conflicting_fl; in testlock() local
1875 bzero(&test_fl, sizeof(test_fl)); in testlock()
1877 bcopy(lock->fh.n_bytes, &(test_fl.filehandle), sizeof(fhandle_t)); in testlock()
1878 copy_nlm4_lock_to_nlm4_holder(lock, exclusive, &test_fl.client); in testlock()
1881 do_test(&test_fl, &conflicting_fl); in testlock()