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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp668 Inode::CheckLockType(short ltype, uint32 mode) argument
670 switch (ltype) {
703 LockType ltype = sGetLockType(lock->l_type, false);
712 result = NFS4Inode::TestLock(cookie, &ltype, &position, &length, conflict);
717 lock->l_type = sLockTypeToHaiku(ltype);
H A DInode.h145 static inline status_t CheckLockType(short ltype, uint32 mode);
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp117 format_ltype(Context &context, int ltype) argument
124 switch (ltype) {
131 return context.FormatSigned(ltype);

Completed in 275 milliseconds