Home
last modified time | relevance | path

Searched defs:euid (Results 1 – 4 of 4) sorted by relevance

/fs/ecryptfs/
Dmiscdev.c45 uid_t euid = current_euid(); in ecryptfs_miscdev_poll() local
86 uid_t euid = current_euid(); in ecryptfs_miscdev_open() local
149 uid_t euid = current_euid(); in ecryptfs_miscdev_release() local
248 uid_t euid = current_euid(); in ecryptfs_miscdev_read() local
371 uid_t euid, struct user_namespace *user_ns, in ecryptfs_miscdev_response()
416 uid_t euid = current_euid(); in ecryptfs_miscdev_write() local
Dmessaging.c117 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon, uid_t euid, in ecryptfs_find_daemon_by_euid()
188 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, uid_t euid, in ecryptfs_spawn_daemon()
227 int ecryptfs_process_helo(uid_t euid, struct user_namespace *user_ns, in ecryptfs_process_helo()
311 int ecryptfs_process_quit(uid_t euid, struct user_namespace *user_ns, in ecryptfs_process_quit()
355 int ecryptfs_process_response(struct ecryptfs_message *msg, uid_t euid, in ecryptfs_process_response()
468 uid_t euid = current_euid(); in ecryptfs_send_message_locked() local
Decryptfs_kernel.h455 uid_t euid; member
/fs/
Dfcntl.c199 uid_t uid, uid_t euid, int force) in f_modown()