Lines Matching defs:replace
627 * __label_replace - replace @old with @new in label set
629 * @new: label to replace @old with
667 * @replace: whether insertion should replace existing entry that is not stale
671 * if @replace is true l has a preallocated proxy associated
674 * the else condition only happens if @replace is false
677 struct aa_label *label, bool replace)
696 * so replace in place, however the label has
700 if (!replace && !label_is_stale(this)) {
800 * aa_label_replace - replace a label @old with a new version @new
801 * @old: label to replace
2013 * @label: the label to update/replace