Lines Matching refs:conflicting_fl
190 struct file_lock **conflicting_fl);
204 struct file_lock **conflicting_fl);
212 const struct file_lock *fl, struct file_lock **conflicting_fl);
214 struct file_lock **conflicting_fl);
768 test_nfslock(const struct file_lock *fl, struct file_lock **conflicting_fl) in test_nfslock() argument
776 (*conflicting_fl) = NULL; in test_nfslock()
830 (*conflicting_fl) = ifl; in test_nfslock()
839 (*conflicting_fl) = ifl; in test_nfslock()
1155 struct file_lock **conflicting_fl __unused) in test_hwlock()
1646 struct file_lock **conflicting_fl) in test_partialfilelock() argument
1655 teststatus = test_nfslock(fl, conflicting_fl); in test_partialfilelock()
1664 dump_filelock(*conflicting_fl); in test_partialfilelock()
1671 dump_filelock(*conflicting_fl); in test_partialfilelock()
1690 do_test(struct file_lock *fl, struct file_lock **conflicting_fl) in do_test() argument
1697 pfsret = test_partialfilelock(fl,conflicting_fl); in do_test()
1703 dump_filelock(*conflicting_fl); in do_test()
1709 dump_filelock(*conflicting_fl); in do_test()
1711 *conflicting_fl = NULL; in do_test()
1718 dump_filelock(*conflicting_fl); in do_test()
1725 dump_filelock(*conflicting_fl); in do_test()
1731 dump_filelock(*conflicting_fl); in do_test()
1873 struct file_lock test_fl, *conflicting_fl; in testlock() local
1881 do_test(&test_fl, &conflicting_fl); in testlock()
1883 if (conflicting_fl == NULL) { in testlock()
1889 dump_filelock(conflicting_fl); in testlock()
1891 return (&conflicting_fl->client); in testlock()