Lines Matching refs:old
794 int security_capset(struct cred *new, const struct cred *old,
799 return call_int_hook(capset, 0, new, old,
1081 const struct cred *old, struct cred *new)
1084 name, old, new);
1724 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp)
1731 rc = call_int_hook(cred_prepare, 0, new, old, gfp);
1737 void security_transfer_creds(struct cred *new, const struct cred *old)
1739 call_void_hook(cred_transfer, new, old);
1818 int security_task_fix_setuid(struct cred *new, const struct cred *old,
1821 return call_int_hook(task_fix_setuid, 0, new, old, flags);
1824 int security_task_fix_setgid(struct cred *new, const struct cred *old,
1827 return call_int_hook(task_fix_setgid, 0, new, old, flags);