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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h145 static inline status_t CheckLockType(short ltype, uint32 mode);
H A DInode.cpp668 Inode::CheckLockType(short ltype, uint32 mode) function in class:Inode
699 status_t result = CheckLockType(lock->l_type, cookie->fMode);
739 status_t result = CheckLockType(lock->l_type, cookie->fMode);

Completed in 43 milliseconds