Searched refs:RemoveAttribute (Results 1 - 13 of 13) sorted by path

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp330 RemoveAttribute(attribute);
353 // RemoveAttribute
355 ShareAttrDir::RemoveAttribute(const char* name) function in class:ShareAttrDir
373 // RemoveAttribute
375 ShareAttrDir::RemoveAttribute(Attribute* attribute) function in class:ShareAttrDir
H A DShareAttrDir.h60 bool RemoveAttribute(const char* name);
61 void RemoveAttribute(Attribute* attribute);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp186 RemoveAttribute(attribute);
209 // RemoveAttribute
211 AttributeDirectory::RemoveAttribute(const char* name) function in class:AttributeDirectory
229 // RemoveAttribute
231 AttributeDirectory::RemoveAttribute(Attribute* attribute) function in class:AttributeDirectory
304 RemoveAttribute(name);
H A DAttributeDirectory.h55 bool RemoveAttribute(const char* name);
56 void RemoveAttribute(Attribute* attribute);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1266 Inode::RemoveAttribute(Transaction& transaction, const char* name) function in class:Inode
2374 RemoveAttribute(transaction, name);
H A DInode.h127 status_t RemoveAttribute(Transaction& transaction,
H A Dkernel_interface.cpp2021 status = inode->RemoveAttribute(transaction, name);
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp215 status_t RemoveAttribute(const char* name,
1331 Inode::RemoveAttribute(const char* name, bool checkNamespace) function in class:Inode
2203 status_t status = inode->RemoveAttribute(name, true);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp136 status_t RemoveAttribute(const char *name,
805 RemoveAttribute(name, NULL);
840 AttributeFile::RemoveAttribute(const char *name, AttributeEntry **_entry) function in class:attribute_overlay::AttributeFile
1604 result = attributeFile->RemoveAttribute(fromName, &entry);
1636 return attributeFile->RemoveAttribute(name, NULL);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.cpp91 PackageNode::RemoveAttribute(PackageNodeAttribute* attribute) function in class:PackageNode
H A DPackageNode.h63 void RemoveAttribute(
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp210 status_t error = RemoveAttribute(attribute);
232 // RemoveAttribute
234 Node::RemoveAttribute(Attribute *attribute) function in class:Node
H A DNode.h98 status_t RemoveAttribute(Attribute *attribute);

Completed in 186 milliseconds