LeafAttribute
LeafAttribute* leafAttr = new(std::nothrow) LeafAttribute(inode);
LeafAttribute::Open(const char* name, int openMode, attr_cookie** _cookie)
LeafAttribute::LeafAttribute(Inode* inode)
LeafAttribute::Stat(attr_cookie* cookie, struct stat& stat)
LeafAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length)
LeafAttribute::GetNext(char* name, size_t* nameLength)
LeafAttribute::~LeafAttribute()
LeafAttribute::Lookup(const char* name, size_t* nameLength)
LeafAttribute::Init()
LeafAttribute::_FillMapEntry()
LeafAttribute::_FillLeafBuffer()
class LeafAttribute : public Attribute {
LeafAttribute(Inode* inode);
~LeafAttribute();