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

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.h13 class ShortAttribute : public Attribute { class in inherits:Attribute
28 ShortAttribute(Inode* inode);
29 ~ShortAttribute();
H A DShortAttribute.cpp7 #include "ShortAttribute.h"
10 ShortAttribute::ShortAttribute(Inode* inode) function in class:ShortAttribute
22 ShortAttribute::~ShortAttribute()
28 ShortAttribute::_DataLength(AShortFormEntry* entry)
34 ShortAttribute::AShortFormEntry*
35 ShortAttribute::_FirstEntry()
42 ShortAttribute::Open(const char* name, int openMode, attr_cookie** _cookie)
44 TRACE("ShortAttribute
[all...]
H A DAttribute.cpp11 #include "ShortAttribute.h"
24 ShortAttribute* shortAttr = new(std::nothrow) ShortAttribute(inode);

Completed in 45 milliseconds