Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duser_namespace.h139 static inline struct ucounts * __must_check get_ucounts(struct ucounts *ucounts) in get_ucounts() function
/linux/kernel/
H A Dcred.c238 new->ucounts = get_ucounts(new->ucounts); in prepare_creds()
613 new->ucounts = get_ucounts(new->ucounts); in prepare_kernel_cred()
H A Ducount.c317 if (!get_ucounts(iter)) in inc_rlimit_get_ucounts()
/linux/mm/
H A Dmlock.c808 if (!get_ucounts(ucounts)) { in user_shm_lock()
/linux/security/keys/
H A Dprocess_keys.c921 /* If get_ucounts fails more bits are needed in the refcount */ in key_change_session_keyring()
922 if (unlikely(!get_ucounts(old->ucounts))) { in key_change_session_keyring()
923 WARN_ONCE(1, "In %s get_ucounts failed\n", __func__); in key_change_session_keyring()
/linux/ipc/
H A Dmqueue.c372 info->ucounts = get_ucounts(current_ucounts()); in mqueue_get_inode()