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()
238 new->ucounts = get_ucounts(new->ucounts); in prepare_creds()
239 if (!new->ucounts) in prepare_creds()
437 inc_rlimit_ucounts(new->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
441 dec_rlimit_ucounts(old->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
535 struct ucounts *new_ucounts, *old_ucounts = new->ucounts; in set_cred_ucounts()
547 new->ucounts = new_ucounts; in set_cred_ucounts()
613 new->ucounts = get_ucounts(new->ucounts); in prepare_kernel_cred()
614 if (!new->ucounts) in prepare_kernel_cred()