Home
last modified time | relevance | path

Searched refs:ReleaseLock (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h84 status_t ReleaseLock(OpenFileCookie* cookie, LockInfo* lockInfo);
H A DInode.h106 status_t ReleaseLock(OpenFileCookie* cookie,
H A DInode.cpp778 Inode::ReleaseLock(OpenFileCookie* cookie, const struct flock* lock) in ReleaseLock() function in Inode
820 status_t result = NFS4Inode::ReleaseLock(cookie, linfo); in ReleaseLock()
856 NFS4Inode::ReleaseLock(cookie, linfo); in ReleaseAllLocks()
H A DNFS4Inode.cpp1160 NFS4Inode::ReleaseLock(OpenFileCookie* cookie, LockInfo* lockInfo) in ReleaseLock() function in NFS4Inode
H A Dkernel_interface.cpp1387 return inode->ReleaseLock(cookie, lock); in nfs4_release_lock()