Home
last modified time | relevance | path

Searched refs:get_ucounts (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/
H A Ducount.c156 struct ucounts *get_ucounts(struct ucounts *ucounts) in get_ucounts() function
331 if (!get_ucounts(iter)) in inc_rlimit_get_ucounts()
H A Dcred.c233 new->ucounts = get_ucounts(new->ucounts); in prepare_creds()
660 new->ucounts = get_ucounts(new->ucounts); in prepare_kernel_cred()
/openbmc/linux/include/linux/
H A Duser_namespace.h124 struct ucounts * __must_check get_ucounts(struct ucounts *ucounts);
/openbmc/linux/mm/
H A Dmlock.c768 if (!get_ucounts(ucounts)) { in user_shm_lock()
/openbmc/linux/security/keys/
H A Dprocess_keys.c922 if (unlikely(!get_ucounts(old->ucounts))) { in key_change_session_keyring()
/openbmc/linux/ipc/
H A Dmqueue.c372 info->ucounts = get_ucounts(current_ucounts()); in mqueue_get_inode()