Home
last modified time | relevance | path

Searched refs:xattrs (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/xattr/
H A Dxattr_common.c40 static xattr_entry_t xattrs[F_ATTR_ALL] = { variable
76 return (xattrs[attr].x_name); in attr_to_name()
85 return (xattrs[attr].x_option); in attr_to_option()
94 if (strcmp(name, xattrs[i].x_name) == 0) in name_to_attr()
107 if (strcmp(option, xattrs[i].x_option) == 0) in option_to_attr()
120 return (xattrs[attr].x_xattr_view); in attr_to_xattr_view()
135 return (xattrs[attr].x_data_type); in attr_to_data_type()