Searched refs:CreateAttribute (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h21 static status_t CreateAttribute(const char* name,
H A DShareAttrDir.cpp82 // CreateAttribute
84 Attribute::CreateAttribute(const char* name, const attr_info& info, function in class:Attribute
343 status_t error = Attribute::CreateAttribute(name, info, data, &attribute);
443 error = Attribute::CreateAttribute(attrInfo.name.GetString(),
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h25 static status_t CreateAttribute(const char* name,
H A DAttributeDirectory.cpp41 // CreateAttribute
43 Attribute::CreateAttribute(const char* name, const attr_info& info, function in class:Attribute
199 status_t error = Attribute::CreateAttribute(name, info, data, &attribute);
282 error = Attribute::CreateAttribute(name, info, data,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h95 status_t CreateAttribute(const char *name, Attribute **attribute);
H A DNode.cpp182 // CreateAttribute
184 Node::CreateAttribute(const char *name, Attribute **_attribute) function in class:Node
H A Dkernel_interface.cpp1545 error = node->CreateAttribute(name, &attribute);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h134 status_t CreateAttribute(Transaction& transaction,
H A DInode.cpp594 status_t status = CreateAttribute(transaction, item->Name(),
1157 status = CreateAttribute(transaction, name, type, &attribute);
1358 Inode::CreateAttribute(Transaction& transaction, const char* name, uint32 type, function in class:Inode
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp132 status_t CreateAttribute(const char *name, type_code type,
782 AttributeFile::CreateAttribute(const char *name, type_code type, int openMode, function in class:attribute_overlay::AttributeFile
1519 return attributeFile->CreateAttribute(name, type, openMode,

Completed in 83 milliseconds