Symbol: ShortAttribute
src/add-ons/kernel/file_systems/xfs/Attribute.cpp
24
ShortAttribute* shortAttr = new(std::nothrow) ShortAttribute(inode);
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
10
ShortAttribute::ShortAttribute(Inode* inode)
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
125
ShortAttribute::GetNext(char* name, size_t* nameLength)
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
153
ShortAttribute::Lookup(const char* name, size_t* nameLength)
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
176
ShortAttribute::SwapEndian()
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
22
ShortAttribute::~ShortAttribute()
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
28
ShortAttribute::_DataLength(AShortFormEntry* entry)
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
34
ShortAttribute::AShortFormEntry*
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
35
ShortAttribute::_FirstEntry()
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
42
ShortAttribute::Open(const char* name, int openMode, attr_cookie** _cookie)
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
69
ShortAttribute::Stat(attr_cookie* cookie, struct stat& stat)
src/add-ons/kernel/file_systems/xfs/ShortAttribute.cpp
91
ShortAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length)
src/add-ons/kernel/file_systems/xfs/ShortAttribute.h
13
class ShortAttribute : public Attribute {
src/add-ons/kernel/file_systems/xfs/ShortAttribute.h
28
ShortAttribute(Inode* inode);
src/add-ons/kernel/file_systems/xfs/ShortAttribute.h
29
~ShortAttribute();