Lines Matching defs:old
351 * @ohead: old rules header pointer
378 * @ohead: old rules header pointer
1160 * @old_dentry: the old object
1164 * Read and write access is required on both the old and
2062 * @old: the original credentials
2067 static int smack_cred_prepare(struct cred *new, const struct cred *old,
2070 struct task_smack *old_tsp = smack_cred(old);
2086 * smack_cred_transfer - Transfer the old credentials to the new credentials
2088 * @old: the original credentials
2092 static void smack_cred_transfer(struct cred *new, const struct cred *old)
2094 struct task_smack *old_tsp = smack_cred(old);
2433 * @sk: the old socket
2436 * Copy the security context of the old socket pointer to the cloned
4825 const struct cred *old,
4828 struct task_smack *otsp = smack_cred(old);