2 * Copyright 2012 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Paweł Dziepak, pdziepak@quarnos.org
10 #include "VnodeToInode.h"
17 status_t result
= fFileSystem
->GetInode(fID
, &fInode
);
27 VnodeToInode::Replace(Inode
* newInode
)
38 VnodeToInode::Unlink(InodeNames
* parent
, const char* name
)
41 if (fInode
!= NULL
&& !IsRoot()) {
42 bool removed
= fInode
->GetFileSystem()->InoIdMap()->RemoveName(fID
,