Searched refs:LookUp (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileInfo.cpp146 req.LookUp(path[lookupCount]);
173 req.LookUp(pathNames[i - 1]->fNames.Head()->fName);
197 reply.LookUp();
H A DReplyInterpreter.h83 inline status_t LookUp();
167 ReplyInterpreter::LookUp() function in class:ReplyInterpreter
H A DNFS4Inode.h33 status_t LookUp(const char* name, uint64* change, uint64* fileID,
H A DNFS4Inode.cpp121 NFS4Inode::LookUp(const char* name, uint64* change, uint64* fileID, function in class:NFS4Inode
143 req.LookUp(name);
176 result = reply.LookUp();
389 req.LookUp(toName);
420 result = reply.LookUp();
568 req.LookUp(fInfo.fNames->fNames.Head()->fName);
576 req.LookUp(fInfo.fNames->fNames.Head()->fName);
604 result = reply.LookUp();
891 req.LookUp(name);
919 result = reply.LookUp();
[all...]
H A DRequestBuilder.h49 status_t LookUp(const char* name);
H A DFileSystem.cpp185 reply.LookUp();
501 req.LookUp(pathStart);
H A DInode.h47 status_t LookUp(const char* name, ino_t* id);
H A DInode.cpp190 Inode::LookUp(const char* name, ino_t* id) function in class:Inode
201 status_t result = NFS4Inode::LookUp(name, &change, &fileID, &handle);
341 to->NFS4Inode::LookUp(toName, NULL, &oldFileID, NULL);
H A DInodeDir.cpp97 result = NFS4Inode::LookUp(attrDir, NULL, NULL, &handle, true);
H A DRequestBuilder.cpp333 RequestBuilder::LookUp(const char* name) function in class:RequestBuilder
H A Dkernel_interface.cpp313 status_t result = inode->LookUp(name, _id);

Completed in 121 milliseconds