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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h81 uint64* position, uint64* length, bool& conflict);
H A DInode.cpp711 bool conflict; local
712 result = NFS4Inode::TestLock(cookie, &ltype, &position, &length, conflict);
716 if (conflict) {
H A DNFS4Inode.cpp1068 uint64* length, bool& conflict)
1097 conflict = true;
1100 conflict = false;
1067 TestLock(OpenFileCookie* cookie, LockType* type, uint64* position, uint64* length, bool& conflict) argument

Completed in 64 milliseconds