Searched refs:VnodeToInode (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp26 #include "VnodeToInode.h"
217 VnodeToInode* vti = new VnodeToInode(inode->ID(), fs);
246 VnodeToInode* vnodeToInode = new VnodeToInode(id, fs);
296 VnodeToInode* vti = reinterpret_cast<VnodeToInode*>(dir->private_node);
337 VnodeToInode* vti = reinterpret_cast<VnodeToInode*>(vnode->private_node);
349 VnodeToInode* vt
[all...]
H A DVnodeToInode.cpp10 #include "VnodeToInode.h"
14 VnodeToInode::Get()
27 VnodeToInode::Replace(Inode* newInode)
38 VnodeToInode::Unlink(InodeNames* parent, const char* name)
H A DVnodeToInode.h19 class VnodeToInode { class
21 inline VnodeToInode(ino_t id, FileSystem* fileSystem);
22 inline ~VnodeToInode();
47 inline bool Lock(VnodeToInode* vti)
53 inline void Unlock(VnodeToInode* vti)
59 typedef AutoLocker<VnodeToInode, VnodeToInodeLocking> VnodeToInodeLocker;
62 VnodeToInode::VnodeToInode(ino_t id, FileSystem* fileSystem) function in class:VnodeToInode
73 VnodeToInode::~VnodeToInode()
[all...]

Completed in 48 milliseconds