Home
last modified time | relevance | path

Searched refs:GetChangeInfo (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h25 status_t GetChangeInfo(uint64* change, bool attrDir = false);
H A DDirectoryCache.cpp257 if (fInode->GetChangeInfo(&change, fAttrDir) != B_OK) { in Revalidate()
H A DInode.cpp166 status_t result = GetChangeInfo(&change); in RevalidateFileCache()
H A DNFS4Inode.cpp19 NFS4Inode::GetChangeInfo(uint64* change, bool attrDir) in GetChangeInfo() function in NFS4Inode