Searched refs:ef (Results 1 – 1 of 1) sorted by relevance
168 struct ea_find *ef = private; in ea_find_i() local173 if (ea->ea_type == ef->type) { in ea_find_i()174 if (ea->ea_name_len == ef->namel && in ea_find_i()175 !memcmp(GFS2_EA2NAME(ea), ef->name, ea->ea_name_len)) { in ea_find_i()176 struct gfs2_ea_location *el = ef->ef_el; in ea_find_i()191 struct ea_find ef; in gfs2_ea_find() local194 ef.type = type; in gfs2_ea_find()195 ef.name = name; in gfs2_ea_find()196 ef.namel = strlen(name); in gfs2_ea_find()197 ef.ef_el = el; in gfs2_ea_find()[all …]