Searched refs:changeset (Results 1 – 6 of 6) sorted by relevance
194 static inline void extent_changeset_init(struct extent_changeset *changeset) in extent_changeset_init() argument196 changeset->bytes_changed = 0; in extent_changeset_init()197 ulist_init(&changeset->range_changed); in extent_changeset_init()212 static inline void extent_changeset_prealloc(struct extent_changeset *changeset, gfp_t gfp_mask) in extent_changeset_prealloc() argument214 ulist_prealloc(&changeset->range_changed, gfp_mask); in extent_changeset_prealloc()217 static inline void extent_changeset_release(struct extent_changeset *changeset) in extent_changeset_release() argument219 if (!changeset) in extent_changeset_release()221 changeset->bytes_changed = 0; in extent_changeset_release()222 ulist_release(&changeset->range_changed); in extent_changeset_release()225 static inline void extent_changeset_free(struct extent_changeset *changeset) in extent_changeset_free() argument[all …]
7 A Devicetree changeset is a method which allows one to apply changes10 through applying the changeset, then the tree will be rolled back to the11 previous state. A changeset can also be removed after it has been14 When a changeset is applied, all of the changes get applied to the tree19 The sequence of a changeset is as follows.21 1. of_changeset_init() - initializes a changeset31 entire changeset will get applied, or if there is an error the tree will36 If a successfully applied changeset needs to be removed, it can be done
111 1) Call of_overlay_fdt_apply() to create and apply an overlay changeset. The114 2) Call of_overlay_remove() to remove and cleanup the overlay changeset116 overlay changeset that is stacked by another will not be permitted.134 The changeset notifiers in drivers/of/dynamic.c are a second type of notifier
5 changeset {
50 What: /sys/hypervisor/properties/changeset
287 HYPERVISOR_ATTR_RO(changeset);