Searched refs:CreateObject (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h111 static Connection* CreateObject(const PeerAddress& address);
H A DNFS4Inode.h66 status_t CreateObject(const char* name, const char* path,
H A DConnection.cpp571 Connection::CreateObject(const PeerAddress& address)
589 Connection* conn = CreateObject(address);
619 Connection* conn = CreateObject(address);
H A DInodeDir.cpp23 return CreateObject(name, NULL, mode, NF4DIR, id);
103 result = NFS4Inode::CreateObject(attrDir, NULL, st.st_mode, NF4DIR,
H A DInode.h54 status_t CreateObject(const char* name, const char* path,
H A DInode.cpp401 return CreateObject(name, path, mode, NF4LNK, id);
406 Inode::CreateObject(const char* name, const char* path, int mode, FileType type, function in class:Inode
416 status_t result = NFS4Inode::CreateObject(name, path, mode, type,
H A DNFS4Inode.cpp796 NFS4Inode::CreateObject(const char* name, const char* path, int mode, function in class:NFS4Inode

Completed in 51 milliseconds