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

/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c1895 struct file_lock test_fl, *conflicting_fl; local
1897 bzero(&test_fl, sizeof(test_fl));
1899 bcopy(lock->fh.n_bytes, &(test_fl.filehandle), sizeof(fhandle_t));
1900 copy_nlm4_lock_to_nlm4_holder(lock, exclusive, &test_fl.client);
1903 do_test(&test_fl, &conflicting_fl);

Completed in 90 milliseconds