alloc_ucounts
struct ucounts *alloc_ucounts(struct user_namespace *ns, kuid_t uid);
if (!(new_ucounts = alloc_ucounts(new->user_ns, new->uid)))
ucounts = alloc_ucounts(ns, uid);