Lines Matching defs:ea_name
5585 * function used by listxattr and getxattr type calls. When ea_name is set,
5587 * buffer. When ea_name is NULL, it stuffs a list of attribute names into the
5594 const unsigned char *searchName, const unsigned char *ea_name,
5611 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0;
5690 if (ea_name)
5729 if (ea_name) {
5731 memcmp(ea_name, temp_ptr, name_len) == 0) {
5767 if (ea_name)
5780 const char *fileName, const char *ea_name, const void *ea_value,
5815 if (ea_name == NULL)
5818 name_len = strnlen(ea_name, 255);
5848 if (ea_name)
5849 strncpy(parm_data->list.name, ea_name, name_len);