Searched refs:FillDirEntry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp118 Inode::FillDirEntry(struct dirent* de, ino_t id, const char* name, uint32 pos, function in class:Inode
192 return FillDirEntry(de, FileIdToInoT(fileId), "..", pos, size);
349 result = FillDirEntry(de, fInfo.fFileId, ".", pos, size);
367 result = FillDirEntry(de, FileIdToInoT(fInfo.fFileId), "..", pos,
398 if (FillDirEntry(de, cookie->fCurrent->fNode, cookie->fCurrent->fName,
H A DInode.h134 status_t FillDirEntry(struct dirent* de, ino_t id,

Completed in 28 milliseconds