Lines Matching defs:ea_name
6167 * function used by listxattr and getxattr type calls. When ea_name is set,
6169 * buffer. When ea_name is NULL, it stuffs a list of attribute names into the
6176 const unsigned char *searchName, const unsigned char *ea_name,
6193 unsigned int ea_name_len = ea_name ? strlen(ea_name) : 0;
6272 if (ea_name)
6311 if (ea_name) {
6313 memcmp(ea_name, temp_ptr, name_len) == 0) {
6349 if (ea_name)
6362 const char *fileName, const char *ea_name, const void *ea_value,
6397 if (ea_name == NULL)
6400 name_len = strnlen(ea_name, 255);
6430 if (ea_name)
6431 strncpy(parm_data->list[0].name, ea_name, name_len);