Searched refs:fileID (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h33 status_t LookUp(const char* name, uint64* change, uint64* fileID,
41 ChangeInfo* toChange, uint64* fileID,
51 uint64* fileID, FileHandle* handle,
68 uint64* fileID, FileHandle* handle,
71 ChangeInfo* changeInfo, uint64* fileID);
H A DInode.cpp199 uint64 fileID; local
201 status_t result = NFS4Inode::LookUp(name, &change, &fileID, &handle);
205 *id = FileIdToInoT(fileID);
207 result = ChildAdded(name, fileID, handle);
274 uint64 fileID; local
275 status_t result = NFS4Inode::RemoveObject(name, type, &changeInfo, &fileID);
293 *id = FileIdToInoT(fileID);
300 FileIdToInoT(fileID));
343 uint64 fileID; local
346 &fromChange, &toChange, &fileID, attribut
413 uint64 fileID; local
867 ChildAdded(const char* name, uint64 fileID, const FileHandle& fileHandle) argument
[all...]
H A DNFS4Inode.cpp121 NFS4Inode::LookUp(const char* name, uint64* change, uint64* fileID, argument
195 if (fileID != NULL) {
197 *fileID = fFileSystem->AllocFileId();
199 *fileID = values[1].fData.fValue64;
362 uint64* fileID, bool attribute)
431 *fileID = from->fFileSystem->AllocFileId();
433 *fileID = values[0].fData.fValue64;
445 ChangeInfo* changeInfo, uint64* fileID, FileHandle* handle,
527 *fileID = values[0].fData.fValue64;
531 *fileID
360 RenameNode(Inode* from, Inode* to, const char* fromName, const char* toName, ChangeInfo* fromChange, ChangeInfo* toChange, uint64* fileID, bool attribute) argument
444 CreateFile(const char* name, int mode, int perms, OpenState* state, ChangeInfo* changeInfo, uint64* fileID, FileHandle* handle, OpenDelegationData* delegation) argument
796 CreateObject(const char* name, const char* path, int mode, FileType type, ChangeInfo* changeInfo, uint64* fileID, FileHandle* handle, bool parent) argument
878 RemoveObject(const char* name, FileType type, ChangeInfo* changeInfo, uint64* fileID) argument
[all...]
H A DInodeRegular.cpp30 uint64 fileID; local
35 &fileID, &handle, delegationData);
40 fileInfo.fFileId = fileID;
44 FileIdToInoT(fileID));
50 fCache->AddEntry(name, fileID, true);
H A DInode.h137 status_t ChildAdded(const char* name, uint64 fileID,

Completed in 115 milliseconds