Searched refs:fixup_len (Results 1 – 1 of 1) sorted by relevance
145 int fixup_len = strlen(name) + 2 + 1; /* name + #x + \0 */ in fixup_name() local149 fixed_name = kmalloc(fixup_len, GFP_KERNEL); in fixup_name()157 size = snprintf(fixed_name, fixup_len, "%s#%d", name, i); in fixup_name()160 if (size > fixup_len) { in fixup_name()163 fixup_len = size; in fixup_name()