Home
last modified time | relevance | path

Searched refs:cred (Results 251 – 275 of 288) sorted by relevance

1...<<1112

/openbmc/linux/include/linux/sched/
H A Dsignal.h340 const struct cred *);
/openbmc/linux/drivers/base/firmware_loader/
H A Dmain.c854 struct cred *kern_cred = NULL; in _request_firmware()
855 const struct cred *old_cred; in _request_firmware()
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c190 const struct cred *cred = current_cred(); in xfs_open_by_handle() local
245 filp = dentry_open(&path, hreq->oflags, cred); in xfs_open_by_handle()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A D0001-Add-configure-options-for-packages.patch170 struct ucred cred;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A D0001-tdb-Add-configure-options-for-packages.patch166 struct ucred cred;
/openbmc/linux/fs/proc/
H A Dbase.c1823 const struct cred *cred; in task_dump_owner() local
1835 cred = __task_cred(task); in task_dump_owner()
1836 uid = cred->euid; in task_dump_owner()
1837 gid = cred->egid; in task_dump_owner()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A D0001-talloc-Add-configure-options-for-packages.patch174 struct ucred cred;
/openbmc/linux/fs/nfsd/
H A Dnfsfh.c221 struct cred *new = prepare_creds(); in nfsd_set_fh_dentry()
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c190 const struct cred *old_cred; in bt_accept_enqueue()
/openbmc/linux/fs/cachefiles/
H A Dondemand.c67 const struct cred *saved_cred; in cachefiles_ondemand_fd_write_iter()
H A Dnamei.c442 const struct cred *saved_cred; in cachefiles_create_tmpfile()
/openbmc/linux/fs/nfs/
H A Dproc.c515 .rpc_cred = nr_arg->cred, in nfs_proc_readdir()
H A Dnfs42proc.c548 .rpc_cred = ctx->cred, in nfs42_do_offload_cancel_async()
/openbmc/linux/Documentation/filesystems/
H A Dcoda.rst324 struct CodaCred cred; /* Common to all */
1469 struct CodaCred cred;
1533 struct CodaCred cred;
1540 Remove all entries in the cache carrying the cred and VFid
/openbmc/linux/fs/
H A Daio.c177 struct cred *creds;
1602 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work()
H A Dnamei.c3718 const struct cred *cred) in kernel_tmpfile_open() argument
3723 file = alloc_empty_file_noaccount(open_flag, cred); in kernel_tmpfile_open()
/openbmc/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst390 its own task_security structure, and redirects current->cred to point to it
412 objective security (task->real_cred) and the subjective security (task->cred).
/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h412 const struct cred *ovl_override_creds(struct super_block *sb);
/openbmc/linux/security/tomoyo/
H A Dcommon.c940 (!uid_eq(task->cred->uid, GLOBAL_ROOT_UID) || in tomoyo_manager()
941 !uid_eq(task->cred->euid, GLOBAL_ROOT_UID))) in tomoyo_manager()
/openbmc/linux/drivers/net/
H A Dtun.c579 const struct cred *cred = current_cred(); in tun_not_capable() local
582 return ((uid_valid(tun->owner) && !uid_eq(cred->euid, tun->owner)) || in tun_not_capable()
/openbmc/linux/net/core/
H A Dnet_namespace.c1391 !ns_capable(nsset->cred->user_ns, CAP_SYS_ADMIN)) in netns_install()
/openbmc/linux/io_uring/
H A Dio_uring.c1839 const struct cred *creds = NULL; in io_issue_sqe()
3026 const struct cred *creds; in io_unregister_personality()
4131 const struct cred *creds; in io_register_personality()
/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c3637 struct cred *kern_cred; in target_core_init_configfs()
3638 const struct cred *old_cred; in target_core_init_configfs()
/openbmc/qemu/linux-user/
H A Dsyscall.c1784 struct ucred *cred = (struct ucred *)data; in target_to_host_cmsg() local
1788 __get_user(cred->pid, &target_cred->pid); in target_to_host_cmsg()
1789 __get_user(cred->uid, &target_cred->uid); in target_to_host_cmsg()
1790 __get_user(cred->gid, &target_cred->gid); in target_to_host_cmsg()
1918 struct ucred *cred = (struct ucred *)data; in host_to_target_cmsg() local
1922 __put_user(cred->pid, &target_cred->pid); in host_to_target_cmsg()
1923 __put_user(cred->uid, &target_cred->uid); in host_to_target_cmsg()
1924 __put_user(cred->gid, &target_cred->gid); in host_to_target_cmsg()
/openbmc/linux/kernel/sched/
H A Dcore.c7548 const struct cred *cred = current_cred(), *pcred; in check_same_owner() local
7553 match = (uid_eq(cred->euid, pcred->euid) || in check_same_owner()
7554 uid_eq(cred->euid, pcred->uid)); in check_same_owner()

1...<<1112