SHFLSTRING_HEADER_SIZE
ssymname = kmalloc(SHFLSTRING_HEADER_SIZE + symname_size, GFP_KERNEL);
return string ? SHFLSTRING_HEADER_SIZE + string->size : 0;
folder_name = kmalloc(SHFLSTRING_HEADER_SIZE + size, GFP_KERNEL);
out_len = PATH_MAX - SHFLSTRING_HEADER_SIZE - 1;
if ((SHFLSTRING_HEADER_SIZE + path_len + 1) > PATH_MAX) {