Lines Matching defs:copy
337 * smk_copy_rules - copy a rule set
364 * smk_copy_relabel - copy smk_relabel labels list
739 if (!first) { // copy with preceding comma
961 * smack_inode_init_security - copy out the smack from an inode
1997 /* cbs copy rule list */
2233 * smack_task_to_inode - copy task smack into the inode blob
2234 * @p: task to copy from
2235 * @inode: inode to copy to
3507 * Places a copy of the task Smack into value
4370 char *copy;
4377 copy = kstrdup(skp->smk_known, GFP_KERNEL);
4378 if (copy == NULL)
4380 length = strlen(copy) + 1;
4382 *_buffer = copy;