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

/haiku/src/system/kernel/fs/
H A Dvfs.cpp9718 _user_read_attr(int fd, const char* userAttribute, off_t pos, void* userBuffer, argument
9723 if (userAttribute == NULL)
9725 if (!IS_USER_ADDRESS(userAttribute))
9727 status_t status = user_copy_name(attribute, userAttribute, sizeof(attribute));
9743 _user_write_attr(int fd, const char* userAttribute, uint32 type, off_t pos, argument
9748 if (userAttribute == NULL)
9750 if (!IS_USER_ADDRESS(userAttribute))
9752 status_t status = user_copy_name(attribute, userAttribute, sizeof(attribute));
9771 _user_stat_attr(int fd, const char* userAttribute, argument
9776 if (userAttribute
[all...]

Completed in 116 milliseconds