Lines Matching defs:new

350  * @nhead: new rules header pointer
377 * @nhead: new rules header pointer
678 * @fc: The new filesystem context.
717 * @fc: The new filesystem context being constructed.
1061 * @new_dentry: the new object
1162 * @new_dentry: the new object
1165 * new directories.
2024 * @cred: the new credentials
2060 * smack_cred_prepare - prepare new set of credentials for modification
2061 * @new: the new credentials
2065 * Prepare a new set of credentials for modification.
2067 static int smack_cred_prepare(struct cred *new, const struct cred *old,
2071 struct task_smack *new_tsp = smack_cred(new);
2086 * smack_cred_transfer - Transfer the old credentials to the new credentials
2087 * @new: the new credentials
2092 static void smack_cred_transfer(struct cred *new, const struct cred *old)
2095 struct task_smack *new_tsp = smack_cred(new);
2124 * @new: points to the set of credentials to be modified.
2129 static int smack_kernel_act_as(struct cred *new, u32 secid)
2131 struct task_smack *new_tsp = smack_cred(new);
2139 * @new: points to the set of credentials to be modified
2145 static int smack_kernel_create_files_as(struct cred *new,
2149 struct task_smack *tsp = smack_cred(new);
2434 * @newsk: the new socket
2751 * A new port entry is required.
3592 * If this is a new directory and the label was
3680 struct cred *new;
3716 new = prepare_creds();
3717 if (new == NULL)
3720 tsp = smack_cred(new);
3727 commit_creds(new);
4257 * is creating the new socket.
4365 * smack_inet_csk_clone - Copy the connection information to the new socket
4366 * @sk: the new socket
4786 static int smack_inode_copy_up(struct dentry *dentry, struct cred **new)
4792 struct cred *new_creds = *new;
4808 *new = new_creds;
4826 struct cred *new)
4829 struct task_smack *ntsp = smack_cred(new);
4867 * @new: the target creds
4872 static int smack_uring_override_creds(const struct cred *new)
4875 struct task_smack *nsp = smack_cred(new);
4878 * Allow the degenerate case where the new Smack value is
4893 * Check to see if the current task is allowed to create a new io_uring