Lines Matching refs:new
1946 static int smack_cred_prepare(struct cred *new, const struct cred *old, in smack_cred_prepare() argument
1950 struct task_smack *new_tsp = smack_cred(new); in smack_cred_prepare()
1971 static void smack_cred_transfer(struct cred *new, const struct cred *old) in smack_cred_transfer() argument
1974 struct task_smack *new_tsp = smack_cred(new); in smack_cred_transfer()
2008 static int smack_kernel_act_as(struct cred *new, u32 secid) in smack_kernel_act_as() argument
2010 struct task_smack *new_tsp = smack_cred(new); in smack_kernel_act_as()
2024 static int smack_kernel_create_files_as(struct cred *new, in smack_kernel_create_files_as() argument
2028 struct task_smack *tsp = smack_cred(new); in smack_kernel_create_files_as()
3525 struct cred *new; in smack_setprocattr() local
3561 new = prepare_creds(); in smack_setprocattr()
3562 if (new == NULL) in smack_setprocattr()
3565 tsp = smack_cred(new); in smack_setprocattr()
3572 commit_creds(new); in smack_setprocattr()
4512 static int smack_inode_copy_up(struct dentry *dentry, struct cred **new) in smack_inode_copy_up() argument
4518 struct cred *new_creds = *new; in smack_inode_copy_up()
4534 *new = new_creds; in smack_inode_copy_up()
4552 struct cred *new) in smack_dentry_create_files_as() argument
4555 struct task_smack *ntsp = smack_cred(new); in smack_dentry_create_files_as()