Searched refs:_attribute (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.h29 AutoPackageAttribute& _attribute);
H A DAutoPackageAttributes.cpp83 AutoPackageAttribute& _attribute)
87 _attribute = (AutoPackageAttribute)i;
82 AttributeForName(const StringKey& name, AutoPackageAttribute& _attribute) argument
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp453 fs_read_attr(int fd, const char *_attribute, uint32 type, off_t pos, argument
458 || !_attribute || !buffer) {
472 string attribute = mangle_attribute_name(_attribute);
520 fs_write_attr(int fd, const char *_attribute, uint32 type, off_t pos, argument
525 || _attribute == NULL || (writeBytes > 0 && buffer == NULL)) {
539 string attribute = mangle_attribute_name(_attribute);
565 if (localFD.IsSymlink() && strcmp(_attribute, "BEOS:TYPE") == 0)
575 fs_remove_attr(int fd, const char *_attribute) argument
578 if (!_attribute) {
592 string attribute = mangle_attribute_name(_attribute);
613 fs_stat_attr(int fd, const char *_attribute, struct attr_info *attrInfo) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp184 Node::CreateAttribute(const char *name, Attribute **_attribute) argument
186 status_t error = (name && _attribute ? B_OK : B_BAD_VALUE);
196 *_attribute = attribute;
276 Node::FindAttribute(const char *name, Attribute **_attribute) const
278 status_t error = (name && _attribute ? B_OK : B_BAD_VALUE);
283 *_attribute = attribute;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h132 Inode** _attribute);
H A DInode.cpp1309 Inode::GetAttribute(const char* name, Inode** _attribute) argument
1338 *_attribute = inode;

Completed in 300 milliseconds