Searched refs:DirEntry (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h33 // DirEntry
35 \class DirEntry
38 A DirEntry has an offset identifying it uniquely in the list of
41 the parent directory! The DirEntry also knows the relative
44 class DirEntry : private reiserfs_de_head { class in inherits:reiserfs_de_head
46 DirEntry() {} function in class:DirEntry
83 DirEntry *EntryAt(int32 index) const
85 DirEntry *entry = NULL;
87 entry = (DirEntry*)GetData() + index;
94 if (DirEntry *entr
[all...]
H A DVolume.cpp363 DirEntry *entry = dirItem.EntryAt(index);
392 // find the DirEntry
401 DirEntry *entry = item.EntryAt(entryIndex);
598 DirEntry *entry = item.EntryAt(index);
636 DirEntry *entry = item.EntryAt(index);
H A DIterators.h201 DirEntry **entry = NULL);
203 DirEntry **entry = NULL);
H A DIterators.cpp1123 \param _entry Pointer to a pre-allocated DirEntry pointer that shall be set
1130 DirEntry **_entry)
1147 DirEntry *entry = fDirItem.EntryAt(fIndex);
1168 \param _entry Pointer to a pre-allocated DirEntry pointer that shall be set
1175 DirEntry **_entry)
1209 DirEntry *entry = fDirItem.EntryAt(fIndex);
H A Dkernel_interface.cpp559 DirEntry *entry = NULL;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h51 struct DirEntry { struct
56 DirEntry();
57 ~DirEntry();
95 DirEntry** dirents, uint32* count, bool* eof);
H A DNFS4Inode.h73 status_t ReadDirOnce(DirEntry** dirents, uint32* count,
H A DReplyInterpreter.cpp90 DirEntry::DirEntry() function in class:DirEntry
99 DirEntry::~DirEntry()
449 DirEntry** dirents, uint32* _count, bool* eof)
480 DirEntry* entries = new(std::nothrow) DirEntry[count];
H A DInodeDir.cpp240 DirEntry* dirents;
H A DNFS4Inode.cpp957 NFS4Inode::ReadDirOnce(DirEntry** dirents, uint32* count, OpenDirCookie* cookie,
1010 ArrayDeleter<DirEntry> entriesDeleter(*dirents);

Completed in 279 milliseconds