/linux/fs/lockd/ |
A D | clntproc.c | 261 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call() 406 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct… in nlmclnt_async_call() 515 const struct cred *cred = nfs_file_cred(fl->fl_file); in nlmclnt_lock() local
|
A D | host.c | 63 const struct cred *cred; member 223 const struct cred *cred) in nlmclnt_lookup_host()
|
/linux/fs/nfs/ |
A D | nfs4renewd.c | 60 const struct cred *cred; in nfs4_renew_state() local
|
A D | delegation.h | 18 const struct cred *cred; member
|
A D | pnfs.c | 954 pnfs_set_layout_cred(struct pnfs_layout_hdr *lo, const struct cred *cred) in pnfs_set_layout_cred() 967 const struct cred *cred, bool update_barrier) in pnfs_set_layout_stateid() 1181 const struct cred **cred, in pnfs_prepare_layoutreturn() 1232 const struct cred *cred = *pcred; in pnfs_send_layoutreturn() local 1291 const struct cred *cred; in pnfs_layoutreturn_before_put_layout_hdr() local 1325 const struct cred *cred; in _pnfs_return_layout() local 1408 const struct cred *cred) in pnfs_roc() 2523 const struct cred *cred; in pnfs_mark_layout_for_return() local
|
A D | dir.c | 2657 …tic struct nfs_access_entry *nfs_access_search_rbtree(struct inode *inode, const struct cred *cred) in nfs_access_search_rbtree() 2676 static int nfs_access_get_cached_locked(struct inode *inode, const struct cred *cred, struct nfs_ac… in nfs_access_get_cached_locked() 2719 static int nfs_access_get_cached_rcu(struct inode *inode, const struct cred *cred, struct nfs_acces… in nfs_access_get_cached_rcu() 2749 int nfs_access_get_cached(struct inode *inode, const struct cred *cred, struct in nfs_access_get_cached() 2868 static int nfs_do_access(struct inode *inode, const struct cred *cred, int mask) in nfs_do_access() 2935 int nfs_may_open(struct inode *inode, const struct cred *cred, int openflags) in nfs_may_open() 2962 const struct cred *cred = current_cred(); in nfs_permission() local
|
/linux/include/keys/ |
A D | request_key_auth-type.h | 20 const struct cred *cred; member
|
/linux/net/rxrpc/ |
A D | key.c | 483 const struct cred *cred = current_cred(); in rxrpc_get_server_data_key() local 537 const struct cred *cred = current_cred(); in rxrpc_get_null_key() local
|
/linux/security/apparmor/ |
A D | lsm.c | 66 static void apparmor_cred_free(struct cred *cred) in apparmor_cred_free() 75 static int apparmor_cred_alloc_blank(struct cred *cred, gfp_t gfp) in apparmor_cred_alloc_blank() 151 const struct cred *cred; in apparmor_capget() local 180 static int apparmor_capable(const struct cred *cred, struct user_namespace *ns, in apparmor_capable() 602 const struct cred *cred = get_task_cred(task); in apparmor_getprocattr() local 752 int sig, const struct cred *cred) in apparmor_task_kill() 1658 struct cred *cred = (__force struct cred *)current->real_cred; in set_init_ctx() local
|
/linux/include/linux/sunrpc/ |
A D | auth.h | 39 const struct cred *cred; member 187 struct rpc_cred *get_rpccred(struct rpc_cred *cred) in get_rpccred()
|
/linux/include/linux/lockd/ |
A D | bind.h | 50 const struct cred *cred; member
|
/linux/kernel/ |
A D | user_namespace.c | 42 static void set_cred_user_ns(struct cred *cred, struct user_namespace *user_ns) in set_cred_user_ns() 161 struct cred *cred; in unshare_userns() local 1147 const struct cred *cred = file->f_cred; in new_idmap_permitted() local 1322 struct cred *cred; in userns_install() local
|
/linux/fs/nfsd/ |
A D | nfssvc.c | 288 static int nfsd_init_socks(struct net *net, const struct cred *cred) in nfsd_init_socks() 377 static int nfsd_startup_net(struct net *net, const struct cred *cred) in nfsd_startup_net() 771 nfsd_svc(int nrservs, struct net *net, const struct cred *cred) in nfsd_svc()
|
/linux/arch/mips/kernel/ |
A D | mips-mt-fpaff.c | 51 const struct cred *cred = current_cred(), *pcred; in check_same_owner() local
|
/linux/include/linux/ |
A D | nsproxy.h | 57 const struct cred *cred; member
|
A D | security.h | 564 static inline int security_capable(const struct cred *cred, in security_capable() 1026 static inline int security_cred_alloc_blank(struct cred *cred, gfp_t gfp) in security_cred_alloc_blank() 1031 static inline void security_cred_free(struct cred *cred) in security_cred_free() 1051 static inline int security_kernel_act_as(struct cred *cred, u32 secid) in security_kernel_act_as() 1056 static inline int security_kernel_create_files_as(struct cred *cred, in security_kernel_create_files_as() 1147 static inline int security_task_prlimit(const struct cred *cred, in security_task_prlimit() 1178 const struct cred *cred) in security_task_kill() 1366 const struct cred *cred, in security_post_notification() 1862 const struct cred *cred, in security_key_alloc() 1873 const struct cred *cred, in security_key_permission()
|
/linux/fs/nfs/flexfilelayout/ |
A D | flexfilelayoutdev.c | 285 const struct cred *cred, __rcu **pcred; in ff_layout_get_mirror_cred() local 423 const struct cred *cred; in ff_layout_get_ds_cred() local
|
/linux/fs/cifs/ |
A D | cifs_spnego.c | 180 struct cred *cred; in init_cifs_spnego() local
|
/linux/security/safesetid/ |
A D | lsm.c | 90 static int safesetid_security_capable(const struct cred *cred, in safesetid_security_capable()
|
/linux/fs/ecryptfs/ |
A D | kthread.c | 120 const struct cred *cred) in ecryptfs_privileged_open()
|
/linux/fs/ksmbd/ |
A D | smb_common.c | 607 struct cred *cred; in ksmbd_override_fsids() local 648 const struct cred *cred; in ksmbd_revert_fsids() local
|
/linux/security/keys/ |
A D | key.c | 226 kuid_t uid, kgid_t gid, const struct cred *cred, in key_alloc() 829 const struct cred *cred = current_cred(); in key_create_or_update() local
|
/linux/block/ |
A D | ioprio.c | 40 const struct cred *cred = current_cred(), *tcred; in set_task_ioprio() local
|
/linux/net/sunrpc/ |
A D | svcauth_unix.c | 664 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_set_client() local 736 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_null_accept() local 796 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_accept() local
|
/linux/security/ |
A D | security.c | 530 static int lsm_cred_alloc(struct cred *cred, gfp_t gfp) in lsm_cred_alloc() 549 static void __init lsm_early_cred(struct cred *cred) in lsm_early_cred() 801 int security_capable(const struct cred *cred, in security_capable() 1662 int security_cred_alloc_blank(struct cred *cred, gfp_t gfp) in security_cred_alloc_blank() 1675 void security_cred_free(struct cred *cred) in security_cred_free() 1840 int security_task_prlimit(const struct cred *cred, const struct cred *tcred, in security_task_prlimit() 1868 int sig, const struct cred *cred) in security_task_kill() 2139 const struct cred *cred, in security_post_notification() 2518 int security_key_alloc(struct key *key, const struct cred *cred, in security_key_alloc() 2529 int security_key_permission(key_ref_t key_ref, const struct cred *cred, in security_key_permission()
|