Home
last modified time | relevance | path

Searched refs:current_user (Results 1 – 13 of 13) sorted by relevance

/linux/block/
H A Dioprio.c110 user = current_user(); in SYSCALL_DEFINE3()
220 user = current_user(); in SYSCALL_DEFINE2()
/linux/drivers/iommu/iommufd/
H A Dioas.c452 return (pages->source_user != current_user()) || in need_charge_update()
463 .source_user = current_user(), in charge_current()
507 pages->source_user = get_uid(current_user()); in change_mm()
H A Dpages.c1394 pages->source_user = get_uid(current_user()); in iopt_alloc_pages()
/linux/net/xdp/
H A Dxdp_umem.c137 umem->user = get_uid(current_user()); in xdp_umem_account_pages()
/linux/arch/s390/kvm/
H A Dpci.c195 struct user_struct *user = get_uid(current_user()); in unaccount_mem()
205 struct user_struct *user = get_uid(current_user()); in account_mem()
/linux/include/linux/
H A Dcred.h387 #define current_user() (current_cred_xxx(user)) macro
/linux/Documentation/translations/zh_CN/security/
H A Dcredentials.rst277 struct user_struct *current_user(void) Current's user account
/linux/net/core/
H A Dscm.c130 fpl->user = get_uid(current_user()); in scm_fp_copy()
H A Dskbuff.c1700 user = mmp->user ? : current_user(); in mm_account_pinned_pages()
/linux/Documentation/security/
H A Dcredentials.rst326 struct user_struct *current_user(void) Current's user account
/linux/io_uring/
H A Dio_uring.c2979 ctx->user = get_uid(current_user()); in io_uring_create()
/linux/net/unix/
H A Daf_unix.c1929 struct user_struct *user = current_user(); in too_many_unix_fds()
/linux/kernel/events/
H A Dcore.c7225 struct user_struct *user = current_user(); in perf_mmap_calc_limits()
7259 struct user_struct *user = current_user(); in perf_mmap_account()