Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.h57 inline bool IsAttrSupported(Attribute attr) const;
136 FileSystem::IsAttrSupported(Attribute attr) const in IsAttrSupported() function
H A DFileInfo.cpp181 if (fs->IsAttrSupported(FATTR4_FILEID)) { in UpdateFileHandles()
204 if (fs->IsAttrSupported(FATTR4_FILEID)) { in UpdateFileHandles()
H A DInodeDir.cpp157 if (fFileSystem->IsAttrSupported(FATTR4_FILEID)) { in ReadDirUp()
180 if (fFileSystem->IsAttrSupported(FATTR4_FILEID)) { in ReadDirUp()
H A DNFS4Inode.cpp487 if (fFileSystem->IsAttrSupported(FATTR4_FILEID)) { in CreateFile()
518 if (fFileSystem->IsAttrSupported(FATTR4_FILEID)) { in CreateFile()
566 if (fFileSystem->IsAttrSupported(FATTR4_FILEID)) { in OpenFile()
601 if (fFileSystem->IsAttrSupported(FATTR4_FILEID) in OpenFile()