Searched refs:NodeAttribute (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DAttribute.cpp10 #include "NodeAttribute.h"
43 NodeAttribute* nodeAttr = new(std::nothrow) NodeAttribute(inode);
H A DNodeAttribute.cpp7 #include "NodeAttribute.h"
12 NodeAttribute::NodeAttribute(Inode* inode) function in class:NodeAttribute
25 NodeAttribute::~NodeAttribute()
34 NodeAttribute::Init()
77 NodeAttribute::_FillMapEntry(xfs_extnum_t num)
99 NodeAttribute::_LogicalToFileSystemBlock(uint32 logicalBlock)
117 NodeAttribute::_FillBuffer(char* buffer, xfs_fsblock_t block)
134 NodeAttribute
[all...]
H A DNodeAttribute.h13 class NodeAttribute : public Attribute { class in inherits:Attribute
15 NodeAttribute(Inode* inode);
16 ~NodeAttribute();

Completed in 58 milliseconds