Lines Matching refs:ucounts
62 .ucounts = &init_ucounts,
86 if (cred->ucounts) in put_cred_rcu()
87 put_ucounts(cred->ucounts); in put_cred_rcu()
233 new->ucounts = get_ucounts(new->ucounts); in prepare_creds()
234 if (!new->ucounts) in prepare_creds()
433 inc_rlimit_ucounts(new->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
437 dec_rlimit_ucounts(old->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
582 struct ucounts *new_ucounts, *old_ucounts = new->ucounts; in set_cred_ucounts()
594 new->ucounts = new_ucounts; in set_cred_ucounts()
660 new->ucounts = get_ucounts(new->ucounts); in prepare_kernel_cred()
661 if (!new->ucounts) in prepare_kernel_cred()