Home
last modified time | relevance | path

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

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