Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.h66 inline uint64 AllocFileId();
181 FileSystem::AllocFileId() in AllocFileId() function
H A DInodeDir.cpp190 fileId = fFileSystem->AllocFileId(); in ReadDirUp()
266 id = FileIdToInoT(fFileSystem->AllocFileId()); in GetDirSnapshot()
H A DNFS4Inode.cpp197 *fileID = fFileSystem->AllocFileId(); in LookUp()
431 *fileID = from->fFileSystem->AllocFileId(); in RenameNode()
531 *fileID = fFileSystem->AllocFileId(); in CreateFile()
865 *fileID = fFileSystem->AllocFileId(); in CreateObject()
943 *fileID = fFileSystem->AllocFileId(); in RemoveObject()
H A DInode.cpp95 inode->fInfo.fFileId = fs->AllocFileId(); in CreateInode()