Symbol: NodeAttribute
src/add-ons/kernel/file_systems/xfs/Attribute.cpp
43
NodeAttribute* nodeAttr = new(std::nothrow) NodeAttribute(inode);
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
100
NodeAttribute::_LogicalToFileSystemBlock(uint32 logicalBlock)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
118
NodeAttribute::_FillBuffer(char* buffer, xfs_fsblock_t block)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
13
NodeAttribute::NodeAttribute(Inode* inode)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
135
NodeAttribute::Open(const char* name, int openMode, attr_cookie** _cookie)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
161
NodeAttribute::Stat(attr_cookie* cookie, struct stat& stat)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
193
NodeAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
26
NodeAttribute::~NodeAttribute()
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
261
NodeAttribute::GetNext(char* name, size_t* nameLength)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
333
NodeAttribute::Lookup(const char* name, size_t* nameLength)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
35
NodeAttribute::Init()
src/add-ons/kernel/file_systems/xfs/NodeAttribute.cpp
78
NodeAttribute::_FillMapEntry(xfs_extnum_t num)
src/add-ons/kernel/file_systems/xfs/NodeAttribute.h
13
class NodeAttribute : public Attribute {
src/add-ons/kernel/file_systems/xfs/NodeAttribute.h
15
NodeAttribute(Inode* inode);
src/add-ons/kernel/file_systems/xfs/NodeAttribute.h
16
~NodeAttribute();