Lines Matching refs:old
97 * from the old object to the new object.
99 * The caller of this function holds the lock on the old object.
123 * Copy the attribute_info struct from the old
213 * The caller of this function holds the lock on the old object.
1061 * Copy the selected fields from new token object to old
1065 soft_copy_to_old_object(soft_object_t *new, soft_object_t *old)
1071 old->class = new->class;
1072 old->bool_attr_mask = new->bool_attr_mask;
1073 soft_cleanup_extra_attr(old);
1076 rv = soft_copy_extra_attr(attrp, old);
1078 soft_cleanup_extra_attr(old);