Home
last modified time | relevance | path

Searched defs:cred (Results 1 – 18 of 18) sorted by relevance

/include/linux/
A Dcred.h111 struct cred { struct
112 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 …]
A Dbacking-file.h16 const struct cred *cred; member
A Dwatch_queue.h63 const struct cred *cred; /* Creds of the owner of the watch */ member
104 const struct cred *cred, in post_watch_notification()
A Dnsproxy.h69 const struct cred *cred; member
A Dsecurity.h689 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 …]
A Dbinfmts.h56 struct cred *cred; /* new credentials */ member
A Dfs_context.h99 const struct cred *cred; /* The mounter's credentials */ member
A Dnfs_xdr.h282 const struct cred *cred; member
322 const struct cred *cred; member
347 const struct cred *cred; member
787 const struct cred *cred; member
1645 const struct cred *cred; member
1708 const struct cred *cred; member
1739 const struct cred *cred; member
1748 const struct cred *cred; member
A Dnfs_fs.h102 const struct cred *cred; member
A Dnfs_fs_sb.h290 const struct cred *cred; member
A Dfilter.h1157 static inline bool bpf_dump_raw_ok(const struct cred *cred) in bpf_dump_raw_ok()
A Dsched.h1150 const struct cred __rcu *cred; member
/include/linux/pds/
A Dpds_intr.h130 u32 cred, u32 flags) in pds_core_intr_credits()
143 u32 cred; in pds_core_intr_clean_flags() local
/include/linux/sunrpc/
A Dsvcauth.h37 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()
A Dauth.h39 const struct cred *cred; member
190 struct rpc_cred *get_rpccred(struct rpc_cred *cred) in get_rpccred()
A Dclnt.h153 const struct cred *cred; member
/include/keys/
A Drequest_key_auth-type.h20 const struct cred *cred; member
/include/linux/lockd/
A Dbind.h51 const struct cred *cred; member

Completed in 61 milliseconds