Home
last modified time | relevance | path

Searched refs:euid (Results 1 – 11 of 11) sorted by relevance

/fs/ecryptfs/
Dmessaging.c117 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon, uid_t euid, in ecryptfs_find_daemon_by_euid() argument
124 &ecryptfs_daemon_hash[ecryptfs_uid_hash(euid)], in ecryptfs_find_daemon_by_euid()
126 if ((*daemon)->euid == euid && (*daemon)->user_ns == user_ns) { in ecryptfs_find_daemon_by_euid()
188 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, uid_t euid, in ecryptfs_spawn_daemon() argument
200 (*daemon)->euid = euid; in ecryptfs_spawn_daemon()
209 &ecryptfs_daemon_hash[ecryptfs_uid_hash(euid)]); in ecryptfs_spawn_daemon()
227 int ecryptfs_process_helo(uid_t euid, struct user_namespace *user_ns, in ecryptfs_process_helo() argument
235 rc = ecryptfs_find_daemon_by_euid(&old_daemon, euid, user_ns); in ecryptfs_process_helo()
239 "[0x%p]\n", euid, pid, old_daemon->pid); in ecryptfs_process_helo()
248 rc = ecryptfs_spawn_daemon(&new_daemon, euid, user_ns, pid); in ecryptfs_process_helo()
[all …]
Dmiscdev.c45 uid_t euid = current_euid(); in ecryptfs_miscdev_poll() local
50 rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); in ecryptfs_miscdev_poll()
86 uid_t euid = current_euid(); in ecryptfs_miscdev_open() local
97 rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); in ecryptfs_miscdev_open()
99 rc = ecryptfs_spawn_daemon(&daemon, euid, current_user_ns(), in ecryptfs_miscdev_open()
112 "instead\n", __func__, daemon->pid, daemon->euid, in ecryptfs_miscdev_open()
149 uid_t euid = current_euid(); in ecryptfs_miscdev_release() local
153 rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); in ecryptfs_miscdev_release()
248 uid_t euid = current_euid(); in ecryptfs_miscdev_read() local
253 rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); in ecryptfs_miscdev_read()
[all …]
Decryptfs_kernel.h455 uid_t euid; member
678 int ecryptfs_process_helo(uid_t euid, struct user_namespace *user_ns,
680 int ecryptfs_process_quit(uid_t euid, struct user_namespace *user_ns,
682 int ecryptfs_process_response(struct ecryptfs_message *msg, uid_t euid,
730 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon, uid_t euid,
743 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, uid_t euid,
/fs/
Dfcntl.c199 uid_t uid, uid_t euid, int force) in f_modown() argument
207 filp->f_owner.euid = euid; in f_modown()
222 f_modown(filp, pid, type, cred->uid, cred->euid, force); in __f_setown()
417 ret = ((fown->euid == 0 || in sigio_perm()
418 fown->euid == cred->suid || fown->euid == cred->uid || in sigio_perm()
Dioprio.c38 if (tcred->uid != cred->euid && in set_task_ioprio()
Dexec.c1103 bprm->cred->euid = current_euid(); in prepare_binprm()
1110 bprm->cred->euid = inode->i_uid; in prepare_binprm()
Dbinfmt_elf_fdpic.c620 NEW_AUX_ENT(AT_EUID, (elf_addr_t) cred->euid); in create_elf_fdpic_tables()
Dbinfmt_elf.c238 NEW_AUX_ENT(AT_EUID, cred->euid); in create_elf_tables()
/fs/proc/
Darray.c187 cred->uid, cred->euid, cred->suid, cred->fsuid, in task_state()
Dbase.c1491 inode->i_uid = cred->euid; in proc_pid_make_inode()
1521 stat->uid = cred->euid; in pid_getattr()
1557 inode->i_uid = cred->euid; in pid_revalidate()
1733 inode->i_uid = cred->euid; in tid_fd_revalidate()
/fs/fuse/
Ddir.c883 if (cred->euid == fc->user_id && in fuse_allow_task()