Searched defs:cred (Results 1 – 18 of 18) sorted by relevance
111 struct cred { struct112 atomic_long_t usage;113 kuid_t uid; /* real UID of the task */114 kgid_t gid; /* real GID of the task */115 kuid_t suid; /* saved UID of the task */116 kgid_t sgid; /* saved GID of the task */117 kuid_t euid; /* effective UID of the task */119 kuid_t fsuid; /* UID for VFS ops */120 kgid_t fsgid; /* GID for VFS ops */149 extern void __put_cred(struct cred *); argument[all …]
16 const struct cred *cred; member
63 const struct cred *cred; /* Creds of the owner of the watch */ member104 const struct cred *cred, in post_watch_notification()
69 const struct cred *cred; member
689 static inline int security_capable(const struct cred *cred, in security_capable()1226 static inline int security_cred_alloc_blank(struct cred *cred, gfp_t gfp) in security_cred_alloc_blank()1231 static inline void security_cred_free(struct cred *cred) in security_cred_free()1255 static inline int security_kernel_act_as(struct cred *cred, u32 secid) in security_kernel_act_as()1260 static inline int security_kernel_create_files_as(struct cred *cred, in security_kernel_create_files_as()1358 static inline int security_task_prlimit(const struct cred *cred, in security_task_prlimit()1389 const struct cred *cred) in security_task_kill()1405 static inline int security_create_user_ns(const struct cred *cred) in security_create_user_ns()1622 const struct cred *cred, in security_post_notification()2149 const struct cred *cred, in security_key_alloc()[all …]
56 struct cred *cred; /* new credentials */ member
99 const struct cred *cred; /* The mounter's credentials */ member
282 const struct cred *cred; member322 const struct cred *cred; member347 const struct cred *cred; member787 const struct cred *cred; member1645 const struct cred *cred; member1708 const struct cred *cred; member1739 const struct cred *cred; member1748 const struct cred *cred; member
102 const struct cred *cred; member
290 const struct cred *cred; member
1157 static inline bool bpf_dump_raw_ok(const struct cred *cred) in bpf_dump_raw_ok()
1150 const struct cred __rcu *cred; member
130 u32 cred, u32 flags) in pds_core_intr_credits()143 u32 cred; in pds_core_intr_clean_flags() local
37 static inline void init_svc_cred(struct svc_cred *cred) in init_svc_cred()46 static inline void free_svc_cred(struct svc_cred *cred) in free_svc_cred()
39 const struct cred *cred; member190 struct rpc_cred *get_rpccred(struct rpc_cred *cred) in get_rpccred()
153 const struct cred *cred; member
20 const struct cred *cred; member
51 const struct cred *cred; member
Completed in 61 milliseconds