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

/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c1897 struct file_lock test_fl, *conflicting_fl; local
1899 bzero(&test_fl, sizeof(test_fl));
1901 bcopy(lock->fh.n_bytes, &(test_fl.filehandle), sizeof(fhandle_t));
1902 copy_nlm4_lock_to_nlm4_holder(lock, exclusive, &test_fl.client);
1905 do_test(&test_fl, &conflicting_fl);

Completed in 112 milliseconds